Class LootContextParamSet
java.lang.Object
net.minecraft.world.level.storage.loot.parameters.LootContextParamSet
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Set<LootContextParam<?>>
private final Set<LootContextParam<?>>
-
Constructor Summary
ConstructorDescriptionLootContextParamSet
(Set<LootContextParam<?>> p_81388_, Set<LootContextParam<?>> p_81389_) -
Method Summary
Modifier and TypeMethodDescriptionstatic LootContextParamSet.Builder
builder()
Set<LootContextParam<?>>
Set<LootContextParam<?>>
boolean
isAllowed
(LootContextParam<?> p_165476_) toString()
void
validateUser
(ValidationContext p_81396_, LootContextUser p_81397_)
-
Field Details
-
required
-
all
-
-
Constructor Details
-
LootContextParamSet
LootContextParamSet(Set<LootContextParam<?>> p_81388_, Set<LootContextParam<?>> p_81389_)
-
-
Method Details