public abstract class AbstractProperty<T extends Comparable<T>>
implements Property<T>
| bys | |
| net.minecraft.world.level.block.state.properties.AbstractProperty | |
| net.minecraft.class_2733 | |
| net.minecraft.state.property.AbstractProperty | |
| net.minecraft.state.Property | |
| net.minecraft.server.v1_15_R1.BlockState |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Class<T> |
| ||||||||||
| private final String |
| ||||||||||
| private Integer |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| protected | (String name, Class<T> type) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public String |
| ||||||||||
| public Class<T> |
| ||||||||||
| public int |
|