类 ConditionContext
java.lang.Object
net.minecraftforge.common.crafting.conditions.ConditionContext
- 所有已实现的接口:
ICondition.IContext
-
字段概要
字段修饰符和类型字段说明private Map<ResourceKey<?>,
Map<ResourceLocation, Collection<Holder<?>>>> private final TagManager
从接口继承的字段 net.minecraftforge.common.crafting.conditions.ICondition.IContext
EMPTY, TAGS_INVALID
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<T> Map<ResourceLocation,
Collection<Holder<T>>> getAllTags
(ResourceKey<? extends Registry<T>> registry) Return all the loaded tags for the passed registry, or an empty map if none is available.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.common.crafting.conditions.ICondition.IContext
getTag
-
字段详细资料
-
tagManager
-
loadedTags
-
-
构造器详细资料
-
ConditionContext
-
-
方法详细资料
-
getAllTags
public <T> Map<ResourceLocation,Collection<Holder<T>>> getAllTags(ResourceKey<? extends Registry<T>> registry) 从接口复制的说明:ICondition.IContext
Return all the loaded tags for the passed registry, or an empty map if none is available. Note that the map and the tags are unmodifiable.- 指定者:
getAllTags
在接口中ICondition.IContext
-