Trait

net.katsstuff.typenbt

NBTTypeInstances

Related Doc: package typenbt

Permalink

trait NBTTypeInstances extends NBTViewInstances

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NBTTypeInstances
  2. NBTViewInstances
  3. LowPriorityViewInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AnyTag extends NBTType[Any, Aux[Any]] with Product with Serializable

    Permalink
  5. implicit val BooleanView: NBTBoolean.type

    Permalink
    Definition Classes
    NBTViewInstances
  6. implicit object TAG_Byte extends NBTType[Byte, NBTByte] with Product with Serializable

    Permalink
  7. implicit object TAG_Byte_Array extends NBTType[IndexedSeq[Byte], NBTByteArray] with Product with Serializable

    Permalink
  8. implicit object TAG_Compound extends NBTType[Map[String, NBTTag], NBTCompound] with Product with Serializable

    Permalink
  9. implicit object TAG_Double extends NBTType[Double, NBTDouble] with Product with Serializable

    Permalink
  10. object TAG_End extends NBTType[Nothing, NBTEnd] with Product with Serializable

    Permalink
  11. implicit object TAG_Float extends NBTType[Float, NBTFloat] with Product with Serializable

    Permalink
  12. implicit object TAG_Int extends NBTType[Int, NBTInt] with Product with Serializable

    Permalink
  13. implicit object TAG_Int_Array extends NBTType[IndexedSeq[Int], NBTIntArray] with Product with Serializable

    Permalink
  14. object TAG_List extends NBTListType[Any, Aux[Any]] with Product with Serializable

    Permalink
  15. implicit object TAG_Long extends NBTType[Long, NBTLong] with Product with Serializable

    Permalink
  16. implicit object TAG_Long_Array extends NBTType[IndexedSeq[Long], NBTLongArray] with Product with Serializable

    Permalink
  17. implicit object TAG_Short extends NBTType[Short, NBTShort] with Product with Serializable

    Permalink
  18. implicit object TAG_String extends NBTType[String, NBTString] with Product with Serializable

    Permalink
  19. val TagByte: TAG_Byte.type

    Permalink
  20. val TagByteArray: TAG_Byte_Array.type

    Permalink
  21. val TagCompound: TAG_Compound.type

    Permalink
  22. val TagDouble: TAG_Double.type

    Permalink
  23. val TagEnd: TAG_End.type

    Permalink
  24. val TagFloat: TAG_Float.type

    Permalink
  25. val TagInt: TAG_Int.type

    Permalink
  26. val TagIntArray: TAG_Int_Array.type

    Permalink
  27. val TagList: TAG_List.type

    Permalink
  28. val TagLong: TAG_Long.type

    Permalink
  29. val TagLongArray: TAG_Long_Array.type

    Permalink
  30. val TagShort: TAG_Short.type

    Permalink
  31. val TagString: TAG_String.type

    Permalink
  32. implicit val UUIDView: NBTUUID.type

    Permalink
    Definition Classes
    NBTViewInstances
  33. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  34. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. implicit def listType[ElemRepr, ElemNBT <: Aux[ElemRepr]](implicit elementType: NBTType[ElemRepr, ElemNBT]): NBTListType[ElemRepr, ElemNBT]

    Permalink
  42. implicit def mapView[ElemRepr, ElemNBT <: NBTTag](implicit view: NBTView[ElemRepr, ElemNBT], typeable: Typeable[ElemNBT]): NBTView[Map[String, ElemRepr], NBTCompound]

    Permalink
    Definition Classes
    NBTViewInstances
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. implicit def seqView[RawRepr, ElemRepr, ElemNBT <: Aux[RawRepr]](implicit view: NBTView[ElemRepr, ElemNBT], listType: NBTListType[RawRepr, ElemNBT]): NBTView[Seq[ElemRepr], NBTList[RawRepr, ElemNBT]]

    Permalink
    Definition Classes
    LowPriorityViewInstances
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NBTViewInstances

Inherited from LowPriorityViewInstances

Inherited from AnyRef

Inherited from Any

Ungrouped