Uses of Class
net.minecraftforge.client.model.b3d.B3DModel.Texture
-
Uses of B3DModel.Texture in net.minecraftforge.client.model.b3d
Modifier and TypeFieldDescriptionprivate List<B3DModel.Texture>
B3DModel.Brush.textures
private List<B3DModel.Texture>
B3DModel.Parser.textures
private List<B3DModel.Texture>
B3DModel.textures
Modifier and TypeMethodDescriptionprivate B3DModel.Texture
B3DModel.Parser.getTexture(int texture)
Modifier and TypeMethodDescriptionB3DModel.Brush.getTextures()
B3DModel.getTextures()
private List<B3DModel.Texture>
B3DModel.Parser.texs()
Modifier and TypeMethodDescriptionB3DLoader.ModelWrapper.buildTextures(List<B3DModel.Texture> textures)
ModifierConstructorDescriptionB3DModel(List<B3DModel.Texture> textures, List<B3DModel.Brush> brushes, B3DModel.Node<?> root, com.google.common.collect.ImmutableMap<String,B3DModel.Node<B3DModel.Mesh>> meshes)
Brush(String name, Vector4f color, float shininess, int blend, int fx, List<B3DModel.Texture> textures)