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

public final class IntegerProperty

extends Property<Integer>

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

Field summary

Modifier and TypeField
private final it.unimi.dsi.fastutil.ints.IntImmutableList
a
values
private final int
b
min
private final int
c
max

Constructor summary

ModifierConstructor
private (String arg0, int arg1, int arg2)

Method summary

Modifier and TypeMethod
public List<Integer>
a()
getPossibleValues()
public int
b()
generateHashCode()
public static IntegerProperty
a(String arg0, int arg1, int arg2)
create(String arg0, int arg1, int arg2)
public Optional<Integer>
b(String arg0)
getValue(String arg0)
public String
a(Integer arg0)
getName(Integer arg0)
public int
b(Integer arg0)
getInternalIndex(Integer arg0)