net.minecraft.state.property

public final class IntProperty

extends Property<Integer>

net.minecraft.world.level.block.state.properties.IntegerProperty
net.minecraft.class_2758
net.minecraft.state.property.IntProperty

Field summary

Modifier and TypeField
private final it.unimi.dsi.fastutil.ints.IntImmutableList
values
field_12614
values
private final int
min
field_37655
min
private final int
max
field_37656
max

Constructor summary

ModifierConstructor
private (String name, int min, int max)

Method summary

Modifier and TypeMethod
public List<Integer>
getPossibleValues()
method_11898()
getValues()
public int
generateHashCode()
method_11799()
computeHashCode()
public static IntProperty
create(String name, int min, int max)
method_11867(String arg0, int arg1, int arg2)
of(String name, int min, int max)
public Optional<Integer>
getValue(String name)
method_11900(String arg0)
parse(String arg0)
public String
getName(Integer value)
method_11868(Integer arg0)
name(Integer arg0)
public int
getInternalIndex(Integer value)
method_64222(Integer arg0)
ordinal(Integer arg0)
public int
getInternalIndex(Comparable value)
method_64218(Comparable arg0)
ordinal(Comparable arg0)
public String
getName(Comparable value)
method_11901(Comparable arg0)
name(Comparable arg0)