Package com.simibubi.create
Class AllMovementBehaviours
java.lang.Object
com.simibubi.create.AllMovementBehaviours
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable MovementBehaviourgetBehaviour(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>movementBehaviour(MovementBehaviour behaviour) static voidregisterBehaviour(net.minecraftforge.registries.IRegistryDelegate<net.minecraft.world.level.block.Block> block, MovementBehaviour behaviour) static void
-
Constructor Details
-
AllMovementBehaviours
public AllMovementBehaviours()
-
-
Method Details
-
registerBehaviour
public static void registerBehaviour(net.minecraftforge.registries.IRegistryDelegate<net.minecraft.world.level.block.Block> block, MovementBehaviour behaviour) -
registerBehaviourProvider
-
getBehaviour
@Nullable public static @Nullable MovementBehaviour getBehaviour(net.minecraft.world.level.block.state.BlockState state) -
movementBehaviour
public static <B extends net.minecraft.world.level.block.Block> com.tterrag.registrate.util.nullness.NonNullConsumer<? super B> movementBehaviour(MovementBehaviour behaviour)
-