public abstract class AbstractProperty<T extends Comparable<T>>
implements Property<T>
| axe | |
| net.minecraft.class_2242 | |
| net.minecraft.block.state.property.AbstractProperty | |
| net.minecraft.block.properties.PropertyHelper | |
| net.minecraft.block.properties.PropertyHelper |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Class<T> |
| ||||||||||
| private final String |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| protected | (String name, Class<T> type) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public String |
| ||||||||||
| public Class<T> |
|