public static class BlockStateContainer.Builder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Block |
block |
private java.util.List<IProperty<?>> |
listed |
private java.util.List<IUnlistedProperty<?>> |
unlisted |
Modifier and Type | Method and Description |
---|---|
BlockStateContainer.Builder |
add(IProperty<?>... props) |
BlockStateContainer.Builder |
add(IUnlistedProperty<?>... props) |
BlockStateContainer |
build() |
private final Block block
private final java.util.List<IProperty<?>> listed
private final java.util.List<IUnlistedProperty<?>> unlisted
public Builder(Block block)
public BlockStateContainer.Builder add(IProperty<?>... props)
public BlockStateContainer.Builder add(IUnlistedProperty<?>... props)
public BlockStateContainer build()