Uses of Interface
net.minecraft.data.server.loottable.LootTableGenerator
Packages that use LootTableGenerator
Package
Description
The base package for all Minecraft classes.
-
Uses of LootTableGenerator in net.minecraft
Classes in net.minecraft that implement LootTableGenerator -
Uses of LootTableGenerator in net.minecraft.data.server.loottable
Classes in net.minecraft.data.server.loottable that implement LootTableGeneratorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Fields in net.minecraft.data.server.loottable with type parameters of type LootTableGeneratorModifier and TypeFieldDescriptionprivate final Supplier<LootTableGenerator>
LootTableProvider.LootTypeGenerator.provider
The field for theprovider
record component.Methods in net.minecraft.data.server.loottable that return types with arguments of type LootTableGeneratorModifier and TypeMethodDescriptionLootTableProvider.LootTypeGenerator.provider()
Returns the value of theprovider
record component.Constructor parameters in net.minecraft.data.server.loottable with type arguments of type LootTableGeneratorModifierConstructorDescriptionLootTypeGenerator
(Supplier<LootTableGenerator> supplier, LootContextType lootContextType)