Class net.minecraft.nbt.visitor.NbtElementVisitor

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

Instance Methods

instance:visitByte(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitByteArray(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitCompound(compound) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitDouble(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitEnd(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitFloat(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitInt(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitIntArray(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitList(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitLong(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitLongArray(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitShort(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:visitString(element) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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

Parameters:

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