Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractPersistentData - Class in me.thehandsomeyoni.persistentdataapi
-
A class that represents a persistent data.
- AbstractPersistentData(String, Serializable) - Constructor for class me.thehandsomeyoni.persistentdataapi.AbstractPersistentData
-
Initializes the PersistentData.
B
- BlockPersistentDataDeleteEvent - Class in me.thehandsomeyoni.persistentdataapi.events.block
-
A custom event that is called when a block's persistent data is deleted.
- BlockPersistentDataDeleteEvent(Block, String) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataDeleteEvent
-
Initializes the BlockPersistentDataDeleteEvent.
- BlockPersistentDataDeleteEvent(Block, AbstractPersistentData) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataDeleteEvent
-
Initializes the BlockPersistentDataDeleteEvent.
- BlockPersistentDataWriteEvent - Class in me.thehandsomeyoni.persistentdataapi.events.block
-
A custom event that is called when a block's persistent data is written.
- BlockPersistentDataWriteEvent(Block, String, Serializable) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
Initializes the BlockPersistentDataWriteEvent.
- BlockPersistentDataWriteEvent(Block, AbstractPersistentData) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
Initializes the BlockPersistentDataWriteEvent.
C
- changeDataValue(Serializable) - Method in class me.thehandsomeyoni.persistentdataapi.AbstractPersistentData
-
Changes the value of the persistent data.
- changeDataValue(Serializable) - Method in class me.thehandsomeyoni.persistentdataapi.data.PersistentData
-
Changes the value of the data.
D
- DataContainerManager - Class in me.thehandsomeyoni.persistentdataapi.data
- DataContainerManager(PersistentDataContainer) - Constructor for class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
-
Initializes the DataContainerManager for a given persistent data.
- DataException - Exception in me.thehandsomeyoni.persistentdataapi.exceptions
-
This exception is thrown when a persistent data requested doesn't exist.
- DataException(String) - Constructor for exception me.thehandsomeyoni.persistentdataapi.exceptions.DataException
- dataExists(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Checks if a data exists.
- dataExists(AbstractPersistentData) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Checks if a data exists.
- dataName - Variable in class me.thehandsomeyoni.persistentdataapi.AbstractPersistentData
-
The name of the data associated with the persistent data
- DataRegistry - Class in me.thehandsomeyoni.persistentdataapi.manager
-
Handles all persistent data registry operations.
- DataRegistry(Block) - Constructor for class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Initializes the DataRegistry of a block.
- DataRegistry(Player) - Constructor for class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Initializes the DataRegistry of a player.
- DataRegistry(ItemStack) - Constructor for class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Initializes the DataRegistry of an item.
- dataValue - Variable in class me.thehandsomeyoni.persistentdataapi.AbstractPersistentData
-
The value of the data associated with the persistent data
- deserialize(Map<String, Serializable>) - Static method in class me.thehandsomeyoni.persistentdataapi.data.PersistentData
-
Deserializes data from map
G
- getAll() - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
- getAllData() - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
- getAllKeys() - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
- getAttributeModifier(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the AttributeModifier stored in the given data container with the given key.
- getBlock() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
Gets the associated block.
- getBlockVector(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the BlockVector stored in the given data container with the given key.
- getBukkitSerializer(PersistentDataContainer) - Method in class me.thehandsomeyoni.persistentdataapi.PersistentDataAPI
-
Gets the instance of BukkitSerializer to a given data container.
- getColor(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the Color stored in the given data container with the given key.
- getContainer() - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
-
Gives the persistent data container.
- getData() - Method in class me.thehandsomeyoni.persistentdataapi.AbstractPersistentData
-
Gets the data.
- getData() - Method in class me.thehandsomeyoni.persistentdataapi.data.PersistentData
-
Gets the data.
- getData(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Gets the value of a data.
- getData(AbstractPersistentData) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Gets the value of a data.
- getDataAsBytes(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Gets the value of a data as its primitive type.
- getDataAsBytes(AbstractPersistentData) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Gets the value of a data as its primitive type.
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.AbstractPersistentData
-
Gets the name of the data.
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.data.PersistentData
-
Gets the name of the data.
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataDeleteEvent
-
Gets the name of the persistent data that was deleted.
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
gets the name of the written data
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Gets the data name of the persistent data.
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Gets the data name of the persistent data.
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.events.manager.PersistentDataEvent
-
Gets the name of the data.
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Gets the data name of the persistent data.
- getDataName() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Gets the data name of the persistent data.
- getDataRegistry(Block) - Method in class me.thehandsomeyoni.persistentdataapi.PersistentDataAPI
-
Gets the instance of the DataRegistry.
- getDataRegistry(Player) - Method in class me.thehandsomeyoni.persistentdataapi.PersistentDataAPI
-
Gets the instance of the DataRegistry.
- getDataRegistry(ItemStack) - Method in class me.thehandsomeyoni.persistentdataapi.PersistentDataAPI
-
Gets the instance of the DataRegistry.
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.AbstractPersistentData
-
Gets the value of the data.
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.data.PersistentData
-
Gets the value of the data.
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataDeleteEvent
-
Gets the value of the persistent data that was deleted.
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
gets the value of the written data
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Gets the data value of the persistent data.
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Gets the data value of the persistent data.
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.events.manager.PersistentDataEvent
-
Gets the value of the data.
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Gets the value of the persistent data.
- getDataValue() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Gets the data value of the persistent data.
- getDeserialized(String) - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
-
Gives the data associated with the given key in the given type.
- getDeserialized(NamespacedKey) - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
-
Gets the data associated with the given key in the given type.
- getHandlerList() - Static method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Static method to get the handlers.
- getHandlerList() - Static method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Static method to get the handlers.
- getHandlerList() - Static method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Gets the handlers.
- getHandlerList() - Static method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Static method to get the handlers.
- getHandlers() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataDeleteEvent
-
Gets handlers.
- getHandlers() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
Gets handlers.
- getHandlers() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Gets the handlers of the event.
- getHandlers() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Gets the handlers of the event.
- getHandlers() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Gets the handlers.
- getHandlers() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Gets the handlers.
- getInstance() - Static method in class me.thehandsomeyoni.persistentdataapi.PersistentDataAPI
-
Gets the instance of the PersistentDataAPI.
- getInventory(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the Inventory stored in the given data container with the given key.
- getItemStack() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Gets the item that the persistent data is being deleted from.
- getItemStack() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Gets the item that the persistent data is being written to.
- getItemStack(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the ItemStack stored in the given data container with the given key.
- getJavaPlugin() - Static method in class me.thehandsomeyoni.persistentdataapi.PersistentDataAPI
-
Gets the plugin that the API is being used in.
- getKeys() - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
- getLocation(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the Location stored in the given data container with the given key.
- getPattern(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the Pattern stored in the given data container with the given key.
- getPersistentData() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataDeleteEvent
-
Gets the persistent data that is being deleted.
- getPersistentData() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
Gets the persistent data.
- getPersistentData() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Gets the persistent data deleted in the event.
- getPersistentData() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Gets the persistent data written in the event.
- getPersistentData() - Method in class me.thehandsomeyoni.persistentdataapi.events.manager.PersistentDataEvent
-
Gets the persistent data.
- getPersistentData() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Gets the persistent data that is being deleted.
- getPersistentData() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Gets the persistent data written in the event.
- getPersistentDataContainer() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Gets the item's persistent data.
- getPersistentDataContainer() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Gets the item's persistent data.
- getPersistentDataContainer() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Gets the player's persistent data.
- getPlayer() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Gets the player that the persistent data is being deleted from.
- getPlayer() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Gets the player that the persistent data is being written to.
- getPotionEffect(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the PotionEffect stored in the given data container with the given key.
- getSerialized(String) - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
-
Gives the data associated with the given key in bytes.
- getVector(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Gives back the Vector stored in the given data container with the given key.
H
- has(String) - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
-
Checks if the data associated with the given key exists.
I
- isCancelled() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataDeleteEvent
-
Checks if the event is cancelled.
- isCancelled() - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
Checks if the event is cancelled.
- isCancelled() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Checks if the event is being cancelled.
- isCancelled() - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Checks if the event is being cancelled.
- isCancelled() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Checks if the event is cancelled.
- isCancelled() - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Checks if the event is cancelled.
- ItemPersistentDataDeleteEvent - Class in me.thehandsomeyoni.persistentdataapi.events.item
-
A custom event that is called when an item's persistent data is written.
- ItemPersistentDataDeleteEvent(ItemStack, String) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Initializes the PlayerPersistentDataDeleteEvent.
- ItemPersistentDataDeleteEvent(ItemStack, AbstractPersistentData) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Initializes the PlayerPersistentDataDeleteEvent.
- ItemPersistentDataWriteEvent - Class in me.thehandsomeyoni.persistentdataapi.events.item
-
A custom event that is called when an item's persistent data is written.\
- ItemPersistentDataWriteEvent(ItemStack, String, Serializable) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Initializes the PlayerPersistentDataWriteEvent.
- ItemPersistentDataWriteEvent(ItemStack, AbstractPersistentData) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Initializes the PlayerPersistentDataWriteEvent.
M
- me.thehandsomeyoni.persistentdataapi - package me.thehandsomeyoni.persistentdataapi
- me.thehandsomeyoni.persistentdataapi.data - package me.thehandsomeyoni.persistentdataapi.data
- me.thehandsomeyoni.persistentdataapi.events.block - package me.thehandsomeyoni.persistentdataapi.events.block
- me.thehandsomeyoni.persistentdataapi.events.item - package me.thehandsomeyoni.persistentdataapi.events.item
- me.thehandsomeyoni.persistentdataapi.events.manager - package me.thehandsomeyoni.persistentdataapi.events.manager
- me.thehandsomeyoni.persistentdataapi.events.player - package me.thehandsomeyoni.persistentdataapi.events.player
- me.thehandsomeyoni.persistentdataapi.exceptions - package me.thehandsomeyoni.persistentdataapi.exceptions
- me.thehandsomeyoni.persistentdataapi.manager - package me.thehandsomeyoni.persistentdataapi.manager
P
- PersistentData - Class in me.thehandsomeyoni.persistentdataapi.data
-
A class that represents a persistent data.
- PersistentData(String, Serializable) - Constructor for class me.thehandsomeyoni.persistentdataapi.data.PersistentData
-
Initializes the PersistentData.
- PersistentDataAPI - Class in me.thehandsomeyoni.persistentdataapi
-
The class that initializes the API.
- PersistentDataAPI(JavaPlugin) - Constructor for class me.thehandsomeyoni.persistentdataapi.PersistentDataAPI
-
Initializes the PersistentDataAPI.
- PersistentDataEvent - Class in me.thehandsomeyoni.persistentdataapi.events.manager
-
A class that represents a persistent data event.
- PersistentDataEvent(String, Serializable) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.manager.PersistentDataEvent
-
Initializes the PersistentDataEvent with given data values.
- PersistentDataEvent(AbstractPersistentData) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.manager.PersistentDataEvent
-
Initializes the PersistentDataEvent with persistentData.
- PlayerPersistentDataDeleteEvent - Class in me.thehandsomeyoni.persistentdataapi.events.player
-
A custom event that is called when a player's persistent data is written.
- PlayerPersistentDataDeleteEvent(Player, String) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Initializes the PlayerPersistentDataDeleteEvent.
- PlayerPersistentDataDeleteEvent(Player, AbstractPersistentData) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Initializes the PlayerPersistentDataDeleteEvent.
- PlayerPersistentDataWriteEvent - Class in me.thehandsomeyoni.persistentdataapi.events.player
-
A custom event that is called when a player's persistent data is written.
- PlayerPersistentDataWriteEvent(Player, String, Serializable) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Initializes the PlayerPersistentDataWriteEvent.
- PlayerPersistentDataWriteEvent(Player, AbstractPersistentData) - Constructor for class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Initializes the PlayerPersistentDataWriteEvent.
R
- registerData(String, Serializable) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Registers a new data with the given name and type.
- registerData(AbstractPersistentData) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Registers a new data from a class that extends AbstractPersistentData.
- remove(String) - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
-
Deletes the data associated with the given key.
S
- SerializableBukkit - Class in me.thehandsomeyoni.persistentdataapi.manager
-
A class with default methods to store and get serializable Bukkit classes.
- SerializableBukkit(PersistentDataContainer) - Constructor for class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Initializes the class.
- SerializablePersistentData<T> - Interface in me.thehandsomeyoni.persistentdataapi.data
-
A class that represents special type of persistent data, that can be stored by serializing it.
- serialize() - Method in class me.thehandsomeyoni.persistentdataapi.data.PersistentData
-
Serializes data to map, using the same way found in:
ConfigurationSerializable
. - serialize() - Method in interface me.thehandsomeyoni.persistentdataapi.data.SerializablePersistentData
-
Serializes data to map, using the same way found in:
ConfigurationSerializable
. - setCancelled(boolean) - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataDeleteEvent
-
Sets the event to cancelled.
- setCancelled(boolean) - Method in class me.thehandsomeyoni.persistentdataapi.events.block.BlockPersistentDataWriteEvent
-
Sets the event to cancelled.
- setCancelled(boolean) - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Cancels the event.
- setCancelled(boolean) - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Cancels the event.
- setCancelled(boolean) - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataDeleteEvent
-
Sets the event to cancel.
- setCancelled(boolean) - Method in class me.thehandsomeyoni.persistentdataapi.events.player.PlayerPersistentDataWriteEvent
-
Cancels the event.
- setData(String, Serializable) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Changes the values of a data.
- setData(AbstractPersistentData) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Changes the values of a data.
- setDataName(String) - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Changes the data name of the persistent data.
- setDataName(String) - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Changes the data name of the persistent data.
- setDataValue(Serializable) - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataDeleteEvent
-
Changes the data value of the persistent data.
- setDataValue(Serializable) - Method in class me.thehandsomeyoni.persistentdataapi.events.item.ItemPersistentDataWriteEvent
-
Changes the data value of the persistent data.
- setSerialized(String, Serializable) - Method in class me.thehandsomeyoni.persistentdataapi.data.DataContainerManager
-
Serializes and writes the data in the container.
- storeAttributeModifier(AttributeModifier, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores an AttributeModifier in the given data container with the given key.
- storeBlockVector(BlockVector, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores a BlockVector in the given data container with the given key.
- storeColor(Color, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores a Color in the given data container with the given key.
- storeInventory(Inventory, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores an Inventory in the given data container with the given key.
- storeItemStack(ItemStack, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores an ItemStack in the given data container with the given key.
- storeLocation(Location, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores a Location in the given data container with the given key.
- storePattern(Pattern, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores a Pattern in the given data container with the given key.
- storePotionEffect(PotionEffect, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores a PotionEffect in the given data container with the given key.
- storeVector(Vector, String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.SerializableBukkit
-
Stores a Vector in the given data container with the given key.
U
- UnacceptableBlockException - Exception in me.thehandsomeyoni.persistentdataapi.exceptions
-
A class that represents an exception that is thrown when the block is not acceptable or does not accept persistent data container.
- UnacceptableBlockException() - Constructor for exception me.thehandsomeyoni.persistentdataapi.exceptions.UnacceptableBlockException
-
Initializes the UnacceptableBlockException.
- unregisterData(String) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Removes a data from the data container.
- unregisterData(AbstractPersistentData) - Method in class me.thehandsomeyoni.persistentdataapi.manager.DataRegistry
-
Removes a data from the data container.
All Classes and Interfaces|All Packages|Serialized Form