ru.tehkode.permissions.events
Class PermissionEntityEvent

java.lang.Object
  extended by org.bukkit.event.Event
      extended by ru.tehkode.permissions.events.PermissionEvent
          extended by ru.tehkode.permissions.events.PermissionEntityEvent
All Implemented Interfaces:
Serializable

public class PermissionEntityEvent
extends PermissionEvent

Author:
t3hk0d3
See Also:
Serialized Form

Nested Class Summary
static class PermissionEntityEvent.Action
           
 
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Category, org.bukkit.event.Event.Priority, org.bukkit.event.Event.Result, org.bukkit.event.Event.Type
 
Field Summary
protected  PermissionEntityEvent.Action action
           
protected  PermissionEntity entity
           
 
Constructor Summary
PermissionEntityEvent(PermissionEntity entity, PermissionEntityEvent.Action action)
           
 
Method Summary
 PermissionEntityEvent.Action getAction()
           
 PermissionEntity getEntity()
           
 
Methods inherited from class org.bukkit.event.Event
getEventName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entity

protected PermissionEntity entity

action

protected PermissionEntityEvent.Action action
Constructor Detail

PermissionEntityEvent

public PermissionEntityEvent(PermissionEntity entity,
                             PermissionEntityEvent.Action action)
Method Detail

getAction

public PermissionEntityEvent.Action getAction()

getEntity

public PermissionEntity getEntity()


Copyright © 2011. All Rights Reserved.