Uses of Class
net.minecraftforge.client.model.b3d.B3DModel.Face
Packages that use B3DModel.Face
-
Uses of B3DModel.Face in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d with type parameters of type B3DModel.FaceModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<B3DModel.Face>
B3DModel.Mesh.faces
Methods in net.minecraftforge.client.model.b3d that return types with arguments of type B3DModel.FaceModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<B3DModel.Face>
B3DModel.Mesh.bake
(Function<B3DModel.Node<?>, Matrix4f> animator) com.google.common.collect.ImmutableList<B3DModel.Face>
B3DModel.Mesh.getFaces()
private org.apache.commons.lang3.tuple.Pair<B3DModel.Brush,
List<B3DModel.Face>> B3DModel.Parser.mesh()
private List<B3DModel.Face>
B3DModel.Parser.tris()
Constructor parameters in net.minecraftforge.client.model.b3d with type arguments of type B3DModel.FaceModifierConstructorDescriptionMesh
(org.apache.commons.lang3.tuple.Pair<B3DModel.Brush, List<B3DModel.Face>> data)