All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jglrxavpok.hephaistos.nbt.NBTEnd.kt Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
package org.jglrxavpok.hephaistos.nbt

import java.io.DataInputStream
import java.io.DataOutputStream

object NBTEnd: NBT, NBTReaderCompanion {
    override val ID = NBTType.TAG_End

    override fun readContents(source: DataInputStream): NBTEnd = this

    override fun writeContents(destination: DataOutputStream) {}

    override fun toSNBT() = ""

    override fun toString() = ""
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy