Uses of Class
net.neoforged.neoforge.client.model.generators.blockstate.CustomBlockStateModelBuilder
Packages that use CustomBlockStateModelBuilder
Package
Description
-
Uses of CustomBlockStateModelBuilder in net.minecraft.client.data.models
Fields in net.minecraft.client.data.models with type parameters of type CustomBlockStateModelBuilderModifier and TypeFieldDescriptionprivate final WeightedList
<CustomBlockStateModelBuilder> MultiVariant.customBlockStateModels
The field for thecustomBlockStateModels
record component.Methods in net.minecraft.client.data.models that return types with arguments of type CustomBlockStateModelBuilderModifier and TypeMethodDescriptionMultiVariant.customBlockStateModels()
Returns the value of thecustomBlockStateModels
record component.Methods in net.minecraft.client.data.models with parameters of type CustomBlockStateModelBuilderModifier and TypeMethodDescriptionstatic MultiVariant
MultiVariant.of
(CustomBlockStateModelBuilder customBlockStateModel) Method parameters in net.minecraft.client.data.models with type arguments of type CustomBlockStateModelBuilderModifier and TypeMethodDescriptionstatic MultiVariant
MultiVariant.of
(WeightedList<CustomBlockStateModelBuilder> customBlockStateModels) -
Uses of CustomBlockStateModelBuilder in net.neoforged.neoforge.client.model.generators.blockstate
Subclasses of CustomBlockStateModelBuilder in net.neoforged.neoforge.client.model.generators.blockstateModifier and TypeClassDescriptionclass
This builder creates aCompositeBlockModel.Unbaked
.static final class
Methods in net.neoforged.neoforge.client.model.generators.blockstate that return CustomBlockStateModelBuilderModifier and TypeMethodDescriptionCompositeBlockStateModelBuilder.with
(UnbakedMutator variantMutator) CustomBlockStateModelBuilder.Simple.with
(UnbakedMutator variantMutator) abstract CustomBlockStateModelBuilder
CustomBlockStateModelBuilder.with
(VariantMutator variantMutator) Apply the providedVariantMutator
to this builder.abstract CustomBlockStateModelBuilder
CustomBlockStateModelBuilder.with
(UnbakedMutator variantMutator) Apply the providedUnbakedMutator
to the model being built by this builder and return a new builder with the mutated state.