Uses of Record Class
net.minecraft.world.level.storage.loot.LootDataId
Packages that use LootDataId
- 
Uses of LootDataId in net.minecraft.world.level.storage.lootFields in net.minecraft.world.level.storage.loot declared as LootDataIdModifier and TypeFieldDescriptionstatic final LootDataId<LootTable>LootDataManager.EMPTY_LOOT_TABLE_KEYFields in net.minecraft.world.level.storage.loot with type parameters of type LootDataIdModifier and TypeFieldDescriptionprivate Map<LootDataId<?>,?> LootDataManager.elementsprivate final Set<LootDataId<?>>ValidationContext.visitedElementsMethods in net.minecraft.world.level.storage.loot with parameters of type LootDataIdModifier and TypeMethodDescriptionprivate static <T> voidLootDataManager.castAndValidate(ValidationContext p_279270_, LootDataId<T> p_279249_, Object p_279342_) ValidationContext.enterElement(String p_279180_, LootDataId<?> p_279438_) <T> TLootDataManager.getElement(LootDataId<T> p_279467_) <T> TLootDataResolver.getElement(LootDataId<T> p_279309_) default <T> Optional<T>LootDataResolver.getElementOptional(LootDataId<T> p_279486_) booleanValidationContext.hasVisitedElement(LootDataId<?> p_279178_) voidLootDataType.Validator.run(ValidationContext p_279419_, LootDataId<T> p_279145_, T p_279326_) voidLootDataType.runValidation(ValidationContext p_279366_, LootDataId<T> p_279106_, T p_279124_) Constructor parameters in net.minecraft.world.level.storage.loot with type arguments of type LootDataIdModifierConstructorDescriptionprivateValidationContext(ProblemReporter p_312319_, LootContextParamSet p_279447_, LootDataResolver p_279446_, Set<LootDataId<?>> p_311760_)