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 com.mojang.serialization.Codec
<LootTable> LootTable.CODEC
static 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()
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()
-
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 -
Uses of LootTable in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry with type parameters of type LootTableModifier and TypeFieldDescriptionprivate final com.mojang.datafixers.util.Either
<Identifier, LootTable> LootTableEntry.value
Methods in net.minecraft.loot.entry with parameters of type LootTableConstructor parameters in net.minecraft.loot.entry with type arguments of type LootTableModifierConstructorDescriptionprivate
LootTableEntry
(com.mojang.datafixers.util.Either<Identifier, LootTable> value, int weight, int quality, List<LootCondition> conditions, List<LootFunction> functions)