Class PacketBreakEvent
- java.lang.Object
-
- me.clientastisch.events.event.impl.player.interact.PacketBreakEvent
-
- All Implemented Interfaces:
Event<PacketBreakEvent>
public abstract class PacketBreakEvent extends java.lang.Object implements Event<PacketBreakEvent>
- Since:
- CAC v. 0.9958
- Author:
- Clientastisch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PacketBreakEvent.EnumDirection
static class
PacketBreakEvent.EnumPlayerDigType
-
Constructor Summary
Constructors Constructor Description PacketBreakEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract PacketBreakEvent.EnumPlayerDigType
getAction()
abstract org.bukkit.Location
getBlockLocation()
abstract PacketBreakEvent.EnumDirection
getDirection()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.clientastisch.events.event.Event
cancelled, continued, getController, getPacket, getPipeline, getPlayer, getUUID, isCancelled, isContinue
-
-
-
-
Method Detail
-
getBlockLocation
public abstract org.bukkit.Location getBlockLocation()
-
getAction
public abstract PacketBreakEvent.EnumPlayerDigType getAction()
-
getDirection
public abstract PacketBreakEvent.EnumDirection getDirection()
-
-