Class AllInteractionBehaviours

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

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

      public static void registerBehaviourProvider(AllInteractionBehaviours.BehaviourProvider provider)
    • 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)