Uses of Class
net.minecraftforge.client.model.b3d.B3DModel.Face
-
Packages that use B3DModel.Face Package Description net.minecraftforge.client.model.b3d -
-
Uses of B3DModel.Face in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d with type parameters of type B3DModel.Face Modifier and Type Field Description private 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.Face Modifier and Type Method Description com.google.common.collect.ImmutableList<B3DModel.Face>
B3DModel.Mesh. bake(java.util.function.Function<B3DModel.Node<?>,Matrix4f> animator)
com.google.common.collect.ImmutableList<B3DModel.Face>
B3DModel.Mesh. getFaces()
private org.apache.commons.lang3.tuple.Pair<B3DModel.Brush,java.util.List<B3DModel.Face>>
B3DModel.Parser. mesh()
private java.util.List<B3DModel.Face>
B3DModel.Parser. tris()
Constructor parameters in net.minecraftforge.client.model.b3d with type arguments of type B3DModel.Face Constructor Description Mesh(org.apache.commons.lang3.tuple.Pair<B3DModel.Brush,java.util.List<B3DModel.Face>> data)
-