Class DataType<T,Z>

java.lang.Object
com.marcusslover.plus.lib.common.DataType<T,Z>
All Implemented Interfaces:
org.bukkit.persistence.PersistentDataType<T,Z>

public abstract class DataType<T,Z> extends Object implements org.bukkit.persistence.PersistentDataType<T,Z>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.bukkit.persistence.PersistentDataType

    org.bukkit.persistence.PersistentDataType.BooleanPersistentDataType, org.bukkit.persistence.PersistentDataType.PrimitivePersistentDataType<P>
  • Field Summary

    Fields inherited from interface org.bukkit.persistence.PersistentDataType

    BOOLEAN, BYTE, BYTE_ARRAY, DOUBLE, FLOAT, INTEGER, INTEGER_ARRAY, LIST, LONG, LONG_ARRAY, SHORT, STRING, TAG_CONTAINER, TAG_CONTAINER_ARRAY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.bukkit.persistence.PersistentDataType

    fromPrimitive, getComplexType, getPrimitiveType, toPrimitive
  • Constructor Details

    • DataType

      public DataType()