Uses of Class
net.minecraftforge.client.model.generators.ConfiguredModel.Builder
-
Uses of ConfiguredModel.Builder in net.minecraftforge.client.model.generators
Modifier and TypeMethodDescriptionstatic ConfiguredModel.Builder<?>
ConfiguredModel.builder()
Create a new unownedConfiguredModel.Builder
.(package private) static ConfiguredModel.Builder<MultiPartBlockStateBuilder.PartBuilder>
ConfiguredModel.builder(MultiPartBlockStateBuilder outer)
(package private) static ConfiguredModel.Builder<VariantBlockStateBuilder>
ConfiguredModel.builder(VariantBlockStateBuilder outer, VariantBlockStateBuilder.PartialBlockstate state)
Set the underlying model object for this configured model.VariantBlockStateBuilder.PartialBlockstate.modelForState()
Creates a builder for models to assign to this state, which when completed viaaddModel()
will assign the resultant set of models to this state.ConfiguredModel.Builder.nextModel()
Complete the current model and return a new builder instance with the same callback, and storing all previously built models.MultiPartBlockStateBuilder.part()
Creates a builder for models to assign to aMultiPartBlockStateBuilder.PartBuilder
, which when completed viaaddModel()
will assign the resultant set of models to the part and return it for further processing.ConfiguredModel.Builder.rotationX(int value)
Set the x-rotation for this model.ConfiguredModel.Builder.rotationY(int value)
Set the y-rotation for this model.ConfiguredModel.Builder.uvLock(boolean value)
ConfiguredModel.Builder.weight(int value)
Set the random weight for this model.