ProtectionIntegration
interface ProtectionIntegration
Types
Link copied to clipboard
enum ExecutionMode
Defines how methods in this protection integration are allowed to be called
Functions
Link copied to clipboard
Checks if that OfflinePlayer can break a block at that Location using that ItemStack.
Checks if that TileEntity can break a block at that Location using that ItemStack.
Link copied to clipboard
Checks if the OfflinePlayer can hurt the Entity with this ItemStack
Checks if the TileEntity can hurt the Entity with this ItemStack
Link copied to clipboard
Checks if the OfflinePlayer can interact with the Entity using the ItemStack.
Checks if the TileEntity can interact with the Entity using the ItemStack.
Link copied to clipboard
Checks if that OfflinePlayer can place an ItemStack at that Location.
Checks if that TileEntity can place an ItemStack at that Location.
Link copied to clipboard
Checks if the OfflinePlayer can interact with a block at that Location using that ItemStack.
Checks if the TileEntity can interact with a block at that Location using that ItemStack.
Link copied to clipboard
Checks if the OfflinePlayer can use that ItemStack at that Location.
Checks if the TileEntity can use that ItemStack at that Location.
Link copied to clipboard
Specifies from which thread methods in this protection integration are allowed to be called.