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 classAndConditionclassOrConditionclassPropertyValueConditionFields in net.minecraft.client.renderer.model.multipart declared as ICondition Modifier and Type Field Description private IConditionSelector. conditionstatic IConditionICondition. FALSEstatic IConditionICondition. TRUEFields 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. conditionsprivate java.lang.Iterable<? extends ICondition>OrCondition. conditionsMethods in net.minecraft.client.renderer.model.multipart that return ICondition Modifier and Type Method Description (package private) static IConditionSelector.Deserializer. getCondition(com.google.gson.JsonObject p_188158_0_)private static IConditionSelector.Deserializer. getKeyValueCondition(java.util.Map.Entry<java.lang.String,com.google.gson.JsonElement> p_188161_0_)private IConditionSelector.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_)
-