public final class MultiPartBlockStateBuilder extends java.lang.Object implements IGeneratedBlockstate
修飾子とタイプ | クラスと説明 |
---|---|
class |
MultiPartBlockStateBuilder.PartBuilder |
コンストラクタと説明 |
---|
MultiPartBlockStateBuilder(Block owner) |
修飾子とタイプ | メソッドと説明 |
---|---|
ConfiguredModel.Builder<MultiPartBlockStateBuilder.PartBuilder> |
part()
Creates a builder for models to assign to a
MultiPartBlockStateBuilder.PartBuilder , which when
completed via ConfiguredModel.Builder.addModel() will assign the
resultant set of models to the part and return it for further processing. |
com.google.gson.JsonObject |
toJson() |
public MultiPartBlockStateBuilder(Block owner)
public ConfiguredModel.Builder<MultiPartBlockStateBuilder.PartBuilder> part()
MultiPartBlockStateBuilder.PartBuilder
, which when
completed via ConfiguredModel.Builder.addModel()
will assign the
resultant set of models to the part and return it for further processing.ConfiguredModel.Builder
public com.google.gson.JsonObject toJson()
toJson
インタフェース内 IGeneratedBlockstate