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 TypeFieldDescriptionstatic final LootDataKey<LootTable>
LootManager.EMPTY_LOOT_TABLE
static final LootDataType<LootTable>
LootDataType.LOOT_TABLES
Methods in net.minecraft.loot that return LootTableModifier and TypeMethodDescriptionLootTable.Builder.build()
LootTable.Serializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) default LootTable
LootDataLookup.getLootTable
(Identifier id) Methods in net.minecraft.loot that return types with arguments of type LootTableModifier and TypeMethodDescriptionprivate static LootDataType.Validator<LootTable>
LootDataType.tableValidator()
Methods in net.minecraft.loot with parameters of type LootTableModifier and TypeMethodDescriptionLootTable.Serializer.serialize
(LootTable lootTable, Type type, JsonSerializationContext jsonSerializationContext) -
Uses of LootTable in net.minecraft.loot.context
Methods in net.minecraft.loot.context that return types with arguments of type LootTableMethods in net.minecraft.loot.context with parameters of type LootTable