| Package | Description | 
|---|---|
| net.minecraftforge.client.model | 
| Modifier and Type | Field and Description | 
|---|---|
| private com.google.common.collect.ImmutableMap<java.lang.String,BlockStateLoader.SubModel> | BlockStateLoader.ForgeVariant. parts | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BlockStateLoader.SubModel | ForgeBlockStateV1.Variant. asGenericSubModel() | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.collect.ImmutableMap<java.lang.String,BlockStateLoader.SubModel> | ForgeBlockStateV1.Variant. getOnlyPartsVariant()Gets a list containing the single variant of each part. | 
| Constructor and Description | 
|---|
| ForgeVariant(ResourceLocation blockstateLocation,
            ResourceLocation model,
            IModelState state,
            boolean uvLock,
            java.util.Optional<java.lang.Boolean> smooth,
            java.util.Optional<java.lang.Boolean> gui3d,
            int weight,
            com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> textures,
            com.google.common.collect.ImmutableMap<java.lang.String,BlockStateLoader.SubModel> parts,
            com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customData) |