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 final List<B3DModel.Texture>
B3DModel.Brush.textures
private final List<B3DModel.Texture>
B3DModel.Parser.textures
private final List<B3DModel.Texture>
B3DModel.textures
Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.minecraftforge.client.model.b3d that return B3DModel.TextureModifier and TypeMethodDescriptionprivate B3DModel.Texture
B3DModel.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()
Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Brush
(String name, Vector4f color, float shininess, int blend, int fx, List<B3DModel.Texture> textures)