Package | Description |
---|---|
net.minecraft.client.renderer.model.multipart |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Selector> |
Multipart.selectors |
Modifier and Type | Method and Description |
---|---|
Selector |
Selector.Deserializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Selector> |
Multipart.getSelectors() |
private java.util.List<Selector> |
Multipart.Deserializer.getSelectors(com.google.gson.JsonDeserializationContext context,
com.google.gson.JsonArray elements) |
Constructor and Description |
---|
Multipart(StateContainer<Block,BlockState> stateContainerIn,
java.util.List<Selector> selectorsIn) |