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 Function<Identifier,LootTable>LootTableReporter.tableGetterprivate Map<Identifier,LootTable>LootManager.tablesMethods 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 JsonElementstatic voidLootManager.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.activeTablesprivate Function<Identifier,LootTable>LootContext.tableGetterMethods in net.minecraft.loot.context that return LootTableMethods in net.minecraft.loot.context with parameters of type LootTableModifier and TypeMethodDescriptionbooleanLootContext.markActive(LootTable table)voidLootContext.markInactive(LootTable table)Constructor parameters in net.minecraft.loot.context with type arguments of type LootTableModifierConstructorDescription(package private)LootContext(Random random, float float2, ServerWorld serverWorld, Function<Identifier,LootTable> function, Function<Identifier,LootCondition> function2, Map<LootContextParameter<?>,Object> map, Map<Identifier,LootContext.Dropper> map2)