net.minecraft.block.state.property

public abstract class AbstractProperty<T extends Comparable<T>>

implements Property<T>

amj
net.minecraft.class_2242
net.minecraft.block.state.property.AbstractProperty
net.minecraft.block.properties.PropertyHelper

Field summary

Modifier and TypeField
private final Class<T>
a
field_9922
type
valueClass
private final String
b
field_9923
name
name

Constructor summary

ModifierConstructor
protected (String name, Class<T> type)

Method summary

Modifier and TypeMethod
public String
a()
method_9079()
getName()
getName()
public Class<T>
b()
method_9081()
getType()
getValueClass()