Uses of Class
net.minecraftforge.client.model.generators.ModelBuilder.ElementBuilder
Packages that use ModelBuilder.ElementBuilder
-
Uses of ModelBuilder.ElementBuilder in net.minecraftforge.client.model.generators
Fields in net.minecraftforge.client.model.generators with type parameters of type ModelBuilder.ElementBuilderModifier and TypeFieldDescriptionprotected final List<ModelBuilder<T>.ElementBuilder>
ModelBuilder.elements
Methods in net.minecraftforge.client.model.generators that return ModelBuilder.ElementBuilderModifier and TypeMethodDescriptionModelBuilder.ElementBuilder.allFaces
(BiConsumer<Direction, ModelBuilder<T>.ElementBuilder.FaceBuilder> action) Modify all possible faces dynamically using a function, creating new faces as necessary.Create a typical cube element, creating new faces as needed, applying the given texture, and setting the cullface.ModelBuilder.element()
ModelBuilder.element
(int index) Get an existing element builderModelBuilder.ElementBuilder.FaceBuilder.end()
ModelBuilder.ElementBuilder.RotationBuilder.end()
ModelBuilder.ElementBuilder.faces
(BiConsumer<Direction, ModelBuilder<T>.ElementBuilder.FaceBuilder> action) Modify all existing faces dynamically using a function.ModelBuilder.ElementBuilder.from
(float x, float y, float z) Set the "from" position for this element.ModelBuilder.ElementBuilder.shade
(boolean shade) Texture all existing faces in the current element with the given texture.ModelBuilder.ElementBuilder.textureAll
(String texture) Texture all possible faces in the current element with the given texture, creating new faces where necessary.ModelBuilder.ElementBuilder.to
(float x, float y, float z) Set the "to" position for this element.