public abstract class AbstractProperty<T extends Comparable<T>>
implements Property<T>
| atw | |
| net.minecraft.unmapped.C_23747458 | |
| net.minecraft.block.state.property.AbstractProperty |
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> |
|