Klasse BlockEvents.Internal

java.lang.Object
de.luckymcdev.foundryengine.common.event.BlockEvents.Internal
Umschließende Klasse:
BlockEvents

@Internal public static class BlockEvents.Internal extends Object
  • Konstruktordetails

    • Internal

      public Internal()
  • Methodendetails

    • postBroken

      public static void postBroken(net.neoforged.neoforge.event.level.block.BreakBlockEvent e)
    • postPlaced

      public static void postPlaced(net.neoforged.neoforge.event.level.BlockEvent.EntityPlaceEvent e)
    • postLeftClicked

      public static void postLeftClicked(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent.LeftClickBlock e)
    • postRightClicked

      public static void postRightClicked(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent.RightClickBlock e)
    • postFarmlandTrampled

      public static void postFarmlandTrampled(net.neoforged.neoforge.event.level.BlockEvent.FarmlandTrampleEvent e)
    • postNeighborNotify

      public static void postNeighborNotify(net.neoforged.neoforge.event.level.BlockEvent.NeighborNotifyEvent e)
    • postBlockModification

      public static void postBlockModification(BlockModificationEvent event)
    • register

      public static void register(net.neoforged.bus.api.IEventBus bus)
    • clear

      public static void clear()