Uses of Class
net.minecraftforge.client.model.b3d.B3DModel.Mesh
Packages that use B3DModel.Mesh
-
Uses of B3DModel.Mesh in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d with type parameters of type B3DModel.MeshModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String,B3DModel.Node<B3DModel.Mesh>> B3DModel.meshesDeprecated, for removal: This API element is subject to removal in a future version.private final com.google.common.collect.ImmutableMap.Builder<String,B3DModel.Node<B3DModel.Mesh>> B3DModel.Parser.meshesprivate B3DModel.Node<B3DModel.Mesh>B3DModel.Mesh.parentMethods in net.minecraftforge.client.model.b3d that return types with arguments of type B3DModel.MeshModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,B3DModel.Node<B3DModel.Mesh>> B3DModel.getMeshes()Deprecated, for removal: This API element is subject to removal in a future version.B3DModel.Mesh.getParent()Methods in net.minecraftforge.client.model.b3d with parameters of type B3DModel.MeshModifier and TypeMethodDescriptionB3DModel.Vertex.bake(B3DModel.Mesh mesh, Function<B3DModel.Node<?>, Matrix4f> animator) Method parameters in net.minecraftforge.client.model.b3d with type arguments of type B3DModel.MeshModifier and TypeMethodDescriptionvoidB3DModel.Mesh.setParent(B3DModel.Node<B3DModel.Mesh> parent) Constructor parameters in net.minecraftforge.client.model.b3d with type arguments of type B3DModel.MeshModifierConstructorDescriptionB3DModel(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.