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.visitedElementsMethods in net.minecraft.world.level.storage.loot that return LootContext.VisitedEntryModifier and TypeMethodDescriptionLootContext.createVisitedEntry(LootItemFunction modifier) static LootContext.VisitedEntry<LootTable> LootContext.createVisitedEntry(LootTable lootTable) LootContext.createVisitedEntry(LootItemCondition predicate) Methods in net.minecraft.world.level.storage.loot with parameters of type LootContext.VisitedEntryModifier and TypeMethodDescriptionbooleanLootContext.hasVisitedElement(LootContext.VisitedEntry<?> element) voidLootContext.popVisitedElement(LootContext.VisitedEntry<?> element) booleanLootContext.pushVisitedElement(LootContext.VisitedEntry<?> element)