Uses of Class
net.minecraft.world.level.storage.loot.LootTable
Packages that use LootTable
Package
Description
-
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 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()
LootTable.Serializer.deserialize
(com.google.gson.JsonElement p_79173_, Type p_79174_, com.google.gson.JsonDeserializationContext p_79175_) 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_) com.google.gson.JsonElement
LootTable.Serializer.serialize
(LootTable p_79177_, Type p_79178_, com.google.gson.JsonSerializationContext p_79179_) -
Uses of LootTable in net.minecraftforge.common
Methods in net.minecraftforge.common that return LootTableModifier and TypeMethodDescriptionstatic LootTable
ForgeHooks.loadLootTable
(com.google.gson.Gson gson, ResourceLocation name, com.google.gson.JsonElement data, boolean custom) Methods in net.minecraftforge.common that return types with arguments of type LootTableModifier and TypeMethodDescriptionstatic org.apache.commons.lang3.function.TriFunction<ResourceLocation,
com.google.gson.JsonElement, ResourceManager, Optional<LootTable>> ForgeHooks.getLootTableDeserializer
(com.google.gson.Gson gson, String directory) -
Uses of LootTable in net.minecraftforge.common.data
Method parameters in net.minecraftforge.common.data with type arguments of type LootTableModifier and TypeMethodDescriptionprotected void
ForgeLootTableProvider.validate
(Map<ResourceLocation, LootTable> map, ValidationContext validationcontext) -
Uses of LootTable in net.minecraftforge.event
Fields in net.minecraftforge.event declared as LootTableMethods in net.minecraftforge.event that return LootTableModifier and TypeMethodDescriptionLootTableLoadEvent.getTable()
static LootTable
ForgeEventFactory.loadLootTable
(ResourceLocation name, LootTable table) Methods in net.minecraftforge.event with parameters of type LootTableModifier and TypeMethodDescriptionstatic LootTable
ForgeEventFactory.loadLootTable
(ResourceLocation name, LootTable table) void
Constructors in net.minecraftforge.event with parameters of type LootTable