public abstract class BlockState<T extends Comparable<T>>
implements IBlockState<T>
| blx | |
| net.minecraft.state.AbstractProperty | |
| net.minecraft.server.v1_13_R2.BlockState |
字段概要
| 修饰符与类型 | 字段 | ||||
|---|---|---|---|---|---|
| private final Class<T> |
| ||||
| private final String |
| ||||
| private Integer |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| protected | (String arg0, Class<T> arg1) |
方法概要
| 修饰符与类型 | 方法 | ||||
|---|---|---|---|---|---|
| public String |
| ||||
| public Class<T> |
| ||||
| public int |
|