Uses of Class
net.minecraftforge.client.model.b3d.B3DModel.Texture
Packages that use B3DModel.Texture
-
Uses of B3DModel.Texture in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as B3DModel.TextureFields in net.minecraftforge.client.model.b3d with type parameters of type B3DModel.TextureModifier and TypeFieldDescriptionprivate List<B3DModel.Texture>B3DModel.Brush.texturesprivate List<B3DModel.Texture>B3DModel.Parser.texturesprivate List<B3DModel.Texture>B3DModel.texturesMethods in net.minecraftforge.client.model.b3d that return B3DModel.TextureModifier and TypeMethodDescriptionprivate B3DModel.TextureB3DModel.Parser.getTexture(int texture)Methods in net.minecraftforge.client.model.b3d that return types with arguments of type B3DModel.TextureModifier and TypeMethodDescriptionB3DModel.Brush.getTextures()B3DModel.getTextures()private List<B3DModel.Texture>B3DModel.Parser.texs()Method parameters in net.minecraftforge.client.model.b3d with type arguments of type B3DModel.TextureModifier and TypeMethodDescriptionB3DLoader.ModelWrapper.buildTextures(List<B3DModel.Texture> textures)Constructor parameters in net.minecraftforge.client.model.b3d with type arguments of type B3DModel.TextureModifierConstructorDescriptionB3DModel(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)