Uses of Interface
net.minecraft.client.renderer.model.multipart.ICondition
-
Uses of ICondition in net.minecraft.client.renderer.model.multipart
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeFieldDescriptionprivate final ICondition
Selector.condition
static final ICondition
ICondition.FALSE
static final ICondition
ICondition.TRUE
Modifier and TypeFieldDescriptionprivate final Iterable<? extends ICondition>
AndCondition.conditions
private final Iterable<? extends ICondition>
OrCondition.conditions
Modifier 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_) ModifierConstructorDescriptionAndCondition
(Iterable<? extends ICondition> p_i46566_1_) OrCondition
(Iterable<? extends ICondition> p_i46563_1_)