Package studio.magemonkey.codex.util
Class DataUT.BooleanDataType
java.lang.Object
studio.magemonkey.codex.util.DataUT.BooleanDataType
- Enclosing class:
DataUT
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bukkit.persistence.PersistentDataType
org.bukkit.persistence.PersistentDataType.PrimitivePersistentDataType<T> -
Field Summary
Fields inherited from interface org.bukkit.persistence.PersistentDataType
BYTE, BYTE_ARRAY, DOUBLE, FLOAT, INTEGER, INTEGER_ARRAY, LONG, LONG_ARRAY, SHORT, STRING, TAG_CONTAINER, TAG_CONTAINER_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionfromPrimitive(Byte primitive, org.bukkit.persistence.PersistentDataAdapterContext context) toPrimitive(Boolean complex, org.bukkit.persistence.PersistentDataAdapterContext context)
-
Method Details
-
getPrimitiveType
-
getComplexType
-
toPrimitive
-
fromPrimitive
-