Class PacketPlaceEvent
- java.lang.Object
-
- me.clientastisch.events.event.impl.player.interact.PacketPlaceEvent
-
- All Implemented Interfaces:
Event<PacketPlaceEvent>
public abstract class PacketPlaceEvent extends java.lang.Object implements Event<PacketPlaceEvent>
- Since:
- CAC v. 0.9996
- Author:
- Clientastisch
-
-
Constructor Summary
Constructors Constructor Description PacketPlaceEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getActionId()
abstract org.bukkit.Location
getBlockLocation()
abstract float
getFacingX()
abstract float
getFacingY()
abstract float
getFacingZ()
abstract org.bukkit.inventory.ItemStack
getItemStack()
-
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()
-
getItemStack
public abstract org.bukkit.inventory.ItemStack getItemStack()
-
getFacingX
public abstract float getFacingX()
-
getFacingY
public abstract float getFacingY()
-
getFacingZ
public abstract float getFacingZ()
-
getActionId
public abstract int getActionId()
-
-