Class net.minecraft.datafixer.fix.BlockStateFlattening

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

Static Fields

string BlockStateFlattening.FILTER_ME This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

BlockStateFlattening.lookupBlock(oldBlockName) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.lookupState(stateId) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.lookupState(dynamic) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.lookupStateBlock(stateId) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.parseState(stateStr) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks0To15() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks112To127() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks128To143() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks144To159() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks160To175() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks16To31() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks176To191() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks192To207() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks208To223() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks224To239() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks240To255() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks32To47() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks48To63() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks64To79() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks80To95() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks96To111() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

BlockStateFlattening() 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() 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"
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"


Static Methods

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

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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

Parameters:

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

Returns:

userdata, Dynamic This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks0To15()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks112To127()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks128To143()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks144To159()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks160To175()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks16To31()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks176To191()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks192To207()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks208To223()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks224To239()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks240To255()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks32To47()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks48To63()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks64To79()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks80To95()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
BlockStateFlattening.putStatesFromBlocks96To111()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

BlockStateFlattening()
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()
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"
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"