Uses of Interface
net.minecraft.client.renderer.model.multipart.ICondition
Packages that use ICondition
-
Uses of ICondition in net.minecraft.client.renderer.model.multipart
Classes in net.minecraft.client.renderer.model.multipart that implement IConditionModifier and TypeClassDescriptionclass
class
class
Fields in net.minecraft.client.renderer.model.multipart declared as IConditionModifier and TypeFieldDescriptionprivate final ICondition
Selector.condition
static final ICondition
ICondition.FALSE
static final ICondition
ICondition.TRUE
Fields in net.minecraft.client.renderer.model.multipart with type parameters of type IConditionModifier and TypeFieldDescriptionprivate final Iterable<? extends ICondition>
AndCondition.conditions
private final Iterable<? extends ICondition>
OrCondition.conditions
Methods in net.minecraft.client.renderer.model.multipart that return IConditionModifier and TypeMethodDescription(package private) static ICondition
Selector.Deserializer.getCondition
(com.google.gson.JsonObject p_188158_0_) private static ICondition
Selector.Deserializer.getKeyValueCondition
(Map.Entry<String, com.google.gson.JsonElement> p_188161_0_) private ICondition
Selector.Deserializer.getSelector
(com.google.gson.JsonObject p_188159_1_) Constructors in net.minecraft.client.renderer.model.multipart with parameters of type IConditionConstructor parameters in net.minecraft.client.renderer.model.multipart with type arguments of type IConditionModifierConstructorDescriptionAndCondition
(Iterable<? extends ICondition> p_i46566_1_) OrCondition
(Iterable<? extends ICondition> p_i46563_1_)