Class net.minecraft.nbt.NbtElement

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

Static Fields

int, byte NbtElement.BYTE_ARRAY_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.BYTE_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.COMPOUND_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.DOUBLE_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.END_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.FLOAT_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.INT_ARRAY_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.INT_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.LIST_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.LONG_ARRAY_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.LONG_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int NbtElement.MAX_DEPTH This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.NUMBER_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.SHORT_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int, byte NbtElement.STRING_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int NbtElement.field_33246 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int NbtElement.field_33247 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int NbtElement.field_33248 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int NbtElement.field_33249 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:accept(visitor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:accept(visitor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:asString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:copy() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:doAccept(visitor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getNbtType() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getType() 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:write(output) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Parameters:

  • visitor userdata, NbtScanner This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:accept(visitor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • visitor userdata, NbtElementVisitor This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:asString()
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:copy()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

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

Parameters:

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

Returns:

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

Returns:

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

Returns:

int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @return 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:write(output)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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