Uses of Interface
net.minecraft.client.renderer.block.model.multipart.Condition
-
Uses of Condition in net.minecraft.client.renderer.block.model.multipart
Modifier and TypeFieldDescriptionprivate Condition
Selector.condition
static Condition
Condition.FALSE
static Condition
Condition.TRUE
Modifier and TypeMethodDescription(package private) static Condition
Selector.Deserializer.getCondition(com.google.gson.JsonObject p_112034_)
private static Condition
Selector.Deserializer.getKeyValueCondition(Map.Entry<String,com.google.gson.JsonElement> p_112036_)
private Condition
Selector.Deserializer.getSelector(com.google.gson.JsonObject p_112040_)
ModifierConstructorDescriptionAndCondition(Iterable<? extends Condition> p_111910_)
OrCondition(Iterable<? extends Condition> p_112003_)