Package | Description |
---|---|
net.minecraft.client.renderer.model | |
net.minecraft.client.renderer.model.multipart |
Modifier and Type | Field and Description |
---|---|
private Multipart |
BlockModelDefinition.multipart |
Modifier and Type | Method and Description |
---|---|
Multipart |
BlockModelDefinition.getMultipartData() |
protected Multipart |
BlockModelDefinition.Deserializer.parseMultipart(com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject object) |
Modifier and Type | Method and Description |
---|---|
static ModelBakery.ModelListWrapper |
ModelBakery.ModelListWrapper.makeWrapper(BlockState blockStateIn,
Multipart multipartIn,
java.util.Collection<IProperty<?>> propertiesIn) |
Constructor and Description |
---|
BlockModelDefinition(java.util.Map<java.lang.String,VariantList> variants,
Multipart multipartIn) |
Modifier and Type | Method and Description |
---|---|
Multipart |
Multipart.Deserializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |