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.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type LootContext.VisitedEntryModifier and TypeFieldDescriptionprivate final Set<LootContext.VisitedEntry<?>>
LootContext.visitedElements
Methods 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 TypeMethodDescriptionboolean
LootContext.hasVisitedElement
(LootContext.VisitedEntry<?> p_279182_) void
LootContext.popVisitedElement
(LootContext.VisitedEntry<?> p_279198_) boolean
LootContext.pushVisitedElement
(LootContext.VisitedEntry<?> p_279152_)