Uses of Interface
net.minecraftforge.common.crafting.conditions.ICondition.IContext
Package
Description
-
Uses of ICondition.IContext in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final ICondition.IContext
ReloadableServerResources.context
private final ICondition.IContext
ServerAdvancementManager.context
Modifier and TypeMethodDescriptionReloadableServerResources.getConditionContext()
Exposes the current condition context for usage in other reload listeners.
This is not useful outside the reloading stage.ModifierConstructorDescriptionServerAdvancementManager
(LootDataManager p_279237_, ICondition.IContext context) -
Uses of ICondition.IContext in net.minecraft.world.item.crafting
-
Uses of ICondition.IContext in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic boolean
ForgeHooks.readAndTestCondition
(ICondition.IContext context, com.google.gson.JsonObject json) static @Nullable com.google.gson.JsonObject
ForgeHooks.readConditionalAdvancement
(ICondition.IContext context, com.google.gson.JsonObject json) -
Uses of ICondition.IContext in net.minecraftforge.common.crafting.conditions
Modifier and TypeFieldDescriptionstatic final ICondition.IContext
ICondition.IContext.EMPTY
static final ICondition.IContext
ICondition.IContext.TAGS_INVALID
Modifier and TypeMethodDescriptionstatic <T> ICondition.IContext
ConditionCodec.getContext
(com.mojang.serialization.DynamicOps<T> ops) Modifier and TypeMethodDescriptionboolean
AndCondition.test
(ICondition.IContext context) boolean
FalseCondition.test
(ICondition.IContext condition) boolean
ICondition.test
(ICondition.IContext context) boolean
ItemExistsCondition.test
(ICondition.IContext context) boolean
ModLoadedCondition.test
(ICondition.IContext context) boolean
NotCondition.test
(ICondition.IContext context) boolean
OrCondition.test
(ICondition.IContext context) boolean
TagEmptyCondition.test
(ICondition.IContext context) boolean
TrueCondition.test
(ICondition.IContext context) -
Uses of ICondition.IContext in net.minecraftforge.event
Modifier and TypeMethodDescriptionAddReloadListenerEvent.getConditionContext()
This context object holds data relevant to the current reload, such as staged tags.