Package | Description |
---|---|
net.minecraftforge.client.model.b3d |
Modifier and Type | Field and Description |
---|---|
static B3DModel.Texture |
B3DModel.Texture.White |
Modifier and Type | Field and Description |
---|---|
private java.util.List<B3DModel.Texture> |
B3DModel.textures |
private java.util.List<B3DModel.Texture> |
B3DModel.Parser.textures |
private java.util.List<B3DModel.Texture> |
B3DModel.Brush.textures |
Modifier and Type | Method and Description |
---|---|
private B3DModel.Texture |
B3DModel.Parser.getTexture(int texture) |
Modifier and Type | Method and Description |
---|---|
java.util.List<B3DModel.Texture> |
B3DModel.getTextures() |
java.util.List<B3DModel.Texture> |
B3DModel.Brush.getTextures() |
private java.util.List<B3DModel.Texture> |
B3DModel.Parser.texs() |
Modifier and Type | Method and Description |
---|---|
private static com.google.common.collect.ImmutableMap<java.lang.String,ResourceLocation> |
B3DLoader.ModelWrapper.buildTextures(java.util.List<B3DModel.Texture> textures) |
Constructor and Description |
---|
B3DModel(java.util.List<B3DModel.Texture> textures,
java.util.List<B3DModel.Brush> brushes,
B3DModel.Node<?> root,
com.google.common.collect.ImmutableMap<java.lang.String,B3DModel.Node<B3DModel.Mesh>> meshes) |
Brush(java.lang.String name,
javax.vecmath.Vector4f color,
float shininess,
int blend,
int fx,
java.util.List<B3DModel.Texture> textures) |