类 AllOfCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
net.minecraft.world.level.storage.loot.predicates.AllOfCondition
- 所有已实现的接口:
Predicate<LootContext>
,LootContextUser
,LootItemCondition
-
嵌套类概要
嵌套类 -
字段概要
从类继承的字段 net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
terms
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static AllOfCondition.Builder
allOf
(LootItemCondition.Builder... pConditions) getType()
从类继承的方法 net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
test, validate
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.storage.loot.LootContextUser
getReferencedContextParams
-
构造器详细资料
-
AllOfCondition
AllOfCondition(LootItemCondition[] pConditions)
-
-
方法详细资料
-
getType
-
allOf
-