类 ConditionContext
java.lang.Object
net.minecraftforge.common.crafting.conditions.ConditionContext
- 所有已实现的接口:
ICondition.IContext
-
字段概要
字段从接口继承的字段 net.minecraftforge.common.crafting.conditions.ICondition.IContext
EMPTY, KEY, TAGS_INVALID
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<T> Collection
<Holder<T>> Return the requested tag if available, or an empty tag otherwise.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.common.crafting.conditions.ICondition.IContext
wrap
-
字段详细资料
-
pendingTags
-
-
构造器详细资料
-
ConditionContext
-
-
方法详细资料
-
getTag
从接口复制的说明:ICondition.IContext
Return the requested tag if available, or an empty tag otherwise.- 指定者:
getTag
在接口中ICondition.IContext
-