Package | Description |
---|---|
net.minecraft.client.renderer.block.model.multipart | |
net.minecraftforge.client.model |
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(java.util.List<Selector> selectorsIn) |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableMap<Selector,IModel> |
ModelLoader.MultipartModel.partModels |
Constructor and Description |
---|
MultipartModel(ResourceLocation location,
Multipart multipart,
com.google.common.collect.ImmutableMap<Selector,IModel> partModels) |