Class BooleanProperty

java.lang.Object
net.minecraft.state.property.Property<Boolean>
net.minecraft.state.property.BooleanProperty

public class BooleanProperty
extends Property<Boolean>
Represents a property that has boolean values.

See Properties for example usages.