Index

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

P

PlayerBlockLockEvent - Class in wtf.choco.locksecurity.api.event.block
Called when a player locks a block.
PlayerBlockLockEvent(ILockSecurityPlayer, ILockedBlock, ItemStack, ItemStack, EquipmentSlot) - Constructor for class wtf.choco.locksecurity.api.event.block.PlayerBlockLockEvent
 
PlayerBlockUnlockEvent - Class in wtf.choco.locksecurity.api.event.block
Called when a player unlocks a block.
PlayerBlockUnlockEvent(ILockSecurityPlayer, ILockedBlock, ItemStack, EquipmentSlot, boolean) - Constructor for class wtf.choco.locksecurity.api.event.block.PlayerBlockUnlockEvent
 
PlayerDuplicateKeyEvent - Class in wtf.choco.locksecurity.api.event.key
Called when a player duplicates a smithed key in a crafting table.
PlayerDuplicateKeyEvent(Player, ItemStack, ItemStack, ItemStack) - Constructor for class wtf.choco.locksecurity.api.event.key.PlayerDuplicateKeyEvent
 
PlayerInteractLockedBlockEvent - Class in wtf.choco.locksecurity.api.event.block
Called when a player interacts with a locked block.
PlayerInteractLockedBlockEvent(ILockSecurityPlayer, ILockedBlock, ItemStack, EquipmentSlot, PlayerInteractLockedBlockEvent.Action) - Constructor for class wtf.choco.locksecurity.api.event.block.PlayerInteractLockedBlockEvent
 
PlayerInteractLockedBlockEvent.Action - Enum in wtf.choco.locksecurity.api.event.block
The action that occurred in this event.
PlayerMergeKeyEvent - Class in wtf.choco.locksecurity.api.event.key
Called when a player merges two smithed keys in a crafting table.
PlayerMergeKeyEvent(Player, ItemStack, ItemStack, ItemStack) - Constructor for class wtf.choco.locksecurity.api.event.key.PlayerMergeKeyEvent
 
PlayerResetKeyEvent - Class in wtf.choco.locksecurity.api.event.key
Called when a player resets a key in a crafting inventory.
PlayerResetKeyEvent(Player, ItemStack, ItemStack) - Constructor for class wtf.choco.locksecurity.api.event.key.PlayerResetKeyEvent
 
PREVENT_DUPLICATION - wtf.choco.locksecurity.api.key.KeyFlag
The key cannot be duplicated in a crafting table with an unsmithed key.
PREVENT_MERGING - wtf.choco.locksecurity.api.key.KeyFlag
The key cannot be merged in a crafting table with another smithed key.
PREVENT_RESETTING - wtf.choco.locksecurity.api.key.KeyFlag
The key cannot be reset in a crafting table.
preventDuplication() - Method in interface wtf.choco.locksecurity.api.key.IKeyBuilderSmithed
Apply the KeyFlag.PREVENT_DUPLICATION flag to the built key.
preventMerging() - Method in interface wtf.choco.locksecurity.api.key.IKeyBuilderSmithed
Apply the KeyFlag.PREVENT_MERGING flag to the built key.
preventResetting() - Method in interface wtf.choco.locksecurity.api.key.IKeyBuilderSmithed
Apply the KeyFlag.PREVENT_RESETTING flag to the built key.
B C G H I K L M O P R S U V W 
All Classes All Packages