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 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 TypeMethodDescriptionbooleanLootContext.hasVisitedElement(LootContext.VisitedEntry<?> pElement) voidLootContext.popVisitedElement(LootContext.VisitedEntry<?> pElement) booleanLootContext.pushVisitedElement(LootContext.VisitedEntry<?> pElement)