Uses of Class
net.minecraft.loot.LootTable
Packages that use LootTable
-
Uses of LootTable in net.minecraft.loot
Fields in net.minecraft.loot declared as LootTableFields in net.minecraft.loot with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final Function<Identifier,
LootTable> LootTableReporter.tableGetter
private Map<Identifier,
LootTable> LootManager.tables
Methods in net.minecraft.loot that return LootTableModifier and TypeMethodDescriptionLootTable.Builder.build()
LootTable.Serializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) LootManager.getTable
(Identifier id) LootTableReporter.getTable
(Identifier id) Methods in net.minecraft.loot with parameters of type LootTableModifier and TypeMethodDescriptionLootTable.Serializer.serialize
(LootTable lootTable, Type type, JsonSerializationContext jsonSerializationContext) static JsonElement
static void
LootManager.validate
(LootTableReporter reporter, Identifier id, LootTable table) -
Uses of LootTable in net.minecraft.loot.context
Fields in net.minecraft.loot.context with type parameters of type LootTableModifier and TypeFieldDescriptionLootContext.activeTables
private final Function<Identifier,
LootTable> LootContext.tableGetter
Methods in net.minecraft.loot.context that return LootTableMethods in net.minecraft.loot.context with parameters of type LootTableModifier and TypeMethodDescriptionboolean
LootContext.markActive
(LootTable table) void
LootContext.markInactive
(LootTable table) Constructor parameters in net.minecraft.loot.context with type arguments of type LootTableModifierConstructorDescription(package private)
LootContext
(Random random, float luck, ServerWorld world, Function<Identifier, LootTable> tableGetter, Function<Identifier, LootCondition> conditionGetter, Map<LootContextParameter<?>, Object> parameters, Map<Identifier, LootContext.Dropper> drops)