Package

net.katsstuff.typenbt

nbt

Permalink

package nbt

Visibility
  1. Public
  2. All

Type Members

  1. final case class NBTByte(value: Byte) extends NBTTag with Product with Serializable

    Permalink
  2. final case class NBTByteArray(value: IndexedSeq[Byte]) extends NBTTag with Product with Serializable

    Permalink
  3. final case class NBTCompound(value: Map[String, NBTTag] = Map()) extends NBTTag with Product with Serializable

    Permalink
  4. final case class NBTDouble(value: Double) extends NBTTag with Product with Serializable

    Permalink
  5. sealed trait NBTEnd extends NBTTag

    Permalink
  6. final case class NBTFloat(value: Float) extends NBTTag with Product with Serializable

    Permalink
  7. final case class NBTInt(value: Int) extends NBTTag with Product with Serializable

    Permalink
  8. final case class NBTIntArray(value: IndexedSeq[Int]) extends NBTTag with Product with Serializable

    Permalink
  9. final case class NBTList[ElementRepr, ElementNBT <: Aux[ElementRepr]](value: Seq[ElementNBT] with Seq[Aux[ElementRepr]] = Seq())(implicit nbtType: Aux[Seq[ElementNBT], NBTList[ElementRepr, ElementNBT]], nbtListType: Aux[ElementRepr, ElementNBT]) extends NBTTag with Product with Serializable

    Permalink
  10. final case class NBTLong(value: Long) extends NBTTag with Product with Serializable

    Permalink
  11. final case class NBTShort(value: Short) extends NBTTag with Product with Serializable

    Permalink
  12. final case class NBTString(value: String) extends NBTTag with Product with Serializable

    Permalink
  13. sealed trait NBTTag extends AnyRef

    Permalink
  14. sealed trait NBTType extends NBTView

    Permalink

    A specific type of NBTTag.

    A specific type of NBTTag. Contains constructor and deconstructer, in addition to the numerical id.

  15. trait NBTTypeInstances extends AnyRef

    Permalink
  16. trait NBTView extends AnyRef

    Permalink
  17. trait NBTViewCaseCreator extends AnyRef

    Permalink
  18. trait NBTViewInstances extends NBTTypeInstances

    Permalink

Value Members

  1. object NBTTag

    Permalink
  2. object NBTType

    Permalink
  3. object NBTView extends NBTViewInstances with NBTViewCaseCreator

    Permalink

Ungrouped