public class

PlayerEditAttachedObjectEvent

extends PlayerEvent
implements Interruptable
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.event.player.PlayerEvent
       ↳ net.gtaun.shoebill.event.player.PlayerEditAttachedObjectEvent

Summary

Public Constructors
PlayerEditAttachedObjectEvent(Player player, PlayerAttach.PlayerAttachSlot slot, boolean response, Vector3D offset, Vector3D rotation, Vector3D scale)
Public Methods
Vector3D getOffset()
boolean getResponse()
Vector3D getRotation()
Vector3D getScale()
PlayerAttach.PlayerAttachSlot getSlot()
void interrupt()
[Expand]
Inherited Methods
From class net.gtaun.shoebill.event.player.PlayerEvent
From class net.gtaun.util.event.Event
From class java.lang.Object
From interface net.gtaun.util.event.Interruptable

Public Constructors

public PlayerEditAttachedObjectEvent (Player player, PlayerAttach.PlayerAttachSlot slot, boolean response, Vector3D offset, Vector3D rotation, Vector3D scale)

Public Methods

public Vector3D getOffset ()

public boolean getResponse ()

public Vector3D getRotation ()

public Vector3D getScale ()

public PlayerAttach.PlayerAttachSlot getSlot ()

public void interrupt ()