Uses of Record Class
net.minecraft.loot.LootDataType
-
Uses of LootDataType in net.minecraft.loot
Modifier and TypeFieldDescriptionstatic final LootDataType
<LootFunction> LootDataType.ITEM_MODIFIERS
static final LootDataType
<LootTable> LootDataType.LOOT_TABLES
static final LootDataType
<LootCondition> LootDataType.PREDICATES
-
Uses of LootDataType in net.minecraft.loot.context
Modifier and TypeFieldDescriptionprivate final LootDataType
<T> LootContext.Entry.type
The field for thetype
record component. -
Uses of LootDataType in net.minecraft.registry
Modifier 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)