Class LootContextParamSet
java.lang.Object
net.minecraft.world.level.storage.loot.parameters.LootContextParamSet
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set
<LootContextParam<?>> private final Set
<LootContextParam<?>> -
Constructor Summary
ConstructorsConstructorDescriptionLootContextParamSet
(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
(ProblemReporter p_345868_, LootContextUser p_346074_) 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