net.minecraft.block.state

public interface BlockState

extends BlockProperties

arc
net.minecraft.unmapped.C_15815210
net.minecraft.block.state.BlockState

Method summary

Modifier and TypeMethod
Collection<Property<?>>
r()
m_18273945()
properties()
<T extends Comparable<T>> T
c(arr<T> arg0)
m_55588988(C_35946071<T> arg0)
get(Property<T> property)
<T extends Comparable<T>, V extends T> BlockState
a(arr<T> arg0, V arg1)
m_58033855(C_35946071<T> arg0, V arg1)
set(Property<T> property, V value)
<T extends Comparable<T>> BlockState
a(arr<T> arg0)
m_70434050(C_35946071<T> arg0)
cycle(Property<T> property)
com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>>
s()
m_74675380()
values()
Block
t()
m_41958956()
getBlock()