Uses of Class
net.minecraftforge.client.model.generators.ModelBuilder.ElementBuilder.FaceBuilder
-
Uses of ModelBuilder.ElementBuilder.FaceBuilder in net.minecraftforge.client.model.generators
Modifier and TypeMethodDescriptionReturn or create the face builder for the given direction.ModelBuilder.ElementBuilder.FaceBuilder.rotation(ModelBuilder.FaceRotation rot)
Set the texture rotation for the current face.Set the texture for the current face.ModelBuilder.ElementBuilder.FaceBuilder.tintindex(int index)
ModelBuilder.ElementBuilder.FaceBuilder.uvs(float u1, float v1, float u2, float v2)
Modifier and TypeMethodDescriptionModelBuilder.ElementBuilder.allFaces(BiConsumer<Direction,ModelBuilder.ElementBuilder.FaceBuilder> action)
Modify all possible faces dynamically using a function, creating new faces as necessary.ModelBuilder.ElementBuilder.faces(BiConsumer<Direction,ModelBuilder.ElementBuilder.FaceBuilder> action)
Modify all existing faces dynamically using a function.