Uses of Record Class
net.minecraft.loot.context.LootContext.Entry
-
Uses of LootContext.Entry in net.minecraft.loot.context
Modifier and TypeFieldDescriptionprivate final Set
<LootContext.Entry<?>> LootContext.activeEntries
Modifier and TypeMethodDescriptionstatic LootContext.Entry
<LootFunction> LootContext.itemModifier
(LootFunction itemModifier) static LootContext.Entry
<LootCondition> LootContext.predicate
(LootCondition predicate) static LootContext.Entry
<LootTable> Modifier and TypeMethodDescriptionboolean
LootContext.isActive
(LootContext.Entry<?> entry) boolean
LootContext.markActive
(LootContext.Entry<?> entry) void
LootContext.markInactive
(LootContext.Entry<?> entry)