Package | Description |
---|---|
net.minecraft.client.renderer.model.multipart |
Modifier and Type | Class and Description |
---|---|
class |
AndCondition |
class |
OrCondition |
class |
PropertyValueCondition |
Modifier and Type | Field and Description |
---|---|
private ICondition |
Selector.condition |
static ICondition |
ICondition.FALSE |
static ICondition |
ICondition.TRUE |
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<? extends ICondition> |
AndCondition.conditions |
private java.lang.Iterable<? extends ICondition> |
OrCondition.conditions |
Modifier and Type | Method and Description |
---|---|
(package private) static ICondition |
Selector.Deserializer.getOrAndCondition(com.google.gson.JsonObject json) |
private ICondition |
Selector.Deserializer.getWhenCondition(com.google.gson.JsonObject json) |
private static ICondition |
Selector.Deserializer.makePropertyValue(java.util.Map.Entry<java.lang.String,com.google.gson.JsonElement> entry) |
Constructor and Description |
---|
Selector(ICondition conditionIn,
VariantList variantListIn) |
Constructor and Description |
---|
AndCondition(java.lang.Iterable<? extends ICondition> conditionsIn) |
OrCondition(java.lang.Iterable<? extends ICondition> conditionsIn) |