Package net.frozenblock.lib.item.api.axe
Class AxeBehaviors
java.lang.Object
net.frozenblock.lib.item.api.axe.AxeBehaviors
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable AxeBehaviors.AxeBehaviorget(net.minecraft.world.level.block.Block block) static voidregister(net.minecraft.world.level.block.Block block, AxeBehaviors.AxeBehavior axeBehavior)
-
Constructor Details
-
AxeBehaviors
public AxeBehaviors()
-
-
Method Details
-
register
public static void register(net.minecraft.world.level.block.Block block, AxeBehaviors.AxeBehavior axeBehavior) -
get
@Nullable public static @Nullable AxeBehaviors.AxeBehavior get(net.minecraft.world.level.block.Block block)
-