net.minecraft.block.state

public interface BlockState

extends BlockBehaviors, BlockProperties

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

Method summary

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