Class net.minecraft.loot.condition.LootCondition$Builder

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

Instance Methods

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


Instance Methods

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

Returns:

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

Returns:

userdata, LootCondition$Builder This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:or(condition)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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