类 LootItemBlockStatePropertyCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.LootItemBlockStatePropertyCondition
- 所有已实现的接口:
Predicate<LootContext>
,LootContextUser
,LootItemCondition
-
嵌套类概要
嵌套类修饰符和类型类说明static class
static class
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Set<LootContextParam<?>>
getType()
hasBlockStateProperties
(Block pBlock) boolean
test
(LootContext p_81772_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.storage.loot.LootContextUser
validate
-
字段详细资料
-
block
-
properties
-
-
构造器详细资料
-
LootItemBlockStatePropertyCondition
LootItemBlockStatePropertyCondition(Block pBlock, StatePropertiesPredicate pStatePredicate)
-
-
方法详细资料
-
getType
- 指定者:
getType
在接口中LootItemCondition
-
getReferencedContextParams
- 指定者:
getReferencedContextParams
在接口中LootContextUser
-
test
- 指定者:
test
在接口中Predicate<LootContext>
-
hasBlockStateProperties
-