Uses of Package
org.bukkit.permissions

Packages that use org.bukkit.permissions
org.bukkit More generalized classes in the API. 
org.bukkit.command Classes relating to handling specialized non-chat player input. 
org.bukkit.entity Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc. 
org.bukkit.entity.minecart Interfaces for various Minecart types. 
org.bukkit.permissions Classes dedicated to providing binary state properties to players. 
org.bukkit.plugin Classes specifically relating to loading software modules at runtime. 
org.bukkit.util.permissions Static methods for miscellaneous permission functionality. 
 

Classes in org.bukkit.permissions used by org.bukkit
ServerOperator
          Represents an object that may become a server operator, such as a Player
 

Classes in org.bukkit.permissions used by org.bukkit.command
Permissible
          Represents an object that may be assigned permissions
ServerOperator
          Represents an object that may become a server operator, such as a Player
 

Classes in org.bukkit.permissions used by org.bukkit.entity
Permissible
          Represents an object that may be assigned permissions
ServerOperator
          Represents an object that may become a server operator, such as a Player
 

Classes in org.bukkit.permissions used by org.bukkit.entity.minecart
Permissible
          Represents an object that may be assigned permissions
ServerOperator
          Represents an object that may become a server operator, such as a Player
 

Classes in org.bukkit.permissions used by org.bukkit.permissions
Permissible
          Represents an object that may be assigned permissions
Permission
          Represents a unique permission that may be attached to a Permissible
PermissionAttachment
          Holds information about a permission attachment on a Permissible object
PermissionAttachmentInfo
          Holds information on a permission and which PermissionAttachment provides it
PermissionDefault
          Represents the possible default values for permissions
PermissionRemovedExecutor
          Represents a class which is to be notified when a PermissionAttachment is removed from a Permissible
ServerOperator
          Represents an object that may become a server operator, such as a Player
 

Classes in org.bukkit.permissions used by org.bukkit.plugin
Permissible
          Represents an object that may be assigned permissions
Permission
          Represents a unique permission that may be attached to a Permissible
PermissionDefault
          Represents the possible default values for permissions
 

Classes in org.bukkit.permissions used by org.bukkit.util.permissions
Permission
          Represents a unique permission that may be attached to a Permissible
PermissionDefault
          Represents the possible default values for permissions
 



Copyright © 2014. All rights reserved.