Class net.minecraft.nbt.scanner.SimpleNbtScanner

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

Static Fields

userdata, SimpleNbtScanner SimpleNbtScanner.NOOP This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:endNested() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:start(rootType) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:startListItem(type, index) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:startSubNbt(type, key) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitByte(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitByteArray(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitDouble(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitEnd() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitFloat(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitInt(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitIntArray(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitListMeta(entryType, length) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitLong(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitLongArray(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitShort(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitString(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitSubNbtType(type) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:endNested()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id 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:start(rootType)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • rootType userdata, NbtType 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:startListItem(type, index)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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

Parameters:

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

Parameters:

  • value userdata, byte[] 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:visitDouble(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double 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:visitEnd()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id 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:visitFloat(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float 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:visitInt(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Parameters:

  • value userdata, int[] 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:visitListMeta(entryType, length)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • entryType userdata, NbtType This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • length int 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:visitLong(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Parameters:

  • value userdata, long[] 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:visitShort(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Parameters:

  • value string 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:visitSubNbtType(type)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, NbtScanner$NestedResult This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"