Uses of Class
net.minecraft.world.level.storage.loot.LootTable
Package
Description
-
Uses of LootTable in net.minecraft.data.loot
Modifier and TypeMethodDescriptionprotected void
LootTableProvider.validate
(Map<ResourceLocation, LootTable> map, ValidationContext validationcontext) -
Uses of LootTable in net.minecraft.world.level.storage.loot
Modifier 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
Modifier and TypeMethodDescriptionLootTable.Builder.build()
default LootTable
LootDataResolver.getLootTable
(ResourceLocation p_279456_) Modifier and TypeMethodDescriptionprivate static LootDataType.Validator<LootTable>
LootDataType.createLootTableValidator()
static LootContext.VisitedEntry<LootTable>
LootContext.createVisitedEntry
(LootTable p_279327_) Modifier and TypeMethodDescriptionstatic LootContext.VisitedEntry<LootTable>
LootContext.createVisitedEntry
(LootTable p_279327_) -
Uses of LootTable in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprotected void
ForgeLootTableProvider.validate
(Map<ResourceLocation, LootTable> map, ValidationContext validationcontext) -
Uses of LootTable in net.minecraftforge.event
Modifier and TypeMethodDescriptionLootTableLoadEvent.getTable()
static @Nullable LootTable
ForgeEventFactory.onLoadLootTable
(ResourceLocation name, LootTable table) Modifier and TypeMethodDescriptionstatic @Nullable LootTable
ForgeEventFactory.onLoadLootTable
(ResourceLocation name, LootTable table) void