Package com.simibubi.create
Class AllInteractionBehaviours
java.lang.Object
com.simibubi.create.AllInteractionBehaviours
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddInteractionBehaviour(net.minecraft.resources.ResourceLocation loc, Supplier<MovingInteractionBehaviour> behaviour) static voidaddInteractionBehaviour(net.minecraft.world.level.block.Block block, Supplier<MovingInteractionBehaviour> behaviour) static booleancontains(net.minecraft.world.level.block.Block block) static MovingInteractionBehaviourof(net.minecraft.resources.ResourceLocation loc) static MovingInteractionBehaviourof(net.minecraft.world.level.block.Block block)
-
Constructor Details
-
AllInteractionBehaviours
public AllInteractionBehaviours()
-
-
Method Details
-
addInteractionBehaviour
public static void addInteractionBehaviour(net.minecraft.resources.ResourceLocation loc, Supplier<MovingInteractionBehaviour> behaviour) -
addInteractionBehaviour
public static void addInteractionBehaviour(net.minecraft.world.level.block.Block block, Supplier<MovingInteractionBehaviour> behaviour) -
of
-
of
-
contains
public static boolean contains(net.minecraft.world.level.block.Block block)
-