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

public final class BooleanProperty

extends Property<Boolean>

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

Field summary

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

Constructor summary

ModifierConstructor
private (String arg0)

Method summary

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