@Environment(value=CLIENT) public static class MultipartBakedModel.Builder extends Object
Modifier and Type | Field and Description |
---|---|
private List<Pair<Predicate<BlockState>,BakedModel>> |
components |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
void |
addComponent(Predicate<BlockState> predicate,
BakedModel model) |
BakedModel |
build() |
private final List<Pair<Predicate<BlockState>,BakedModel>> components
public void addComponent(Predicate<BlockState> predicate, BakedModel model)
public BakedModel build()