类 AllOfCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
net.minecraft.world.level.storage.loot.predicates.AllOfCondition
- 所有已实现的接口:
Predicate<LootContext>
,LootContextUser
,LootItemCondition
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.MapCodec
<AllOfCondition> static final com.mojang.serialization.Codec
<AllOfCondition> 从类继承的字段 net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
terms
从接口继承的字段 net.minecraft.world.level.storage.loot.predicates.LootItemCondition
DIRECT_CODEC, TYPED_CODEC
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static AllOfCondition
allOf
(List<LootItemCondition> p_298400_) static AllOfCondition.Builder
allOf
(LootItemCondition.Builder... p_286873_) getType()
从类继承的方法 net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
createCodec, createInlineCodec, test, validate
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.storage.loot.LootContextUser
getReferencedContextParams
-
字段详细资料
-
CODEC
-
INLINE_CODEC
-
-
构造器详细资料
-
AllOfCondition
AllOfCondition(List<LootItemCondition> p_299216_)
-
-
方法详细资料
-
allOf
-
getType
-
allOf
-