Package com.simibubi.create
Class AllInteractionBehaviours
java.lang.Object
com.simibubi.create.AllInteractionBehaviours
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable MovingInteractionBehaviourgetBehaviour(net.minecraft.world.level.block.state.BlockState state) static <B extends net.minecraft.world.level.block.Block>
com.tterrag.registrate.util.nullness.NonNullConsumer<? super B>interactionBehaviour(MovingInteractionBehaviour behaviour) static voidregisterBehaviour(net.minecraftforge.registries.IRegistryDelegate<net.minecraft.world.level.block.Block> block, MovingInteractionBehaviour provider) static void
-
Constructor Details
-
AllInteractionBehaviours
public AllInteractionBehaviours()
-
-
Method Details
-
registerBehaviour
public static void registerBehaviour(net.minecraftforge.registries.IRegistryDelegate<net.minecraft.world.level.block.Block> block, MovingInteractionBehaviour provider) -
registerBehaviourProvider
-
getBehaviour
@Nullable public static @Nullable MovingInteractionBehaviour getBehaviour(net.minecraft.world.level.block.state.BlockState state) -
interactionBehaviour
public static <B extends net.minecraft.world.level.block.Block> com.tterrag.registrate.util.nullness.NonNullConsumer<? super B> interactionBehaviour(MovingInteractionBehaviour behaviour)
-