Uses of Class
net.minecraft.loot.LootTable
Package
Description
-
Uses of LootTable in net.minecraft.data
Modifier and TypeMethodDescriptionprotected void
LootTableProvider.validate
(Map<ResourceLocation, LootTable> map, ValidationTracker validationtracker) -
Uses of LootTable in net.minecraft.loot
Modifier and TypeFieldDescriptionprivate final Function<ResourceLocation,
LootTable> LootContext.lootTables
private final Function<ResourceLocation,
LootTable> ValidationTracker.tableResolver
private Map<ResourceLocation,
LootTable> LootTableManager.tables
LootContext.visitedTables
Modifier 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_) Modifier 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_) ModifierConstructorDescriptionprivate
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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
ForgeLootTableProvider.validate
(Map<ResourceLocation, LootTable> map, ValidationTracker validationtracker) -
Uses of LootTable in net.minecraftforge.event
Modifier and TypeMethodDescriptionLootTableLoadEvent.getTable()
static LootTable
ForgeEventFactory.loadLootTable
(ResourceLocation name, LootTable table, LootTableManager lootTableManager) Modifier and TypeMethodDescriptionstatic LootTable
ForgeEventFactory.loadLootTable
(ResourceLocation name, LootTable table, LootTableManager lootTableManager) void
ModifierConstructorDescriptionLootTableLoadEvent
(ResourceLocation name, LootTable table, LootTableManager lootTableManager)