Uses of Record Class
net.minecraft.world.level.storage.loot.LootContext.VisitedEntry
Packages that use LootContext.VisitedEntry
- 
Uses of LootContext.VisitedEntry in net.minecraft.world.level.storage.lootFields in net.minecraft.world.level.storage.loot with type parameters of type LootContext.VisitedEntryModifier and TypeFieldDescriptionprivate final Set<LootContext.VisitedEntry<?>>LootContext.visitedElementsMethods in net.minecraft.world.level.storage.loot that return LootContext.VisitedEntryModifier and TypeMethodDescriptionLootContext.createVisitedEntry(LootItemFunction p_279163_) static LootContext.VisitedEntry<LootTable>LootContext.createVisitedEntry(LootTable p_279327_) LootContext.createVisitedEntry(LootItemCondition p_279250_) Methods in net.minecraft.world.level.storage.loot with parameters of type LootContext.VisitedEntryModifier and TypeMethodDescriptionbooleanLootContext.hasVisitedElement(LootContext.VisitedEntry<?> p_279182_) voidLootContext.popVisitedElement(LootContext.VisitedEntry<?> p_279198_) booleanLootContext.pushVisitedElement(LootContext.VisitedEntry<?> p_279152_)