Class FabricEvents

java.lang.Object
net.nikdo53.tinymultiblocklib.FabricEvents

public class FabricEvents extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static net.minecraft.world.InteractionResult
    testRightClickEvent(net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level level, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FabricEvents

      public FabricEvents()
  • Method Details

    • register

      public static void register()
    • testRightClickEvent

      public static net.minecraft.world.InteractionResult testRightClickEvent(net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level level, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult)