Uses of Interface
net.minecraft.client.renderer.model.multipart.ICondition
-
Packages that use ICondition Package Description net.minecraft.client.renderer.model.multipart -
-
Uses of ICondition in net.minecraft.client.renderer.model.multipart
Classes in net.minecraft.client.renderer.model.multipart that implement ICondition Modifier and Type Class Description class
AndCondition
class
OrCondition
class
PropertyValueCondition
Fields in net.minecraft.client.renderer.model.multipart declared as ICondition Modifier and Type Field Description private ICondition
Selector. condition
static ICondition
ICondition. FALSE
static ICondition
ICondition. TRUE
Fields in net.minecraft.client.renderer.model.multipart with type parameters of type ICondition Modifier and Type Field Description private java.lang.Iterable<? extends ICondition>
AndCondition. conditions
private java.lang.Iterable<? extends ICondition>
OrCondition. conditions
Methods in net.minecraft.client.renderer.model.multipart that return ICondition Modifier and Type Method Description (package private) static ICondition
Selector.Deserializer. getCondition(com.google.gson.JsonObject p_188158_0_)
private static ICondition
Selector.Deserializer. getKeyValueCondition(java.util.Map.Entry<java.lang.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 ICondition Constructor Description Selector(ICondition p_i46562_1_, VariantList p_i46562_2_)
Constructor parameters in net.minecraft.client.renderer.model.multipart with type arguments of type ICondition Constructor Description AndCondition(java.lang.Iterable<? extends ICondition> p_i46566_1_)
OrCondition(java.lang.Iterable<? extends ICondition> p_i46563_1_)
-