public class BlockStateList<O, S extends IBlockDataHolder<S>>
bkv | |
net.minecraft.state.StateContainer | |
net.minecraft.server.v1_13_R1.BlockStateList |
Field summary
Modifier and Type | Field | ||||
---|---|---|---|---|---|
private static final Pattern |
| ||||
private final O |
| ||||
private final com.google.common.collect.ImmutableSortedMap<String, IBlockState<?>> |
| ||||
private final com.google.common.collect.ImmutableList<S> |
|
Constructor summary
Modifier | Constructor |
---|---|
protected | <A extends BlockDataAbstract<O, S>>(O arg0, BlockStateList$b<O, S, A> arg1, Map<String, IBlockState<?>> arg2) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public com.google.common.collect.ImmutableList<S> |
| ||||||
public S |
| ||||||
public O |
| ||||||
public Collection<IBlockState<?>> |
| ||||||
public IBlockState<?> |
|