Uses of Record Class
net.minecraft.loot.context.LootContext.Entry
Packages that use LootContext.Entry
-
Uses of LootContext.Entry in net.minecraft.loot.context
Fields in net.minecraft.loot.context with type parameters of type LootContext.EntryModifier and TypeFieldDescriptionprivate final Set
<LootContext.Entry<?>> LootContext.activeEntries
Methods in net.minecraft.loot.context that return LootContext.EntryModifier and TypeMethodDescriptionstatic LootContext.Entry
<LootFunction> LootContext.itemModifier
(LootFunction itemModifier) static LootContext.Entry
<LootCondition> LootContext.predicate
(LootCondition predicate) static LootContext.Entry
<LootTable> Methods in net.minecraft.loot.context with parameters of type LootContext.EntryModifier and TypeMethodDescriptionboolean
LootContext.isActive
(LootContext.Entry<?> entry) boolean
LootContext.markActive
(LootContext.Entry<?> entry) void
LootContext.markInactive
(LootContext.Entry<?> entry)