public class BlockStateList<O, S extends IBlockDataHolder<S>>
| bvl | |
| net.minecraft.class_2689 | |
| net.minecraft.state.StateContainer | |
| net.minecraft.server.v1_14_R1.BlockStateList |
字段概要
| 修饰符与类型 | 字段 | ||||||
|---|---|---|---|---|---|---|---|
| private static final Pattern |
| ||||||
| private final O |
| ||||||
| private final com.google.common.collect.ImmutableSortedMap<String, IBlockState<?>> |
| ||||||
| private final com.google.common.collect.ImmutableList<S> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| protected | <A extends BlockDataAbstract<O, S>>(O arg0, BlockStateList$b<O, S, A> arg1, Map<String, IBlockState<?>> arg2) |
方法概要
| 修饰符与类型 | 方法 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public com.google.common.collect.ImmutableList<S> |
| ||||||||
| public S |
| ||||||||
| public O |
| ||||||||
| public Collection<IBlockState<?>> |
| ||||||||
| public IBlockState<?> |
|