net.minecraft.world.level.block.state.properties

public final class BooleanProperty

extends Property<Boolean>

ecx
net.minecraft.world.level.block.state.properties.BooleanProperty
net.minecraft.class_2746

Field summary

Modifier and TypeField
private static final List<Boolean>
a
VALUES
field_12575
private static final int
b
TRUE_INDEX
field_54327
private static final int
c
FALSE_INDEX
field_54328

Constructor summary

ModifierConstructor
private (String arg0)

Method summary

Modifier and TypeMethod
public List<Boolean>
a()
getPossibleValues()
method_11898()
public static BooleanProperty
a(String arg0)
create(String arg0)
method_11825(String arg0)
public Optional<Boolean>
b(String arg0)
getValue(String arg0)
method_11900(String arg0)
public String
a(Boolean arg0)
getName(Boolean arg0)
method_11826(Boolean arg0)
public int
b(Boolean arg0)
getInternalIndex(Boolean arg0)
method_64219(Boolean arg0)