Class AbstractPipePart.Value.TagType<P,X>

java.lang.Object
io.github.apfelcreme.Pipes.Pipe.AbstractPipePart.Value.TagType<P,X>
All Implemented Interfaces:
org.bukkit.persistence.PersistentDataType<P,X>
Direct Known Subclasses:
AbstractPipePart.Value.EnumTagType
Enclosing class:
AbstractPipePart.Value<T>

public abstract static class AbstractPipePart.Value.TagType<P,X> extends Object implements org.bukkit.persistence.PersistentDataType<P,X>
  • Nested Class Summary

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

    org.bukkit.persistence.PersistentDataType.BooleanPersistentDataType, org.bukkit.persistence.PersistentDataType.PrimitivePersistentDataType<T extends Object>
  • Field Summary

    Fields inherited from interface org.bukkit.persistence.PersistentDataType

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    TagType(Class<P> primitiveType, Class<X> complexType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    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, toPrimitive
  • Constructor Details

    • TagType

      protected TagType(Class<P> primitiveType, Class<X> complexType)
  • Method Details

    • getPrimitiveType

      public Class<P> getPrimitiveType()
      Specified by:
      getPrimitiveType in interface org.bukkit.persistence.PersistentDataType<P,X>
    • getComplexType

      public Class<X> getComplexType()
      Specified by:
      getComplexType in interface org.bukkit.persistence.PersistentDataType<P,X>