Class 	
	net.minecraft.loot.entry.LeafEntry$Factory
	This description should be content pulled from the first comments of a lua file.
Instance Methods
| instance:build(weight, quality, conditions, functions) | 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(weight, quality, conditions, functions)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- weight int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - quality int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - conditions userdata, LootCondition[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - functions userdata, LootFunction[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
userdata, LeafEntry This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"