Uses of Record Class
net.minecraft.loot.LootDataType
Packages that use LootDataType
Package
Description
The base package for all Minecraft classes.
-
Uses of LootDataType in net.minecraft
Methods in net.minecraft with parameters of type LootDataTypeModifier and TypeMethodDescriptionprivate static <T> CompletableFuture
<MutableRegistry<?>> class_9383.method_58277
(LootDataType<T> lootDataType, RegistryOps<JsonElement> registryOps, ResourceManager resourceManager, Executor executor) private static <T> void
class_9383.method_58281
(LootTableReporter lootTableReporter, LootDataType<T> lootDataType, DynamicRegistryManager dynamicRegistryManager) -
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