Class BlockEvent.ClickedEvent

java.lang.Object
net.minecraftforge.fml.common.eventhandler.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.BlockEvent
noppes.npcs.api.event.BlockEvent.ClickedEvent
Enclosing class:
BlockEvent

public static class BlockEvent.ClickedEvent
extends BlockEvent
clicked
  • Field Details

    • player

      public final IPlayer player
  • Constructor Details

    • ClickedEvent

      public ClickedEvent​(IBlock block, net.minecraft.entity.player.EntityPlayer player)