Class IntProperty

java.lang.Object
net.minecraft.state.property.Property<Integer>
net.minecraft.state.property.IntProperty

public class IntProperty
extends Property<Integer>
Represents a property that has integer values.

See Properties for example usages.