Class net.minecraft.nbt.NbtIo

This description should be content pulled from the first comments of a lua file.

Static Methods

NbtIo.read(file) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.read(input) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.read(input, tracker) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.readCompressed(stream) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.readCompressed(file) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.scan(input, scanner) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.scanCompressed(file, scanner) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.scanCompressed(stream, scanner) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.write(element, output) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.write(compound, output) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.write(compound, file) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.writeCompressed(compound, file) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
NbtIo.writeCompressed(compound, stream) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

NbtIo() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

NbtIo.read(file)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • file userdata, File This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
NbtIo.read(input)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • input userdata, DataInput This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
NbtIo.read(input, tracker)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • input userdata, DataInput This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • tracker userdata, NbtTagSizeTracker This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
NbtIo.readCompressed(stream)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stream userdata, InputStream This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
NbtIo.readCompressed(file)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • file userdata, File This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
NbtIo.scan(input, scanner)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • input userdata, DataInput This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • scanner userdata, NbtScanner This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
NbtIo.scanCompressed(file, scanner)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • file userdata, File This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • scanner userdata, NbtScanner This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
NbtIo.scanCompressed(stream, scanner)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stream userdata, InputStream This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • scanner userdata, NbtScanner This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
NbtIo.write(element, output)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • element userdata, NbtElement This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • output userdata, DataOutput This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
NbtIo.write(compound, output)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • compound userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • output userdata, DataOutput This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
NbtIo.write(compound, file)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • compound userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • file userdata, File This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
NbtIo.writeCompressed(compound, file)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • compound userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • file userdata, File This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
NbtIo.writeCompressed(compound, stream)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • compound userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • stream userdata, OutputStream This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Constructors

NbtIo()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"