Class AllInteractionBehaviours

java.lang.Object
com.simibubi.create.AllInteractionBehaviours

public class AllInteractionBehaviours extends Object
  • 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

      @Nullable public static MovingInteractionBehaviour of(net.minecraft.resources.ResourceLocation loc)
    • of

      @Nullable public static MovingInteractionBehaviour of(net.minecraft.world.level.block.Block block)
    • contains

      public static boolean contains(net.minecraft.world.level.block.Block block)