Uses of Class
me.thehandsomeyoni.persistentdataapi.exceptions.DataException
Packages that use DataException
-
Uses of DataException in me.thehandsomeyoni.persistentdataapi.manager
Methods in me.thehandsomeyoni.persistentdataapi.manager that throw DataExceptionModifier and TypeMethodDescriptionGets the value of a data.DataRegistry.getData(AbstractPersistentData data) Gets the value of a data.byte[]DataRegistry.getDataAsBytes(String dataName) Gets the value of a data as its primitive type.byte[]DataRegistry.getDataAsBytes(AbstractPersistentData data) Gets the value of a data as its primitive type.voidDataRegistry.registerData(String dataName, Serializable dataValue) Registers a new data with the given name and type.voidDataRegistry.registerData(AbstractPersistentData data) Registers a new data from a class that extends AbstractPersistentData.voidDataRegistry.unregisterData(String dataName) Removes a data from the data container.voidDataRegistry.unregisterData(AbstractPersistentData data) Removes a data from the data container.