类 InvertedLootItemCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.InvertedLootItemCondition
- 所有已实现的接口:
Predicate<LootContext>
,LootContextUser
,LootItemCondition
-
嵌套类概要
嵌套类从接口继承的嵌套类/接口 net.minecraft.world.level.storage.loot.predicates.LootItemCondition
LootItemCondition.Builder
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Set<LootContextParam<?>>
getType()
static LootItemCondition.Builder
invert
(LootItemCondition.Builder pToInvert) final boolean
test
(LootContext p_81689_) void
validate
(ValidationContext pContext)
-
字段详细资料
-
term
-
-
构造器详细资料
-
InvertedLootItemCondition
InvertedLootItemCondition(LootItemCondition pTerm)
-
-
方法详细资料
-
getType
- 指定者:
getType
在接口中LootItemCondition
-
test
- 指定者:
test
在接口中Predicate<LootContext>
-
getReferencedContextParams
- 指定者:
getReferencedContextParams
在接口中LootContextUser
-
validate
- 指定者:
validate
在接口中LootContextUser
-
invert
-