Uses of Class
net.minecraft.world.level.storage.loot.LootTable
Packages that use LootTable
Package
Description
Classes for NeoForge's own data generation.
-
Uses of LootTable in net.minecraft.data.loot
Method parameters in net.minecraft.data.loot with type arguments of type LootTableModifier and TypeMethodDescriptionprotected void
LootTableProvider.validate
(Map<ResourceLocation, LootTable> map, ValidationContext validationcontext) -
Uses of LootTable in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot declared as LootTableFields in net.minecraft.world.level.storage.loot with type parameters of type LootTableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LootTable>
LootTable.CODEC
static final LootDataId<LootTable>
LootDataManager.EMPTY_LOOT_TABLE_KEY
static final LootDataType<LootTable>
LootDataType.TABLE
Methods in net.minecraft.world.level.storage.loot that return LootTableModifier and TypeMethodDescriptionLootTable.Builder.build()
default LootTable
LootDataResolver.getLootTable
(ResourceLocation p_279456_) Methods in net.minecraft.world.level.storage.loot that return types with arguments of type LootTableModifier and TypeMethodDescriptionprivate static LootDataType.Validator<LootTable>
LootDataType.createLootTableValidator()
static LootContext.VisitedEntry<LootTable>
LootContext.createVisitedEntry
(LootTable p_279327_) Methods in net.minecraft.world.level.storage.loot with parameters of type LootTableModifier and TypeMethodDescriptionstatic LootContext.VisitedEntry<LootTable>
LootContext.createVisitedEntry
(LootTable p_279327_) -
Uses of LootTable in net.neoforged.neoforge.common.data.internal
Method parameters in net.neoforged.neoforge.common.data.internal with type arguments of type LootTableModifier and TypeMethodDescriptionprotected void
NeoForgeLootTableProvider.validate
(Map<ResourceLocation, LootTable> map, ValidationContext validationcontext) -
Uses of LootTable in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event declared as LootTableMethods in net.neoforged.neoforge.event that return LootTableModifier and TypeMethodDescriptionLootTableLoadEvent.getTable()
static LootTable
EventHooks.loadLootTable
(ResourceLocation name, LootTable table) Methods in net.neoforged.neoforge.event with parameters of type LootTableModifier and TypeMethodDescriptionstatic LootTable
EventHooks.loadLootTable
(ResourceLocation name, LootTable table) void
Constructors in net.neoforged.neoforge.event with parameters of type LootTable