Uses of Interface
net.minecraftforge.common.crafting.conditions.ICondition.IContext
Packages that use ICondition.IContext
Package
Description
-
Uses of ICondition.IContext in net.minecraft.server
Fields in net.minecraft.server declared as ICondition.IContextModifier and TypeFieldDescriptionprivate final ICondition.IContext
ReloadableServerResources.context
private final ICondition.IContext
ServerAdvancementManager.context
Methods in net.minecraft.server that return ICondition.IContextModifier and TypeMethodDescriptionReloadableServerResources.getConditionContext()
Exposes the current condition context for usage in other reload listeners.
This is not useful outside the reloading stage.Constructors in net.minecraft.server with parameters of type ICondition.IContextModifierConstructorDescriptionServerAdvancementManager
(LootDataManager p_279237_, ICondition.IContext context) -
Uses of ICondition.IContext in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as ICondition.IContextConstructors in net.minecraft.world.item.crafting with parameters of type ICondition.IContext -
Uses of ICondition.IContext in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type ICondition.IContextModifier 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
Classes in net.minecraftforge.common.crafting.conditions that implement ICondition.IContextFields in net.minecraftforge.common.crafting.conditions declared as ICondition.IContextModifier and TypeFieldDescriptionstatic final ICondition.IContext
ICondition.IContext.EMPTY
static final ICondition.IContext
ICondition.IContext.TAGS_INVALID
Methods in net.minecraftforge.common.crafting.conditions that return ICondition.IContextModifier and TypeMethodDescriptionstatic <T> ICondition.IContext
ConditionCodec.getContext
(com.mojang.serialization.DynamicOps<T> ops) Methods in net.minecraftforge.common.crafting.conditions with parameters of type ICondition.IContextModifier 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
Methods in net.minecraftforge.event that return ICondition.IContextModifier and TypeMethodDescriptionAddReloadListenerEvent.getConditionContext()
This context object holds data relevant to the current reload, such as staged tags.