Index

B C G H I K L M O P R S U V W 
All Classes All Packages

G

getAction() - Method in class wtf.choco.locksecurity.api.event.block.PlayerInteractLockedBlockEvent
Get this event's action.
getBit() - Method in enum wtf.choco.locksecurity.api.key.KeyFlag
Get the internal bit used to represent this flag in persistent storage.
getBlock() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the Bukkit Block represented by this locked block.
getBukkitPlayer() - Method in interface wtf.choco.locksecurity.api.player.ILockSecurityPlayer
Get the Player instance wrapped by this player.
getBukkitPlayerOffline() - Method in interface wtf.choco.locksecurity.api.player.ILockSecurityPlayer
Get the OfflinePlayer instance wrapped by this player.
getFirstKey() - Method in class wtf.choco.locksecurity.api.event.key.PlayerMergeKeyEvent
Get the first smithed key in the crafting inventory.
getFlags(ItemStack) - Method in interface wtf.choco.locksecurity.api.key.IKeyFactory
Get an immutable Set of all flags present on the supplied key.
getHand() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockLockEvent
Get the hand used in this event.
getHand() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockUnlockEvent
Get the hand used in this event.
getHand() - Method in class wtf.choco.locksecurity.api.event.block.PlayerInteractLockedBlockEvent
Get the hand used in this event.
getHandlerList() - Static method in class wtf.choco.locksecurity.api.event.block.PlayerBlockLockEvent
 
getHandlerList() - Static method in class wtf.choco.locksecurity.api.event.block.PlayerBlockUnlockEvent
 
getHandlerList() - Static method in class wtf.choco.locksecurity.api.event.block.PlayerInteractLockedBlockEvent
 
getHandlerList() - Static method in class wtf.choco.locksecurity.api.event.key.PlayerDuplicateKeyEvent
 
getHandlerList() - Static method in class wtf.choco.locksecurity.api.event.key.PlayerMergeKeyEvent
 
getHandlerList() - Static method in class wtf.choco.locksecurity.api.event.key.PlayerResetKeyEvent
 
getHandlers() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockLockEvent
 
getHandlers() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockUnlockEvent
 
getHandlers() - Method in class wtf.choco.locksecurity.api.event.block.PlayerInteractLockedBlockEvent
 
getHandlers() - Method in class wtf.choco.locksecurity.api.event.key.PlayerDuplicateKeyEvent
 
getHandlers() - Method in class wtf.choco.locksecurity.api.event.key.PlayerMergeKeyEvent
 
getHandlers() - Method in class wtf.choco.locksecurity.api.event.key.PlayerResetKeyEvent
 
getItem() - Method in class wtf.choco.locksecurity.api.event.block.PlayerInteractLockedBlockEvent
Get the item used to interact with this block, if any.
getKey() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockUnlockEvent
Get the unsmithed key used to unlock the block.
getKey() - Method in class wtf.choco.locksecurity.api.event.key.PlayerResetKeyEvent
Get the smithed key to be reset.
getKeyFactory(Class<T>) - Method in interface wtf.choco.locksecurity.api.ILockSecurity
Get a key factory instance according to its type.
getKeyFactory(Class<T>) - Static method in class wtf.choco.locksecurity.api.LockSecurityAPI
Get a key factory instance according to its type.
getLocation() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the Bukkit Location at which this locked block is located.
getLockedBlock() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockLockEvent
Get the ILockedBlock involved in this event.
getLockedBlock() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockUnlockEvent
Get the ILockedBlock involved in this event.
getLockedBlock() - Method in class wtf.choco.locksecurity.api.event.block.PlayerInteractLockedBlockEvent
Get the ILockedBlock involved in this event.
getLockedBlock(Block) - Method in interface wtf.choco.locksecurity.api.block.ILockedBlockManager
Get the ILockedBlock at the given Block if one is present.
getLockedBlock(Location) - Method in interface wtf.choco.locksecurity.api.block.ILockedBlockManager
Get the ILockedBlock at the given Location if one is present.
getLockedBlock(World, int, int, int) - Method in interface wtf.choco.locksecurity.api.block.ILockedBlockManager
Get the ILockedBlock at the given position if one is present.
getLockedBlockManager() - Method in interface wtf.choco.locksecurity.api.ILockSecurity
Get the ILockedBlockManager instance.
getLockedBlockManager() - Static method in class wtf.choco.locksecurity.api.LockSecurityAPI
Get the ILockedBlockManager instance.
getLockedBlocks() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlockManager
Get an immutable collection of all ILockedBlocks on the server.
getLockedBlocks(OfflinePlayer) - Method in interface wtf.choco.locksecurity.api.block.ILockedBlockManager
Get an immutable collection of all ILockedBlocks owned by the specified player.
getLockedBlocks(ILockSecurityPlayer) - Method in interface wtf.choco.locksecurity.api.block.ILockedBlockManager
Get an immutable collection of all ILockedBlocks owned by the specified player.
getLockSecurityPlayer(OfflinePlayer) - Method in interface wtf.choco.locksecurity.api.ILockSecurity
Get an ILockSecurityPlayer wrapper for the given OfflinePlayer.
getLockSecurityPlayer(OfflinePlayer) - Static method in class wtf.choco.locksecurity.api.LockSecurityAPI
Get an ILockSecurityPlayer wrapper for the given OfflinePlayer.
getLockTime() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the time at which this block was locked.
getLoreEntry() - Method in enum wtf.choco.locksecurity.api.key.KeyFlag
Get the line of text to be written in the key's lore.
getNickname() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get this block's nickname.
getOutput() - Method in class wtf.choco.locksecurity.api.event.key.PlayerDuplicateKeyEvent
Get the output of this duplication.
getOutput() - Method in class wtf.choco.locksecurity.api.event.key.PlayerMergeKeyEvent
Get the output of this duplication.
getOutput() - Method in class wtf.choco.locksecurity.api.event.key.PlayerResetKeyEvent
Get the output of this duplication.
getOwner() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the owner of this locked block.
getPlayerWrapper() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockLockEvent
Get the ILockSecurityPlayer wrapper for the player involved in this event.
getPlayerWrapper() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockUnlockEvent
Get the ILockSecurityPlayer wrapper for the player involved in this event.
getPlayerWrapper() - Method in class wtf.choco.locksecurity.api.event.block.PlayerInteractLockedBlockEvent
Get the ILockSecurityPlayer wrapper for the player involved in this event.
getPlugin() - Static method in class wtf.choco.locksecurity.api.LockSecurityAPI
Get an instance of the LockSecurity plugin API.
getSecondaryBlock() - Method in interface wtf.choco.locksecurity.api.block.ILockedMultiBlock
Get the second Bukkit Block represented by this locked block.
getSecondKey() - Method in class wtf.choco.locksecurity.api.event.key.PlayerMergeKeyEvent
Get the second smithed key in the crafting inventory.
getSmithedKey() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockLockEvent
Get the smithed key to be returned to the player once the event has succeeded.
getSmithedKey() - Method in class wtf.choco.locksecurity.api.event.key.PlayerDuplicateKeyEvent
Get the smithed key to be duplicated.
getType() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the Bukkit Material represented by this locked block.
getUniqueId() - Method in interface wtf.choco.locksecurity.api.player.ILockSecurityPlayer
Get the UUID of this wrapped player.
getUnlocks(ItemStack) - Method in interface wtf.choco.locksecurity.api.key.IKeyFactory
Get an array of ILockedBlocks that the provided key unlocks.
getUnsmithedKey() - Method in class wtf.choco.locksecurity.api.event.block.PlayerBlockLockEvent
Get the unsmithed key used to lock the block.
getUnsmithedKey() - Method in class wtf.choco.locksecurity.api.event.key.PlayerDuplicateKeyEvent
Get the unsmithed key to be consumed by the duplication.
getVersion() - Method in interface wtf.choco.locksecurity.api.ILockSecurity
Get LockSecurity's plugin version.
getVersion() - Static method in class wtf.choco.locksecurity.api.LockSecurityAPI
Get LockSecurity's plugin version.
getWorld() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the Bukkit World in which this locked block resides.
getX() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the x coordinate at which this locked block resides.
getXSecondary() - Method in interface wtf.choco.locksecurity.api.block.ILockedMultiBlock
Get the second x coordinate at which this locked block resides.
getY() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the y coordinate at which this locked block resides.
getYSecondary() - Method in interface wtf.choco.locksecurity.api.block.ILockedMultiBlock
Get the second y coordinate at which this locked block resides.
getZ() - Method in interface wtf.choco.locksecurity.api.block.ILockedBlock
Get the z coordinate at which this locked block resides.
getZSecondary() - Method in interface wtf.choco.locksecurity.api.block.ILockedMultiBlock
Get the second z coordinate at which this locked block resides.
B C G H I K L M O P R S U V W 
All Classes All Packages