Uses of Record Class
net.minecraft.loot.LootDataType
Packages that use LootDataType
-
Uses of LootDataType in net.minecraft.loot
Fields in net.minecraft.loot declared as LootDataTypeModifier and TypeFieldDescriptionstatic final LootDataType
<LootFunction> LootDataType.ITEM_MODIFIERS
static final LootDataType
<LootTable> LootDataType.LOOT_TABLES
static final LootDataType
<LootCondition> LootDataType.PREDICATES
Methods in net.minecraft.loot that return types with arguments of type LootDataType -
Uses of LootDataType in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as LootDataTypeModifier and TypeFieldDescriptionprivate final LootDataType
<T> LootContext.Entry.type
The field for thetype
record component.Methods in net.minecraft.loot.context that return LootDataTypeModifier and TypeMethodDescriptionLootContext.Entry.type()
Returns the value of thetype
record component.Constructors in net.minecraft.loot.context with parameters of type LootDataType -
Uses of LootDataType in net.minecraft.registry
Methods in net.minecraft.registry with parameters of type LootDataTypeModifier and TypeMethodDescriptionprivate static <T> CompletableFuture
<MutableRegistry<?>> ReloadableRegistries.prepare
(LootDataType<T> type, RegistryOps<JsonElement> ops, ResourceManager resourceManager, Executor prepareExecutor) private static <T> void
ReloadableRegistries.validateLootData
(LootTableReporter reporter, LootDataType<T> lootDataType, DynamicRegistryManager registryManager)