Uses of Class
net.minecraft.loot.LootTable
Packages that use LootTable
Package
Description
-
Uses of LootTable in net.minecraft.data
Method parameters in net.minecraft.data with type arguments of type LootTableModifier and TypeMethodDescriptionprotected void
LootTableProvider.validate
(Map<ResourceLocation, LootTable> map, ValidationTracker validationtracker) -
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 TypeFieldDescriptionprivate final Function<ResourceLocation,
LootTable> LootContext.lootTables
private final Function<ResourceLocation,
LootTable> ValidationTracker.tableResolver
private Map<ResourceLocation,
LootTable> LootTableManager.tables
LootContext.visitedTables
Methods in net.minecraft.loot that return LootTableModifier and TypeMethodDescriptionLootTable.Builder.build()
LootTable.Serializer.deserialize
(com.google.gson.JsonElement p_deserialize_1_, Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) LootTableManager.get
(ResourceLocation p_186521_1_) LootContext.getLootTable
(ResourceLocation p_227502_1_) ValidationTracker.resolveLootTable
(ResourceLocation p_227539_1_) Methods in net.minecraft.loot with parameters of type LootTableModifier and TypeMethodDescriptionboolean
LootContext.addVisitedTable
(LootTable p_186496_1_) void
LootContext.removeVisitedTable
(LootTable p_186490_1_) com.google.gson.JsonElement
LootTable.Serializer.serialize
(LootTable p_serialize_1_, Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_) static com.google.gson.JsonElement
static void
LootTableManager.validate
(ValidationTracker p_227508_0_, ResourceLocation p_227508_1_, LootTable p_227508_2_) Constructor parameters in net.minecraft.loot with type arguments of type LootTableModifierConstructorDescriptionprivate
LootContext
(Random p_i225885_1_, float p_i225885_2_, ServerWorld p_i225885_3_, Function<ResourceLocation, LootTable> p_i225885_4_, Function<ResourceLocation, ILootCondition> p_i225885_5_, Map<LootParameter<?>, Object> p_i225885_6_, Map<ResourceLocation, LootContext.IDynamicDropProvider> p_i225885_7_) private
LootContext
(Random rand, float luckIn, ServerWorld worldIn, Function<ResourceLocation, LootTable> lootTableManagerIn, Function<ResourceLocation, ILootCondition> p_i225885_5_, Map<LootParameter<?>, Object> parametersIn, Map<ResourceLocation, LootContext.IDynamicDropProvider> conditionsIn, ResourceLocation queriedLootTableId) -
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, LootTableManager lootTableManager) -
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, ValidationTracker validationtracker) -
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, LootTableManager lootTableManager) Methods in net.minecraftforge.event with parameters of type LootTableModifier and TypeMethodDescriptionstatic LootTable
ForgeEventFactory.loadLootTable
(ResourceLocation name, LootTable table, LootTableManager lootTableManager) void
Constructors in net.minecraftforge.event with parameters of type LootTableModifierConstructorDescriptionLootTableLoadEvent
(ResourceLocation name, LootTable table, LootTableManager lootTableManager)