Class net.minecraft.world.chunk.Palette$Factory

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

Instance Methods

instance:create(bits, idList, listener, list) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:create(bits, idList, listener, list)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • bits int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • idList userdata, IndexedIterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • listener userdata, PaletteResizeListener This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • list userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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