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 pModifier) static LootContext.VisitedEntry
<LootTable> LootContext.createVisitedEntry
(LootTable pLootTable) LootContext.createVisitedEntry
(LootItemCondition pPredicate) Methods in net.minecraft.world.level.storage.loot with parameters of type LootContext.VisitedEntryModifier and TypeMethodDescriptionboolean
LootContext.hasVisitedElement
(LootContext.VisitedEntry<?> pElement) void
LootContext.popVisitedElement
(LootContext.VisitedEntry<?> pElement) boolean
LootContext.pushVisitedElement
(LootContext.VisitedEntry<?> pElement)