net.minecraft.block.state

public class StateDefinition

aws
net.minecraft.unmapped.C_06229646
net.minecraft.block.state.StateDefinition

Field summary

Modifier and TypeField
private static final Pattern
a
f_47201101
NAME_PATTERN
private static final com.google.common.base.Function<Property<?>, String>
b
f_09191253
PROPERTY_TO_STRING
private final Block
c
f_45868746
block
private final com.google.common.collect.ImmutableSortedMap<String, Property<?>>
d
f_02084018
properties
private final com.google.common.collect.ImmutableList<BlockState>
e
f_12245427
states

Constructor summary

ModifierConstructor
public (Block block, Property<?>... properties)

Method summary

Modifier and TypeMethod
public static <T extends Comparable<T>> String
a(aou arg0, axh<T> arg1)
m_95648517(C_81592558 arg0, C_35946071<T> arg1)
validateProperty(Block block, Property<T> property)
public com.google.common.collect.ImmutableList<BlockState>
a()
m_23519405()
all()
private List<Iterable<Comparable<?>>>
e()
m_16200186()
collectValues()
public BlockState
b()
m_65624045()
any()
public Block
c()
m_27330207()
getBlock()
public Collection<Property<?>>
d()
m_67595700()
properties()
public Property<?>
a(String arg0)
m_67732967(String arg0)
getProperty(String name)