Interface ICondition.IContext
- All Known Implementing Classes:
ConditionContext
- Enclosing interface:
ICondition
public static interface ICondition.IContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ICondition.IContext
static final ICondition.IContext
-
Method Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.world.flag.FeatureFlagSet
<T> boolean
isTagLoaded
(net.minecraft.tags.TagKey<T> key) Returnstrue
if the requested tag is available.default net.minecraft.core.RegistryAccess
-
Field Details
-
EMPTY
-
TAGS_INVALID
-
-
Method Details
-
isTagLoaded
<T> boolean isTagLoaded(net.minecraft.tags.TagKey<T> key) Returnstrue
if the requested tag is available. -
registryAccess
default net.minecraft.core.RegistryAccess registryAccess() -
enabledFeatures
default net.minecraft.world.flag.FeatureFlagSet enabledFeatures()
-