Package | Description |
---|---|
net.minecraftforge.client.model.b3d |
Modifier and Type | Field and Description |
---|---|
private B3DModel |
B3DLoader.ModelWrapper.model |
private B3DModel |
B3DModel.Parser.res |
Modifier and Type | Method and Description |
---|---|
private B3DModel |
B3DModel.Parser.bb3d() |
B3DModel |
B3DModel.Parser.parse() |
Constructor and Description |
---|
ModelWrapper(ResourceLocation modelLocation,
B3DModel model,
com.google.common.collect.ImmutableSet<java.lang.String> meshes,
boolean smooth,
boolean gui3d,
int defaultKey) |
ModelWrapper(ResourceLocation modelLocation,
B3DModel model,
com.google.common.collect.ImmutableSet<java.lang.String> meshes,
boolean smooth,
boolean gui3d,
int defaultKey,
com.google.common.collect.ImmutableMap<java.lang.String,ResourceLocation> textures) |