Class RightClickRigidblockEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
fr.phylisiumstudio.soraxPhysic.event.RigidblockEvent
fr.phylisiumstudio.soraxPhysic.event.RightClickRigidblockEvent

public class RightClickRigidblockEvent extends RigidblockEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Field Summary

    Fields inherited from class org.bukkit.event.player.PlayerEvent

    player
  • Constructor Summary

    Constructors
    Constructor
    Description
    RightClickRigidblockEvent(@NotNull org.bukkit.entity.Player who, RigidBlock rigidBlock, org.bukkit.Location clickLocation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.Location
     
    static @NotNull org.bukkit.event.HandlerList
     
    @NotNull org.bukkit.event.HandlerList
     

    Methods inherited from class fr.phylisiumstudio.soraxPhysic.event.RigidblockEvent

    getRigidBlock

    Methods inherited from class org.bukkit.event.player.PlayerEvent

    getPlayer

    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 Details

    • RightClickRigidblockEvent

      public RightClickRigidblockEvent(@NotNull @NotNull org.bukkit.entity.Player who, RigidBlock rigidBlock, org.bukkit.Location clickLocation)
  • Method Details

    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

      @NotNull public static @NotNull org.bukkit.event.HandlerList getHandlerList()
    • getClickLocation

      public org.bukkit.Location getClickLocation()