Class CustomBlockStateModelBuilder.Simple
java.lang.Object
net.neoforged.neoforge.client.model.generators.blockstate.CustomBlockStateModelBuilder
net.neoforged.neoforge.client.model.generators.blockstate.CustomBlockStateModelBuilder.Simple
- Enclosing class:
CustomBlockStateModelBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.neoforge.client.model.generators.blockstate.CustomBlockStateModelBuilder
CustomBlockStateModelBuilder.Simple
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConvert this builder to the finalCustomUnbakedBlockStateModel
for serialization.with
(VariantMutator variantMutator) Apply the providedVariantMutator
to this builder.with
(UnbakedMutator variantMutator) Apply the providedUnbakedMutator
to the model being built by this builder and return a new builder with the mutated state.
-
Field Details
-
blockStateModel
-
-
Constructor Details
-
Simple
-
-
Method Details
-
with
Description copied from class:CustomBlockStateModelBuilder
Apply the providedVariantMutator
to this builder.- Specified by:
with
in classCustomBlockStateModelBuilder
-
with
Description copied from class:CustomBlockStateModelBuilder
Apply the providedUnbakedMutator
to the model being built by this builder and return a new builder with the mutated state.- Specified by:
with
in classCustomBlockStateModelBuilder
-
toUnbaked
Description copied from class:CustomBlockStateModelBuilder
Convert this builder to the finalCustomUnbakedBlockStateModel
for serialization.- Specified by:
toUnbaked
in classCustomBlockStateModelBuilder
-