Class net.minecraft.data.client.When

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

Static Methods

When.allOf(conditions) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
When.anyOf(conditions) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
When.create() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

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


Static Methods

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

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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

Returns:

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

Instance Methods

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

Returns:

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

Parameters:

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