net.minecraft.block.state

public interface BlockState

extends BlockBehaviors, BlockProperties

ard
net.minecraft.class_2232
net.minecraft.block.state.BlockState
net.minecraft.block.state.IBlockState

Method summary

Modifier and TypeMethod
Collection<Property<?>>
r()
method_9023()
properties()
getPropertyNames()
<T extends Comparable<T>> T
c(ars<T> arg0)
method_9027(class_2247<T> arg0)
get(Property<T> property)
getValue(IProperty<T> property)
<T extends Comparable<T>, V extends T> BlockState
a(ars<T> arg0, V arg1)
method_9025(class_2247<T> arg0, V arg1)
set(Property<T> property, V value)
withProperty(IProperty<T> property, V value)
<T extends Comparable<T>> BlockState
a(ars<T> arg0)
method_9024(class_2247<T> arg0)
cycle(Property<T> property)
cycleProperty(IProperty<T> property)
com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>>
s()
method_9026()
values()
getProperties()
Block
t()
method_9028()
getBlock()
getBlock()