Uses of Class
net.minecraftforge.client.model.b3d.B3DModel.Texture
-
Packages that use B3DModel.Texture Package Description net.minecraftforge.client.model.b3d -
-
Uses of B3DModel.Texture in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as B3DModel.Texture Modifier and Type Field Description static B3DModel.TextureB3DModel.Texture. WhiteFields in net.minecraftforge.client.model.b3d with type parameters of type B3DModel.Texture Modifier and Type Field Description private java.util.List<B3DModel.Texture>B3DModel.Brush. texturesprivate java.util.List<B3DModel.Texture>B3DModel.Parser. texturesprivate java.util.List<B3DModel.Texture>B3DModel. texturesMethods in net.minecraftforge.client.model.b3d that return B3DModel.Texture Modifier and Type Method Description private B3DModel.TextureB3DModel.Parser. getTexture(int texture)Methods in net.minecraftforge.client.model.b3d that return types with arguments of type B3DModel.Texture Modifier and Type Method Description java.util.List<B3DModel.Texture>B3DModel.Brush. getTextures()java.util.List<B3DModel.Texture>B3DModel. getTextures()private java.util.List<B3DModel.Texture>B3DModel.Parser. texs()Method parameters in net.minecraftforge.client.model.b3d with type arguments of type B3DModel.Texture Modifier and Type Method Description private static com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String>B3DLoader.ModelWrapper. buildTextures(java.util.List<B3DModel.Texture> textures)Constructor parameters in net.minecraftforge.client.model.b3d with type arguments of type B3DModel.Texture Constructor 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, Vector4f color, float shininess, int blend, int fx, java.util.List<B3DModel.Texture> textures)
-