Object/Trait

net.katsstuff.typenbt

NBTView

Related Docs: trait NBTView | package typenbt

Permalink

object NBTView extends NBTTypeInstances with NBTViewCaseCreator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NBTView
  2. NBTViewCaseCreator
  3. NBTTypeInstances
  4. NBTViewInstances
  5. LowPriorityViewInstances
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed class InferViewFromRepr[Repr] extends AnyRef

    Permalink
  2. implicit final class NBTOps[NBT <: NBTTag] extends AnyVal

    Permalink
  3. implicit final class ReprOps[Repr] extends AnyVal

    Permalink

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
    Definition Classes
    NBTTypeInstances
  5. implicit val BooleanView: NBTBoolean.type

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    NBTTypeInstances
  19. val TagByte: TAG_Byte.type

    Permalink
    Definition Classes
    NBTTypeInstances
  20. val TagByteArray: TAG_Byte_Array.type

    Permalink
    Definition Classes
    NBTTypeInstances
  21. val TagCompound: TAG_Compound.type

    Permalink
    Definition Classes
    NBTTypeInstances
  22. val TagDouble: TAG_Double.type

    Permalink
    Definition Classes
    NBTTypeInstances
  23. val TagEnd: TAG_End.type

    Permalink
    Definition Classes
    NBTTypeInstances
  24. val TagFloat: TAG_Float.type

    Permalink
    Definition Classes
    NBTTypeInstances
  25. val TagInt: TAG_Int.type

    Permalink
    Definition Classes
    NBTTypeInstances
  26. val TagIntArray: TAG_Int_Array.type

    Permalink
    Definition Classes
    NBTTypeInstances
  27. val TagList: TAG_List.type

    Permalink
    Definition Classes
    NBTTypeInstances
  28. val TagLong: TAG_Long.type

    Permalink
    Definition Classes
    NBTTypeInstances
  29. val TagLongArray: TAG_Long_Array.type

    Permalink
    Definition Classes
    NBTTypeInstances
  30. val TagShort: TAG_Short.type

    Permalink
    Definition Classes
    NBTTypeInstances
  31. val TagString: TAG_String.type

    Permalink
    Definition Classes
    NBTTypeInstances
  32. implicit val UUIDView: NBTUUID.type

    Permalink
    Definition Classes
    NBTViewInstances
  33. def apply[Repr, NBT <: NBTTag](implicit view: NBTView[Repr, NBT]): NBTView[Repr, NBT]

    Permalink
  34. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def forRepr[Repr]: InferViewFromRepr[Repr]

    Permalink
  40. final def getClass(): Class[_]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  48. 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
  49. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from NBTViewCaseCreator

Inherited from NBTTypeInstances

Inherited from NBTViewInstances

Inherited from LowPriorityViewInstances

Inherited from AnyRef

Inherited from Any

Ungrouped