类 AllOfCondition.Builder
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition.Builder
net.minecraft.world.level.storage.loot.predicates.AllOfCondition.Builder
- 所有已实现的接口:
LootItemCondition.Builder
- 封闭类:
AllOfCondition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明and
(LootItemCondition.Builder p_286760_) protected LootItemCondition
create
(List<LootItemCondition> p_299819_) 从类继承的方法 net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition.Builder
addTerm, build
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.storage.loot.predicates.LootItemCondition.Builder
invert, or
-
构造器详细资料
-
Builder
-
-
方法详细资料
-
and
-
create
- 指定者:
create
在类中CompositeLootItemCondition.Builder
-