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 voidLootTableProvider.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.lootTablesprivate final Function<ResourceLocation,LootTable> ValidationTracker.tableResolverprivate Map<ResourceLocation,LootTable> LootTableManager.tablesLootContext.visitedTablesMethods 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 TypeMethodDescriptionbooleanLootContext.addVisitedTable(LootTable p_186496_1_) voidLootContext.removeVisitedTable(LootTable p_186490_1_) com.google.gson.JsonElementLootTable.Serializer.serialize(LootTable p_serialize_1_, Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_) static com.google.gson.JsonElementstatic voidLootTableManager.validate(ValidationTracker p_227508_0_, ResourceLocation p_227508_1_, LootTable p_227508_2_) Constructor parameters in net.minecraft.loot with type arguments of type LootTableModifierConstructorDescriptionprivateLootContext(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_) privateLootContext(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 LootTableForgeHooks.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 voidForgeLootTableProvider.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 LootTableForgeEventFactory.loadLootTable(ResourceLocation name, LootTable table, LootTableManager lootTableManager) Methods in net.minecraftforge.event with parameters of type LootTableModifier and TypeMethodDescriptionstatic LootTableForgeEventFactory.loadLootTable(ResourceLocation name, LootTable table, LootTableManager lootTableManager) voidConstructors in net.minecraftforge.event with parameters of type LootTableModifierConstructorDescriptionLootTableLoadEvent(ResourceLocation name, LootTable table, LootTableManager lootTableManager)