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> voidclass_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_MODIFIERSstatic final LootDataType<LootTable> LootDataType.LOOT_TABLESstatic final LootDataType<LootCondition> LootDataType.PREDICATESMethods 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.typeThe field for thetyperecord component.Methods in net.minecraft.loot.context that return LootDataTypeModifier and TypeMethodDescriptionLootContext.Entry.type()Returns the value of thetyperecord component.Constructors in net.minecraft.loot.context with parameters of type LootDataType