Class NexoChorusBlockPlaceEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ChorusBlockMechanic getMechanic()
      • Methods inherited from class com.nexomc.nexo.api.events.custom_block.NexoBlockPlaceEvent

        getBlock, getHand, getHandlers, getItemInHand, getPlayer, isCancelled, setCancelled
      • Methods inherited from class org.bukkit.event.Event

        callEvent, getEventName, isAsynchronous
      • Methods inherited from class java.lang.Object

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

      • NexoChorusBlockPlaceEvent

        NexoChorusBlockPlaceEvent(ChorusBlockMechanic mechanic, Block block, Player player, ItemStack itemInHand, EquipmentSlot hand)