net.minecraft.world.level.block.state

public abstract class AbstractStateHolder<O, S>

implements StateHolder<S>

byf
net.minecraft.world.level.block.state.AbstractStateHolder
net.minecraft.class_2679
net.minecraft.unmapped.C_meujhpsl
net.minecraft.state.AbstractState
net.minecraft.state.StateHolder
net.minecraft.server.v1_15_R1.BlockDataAbstract

Field summary

Modifier and TypeField
private static final Function<Map$Entry<Property<?>, Comparable<?>>, String>
c
PROPERTY_ENTRY_TO_STRING_FUNCTION
field_12289
f_vktfivuz
PROPERTY_MAP_PRINTER
field_177233_b
STATE_TO_VALUE
protected final O
a
owner
field_12287
f_qkdbdrjk
owner
field_206876_a
private final com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>>
d
values
field_12285
f_neaeslyt
entries
field_206877_c
private final int
e
hashCode
field_12286
f_runltojc
hashCode
field_206878_d
private com.google.common.collect.Table<Property<?>, Comparable<?>, S>
f
neighbours
field_12288
f_ovukvvga
withTable
field_206879_e

Constructor summary

ModifierConstructor
protected (O owner, com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>> entries)

Method summary

Modifier and TypeMethod
public <T extends Comparable<T>> S
a(bzj<T> arg0)
cycle(Property<T> arg0)
method_11572(class_2769<T> arg0)
m_fcxdvqge(C_vzlztuyw<T> arg0)
cycle(Property<T> property)
func_177231_a(IProperty<T> arg0)
protected static <T> T
a(Collection<T> arg0, T arg1)
findNextInCollection(Collection<T> arg0, T arg1)
method_11574(Collection<T> arg0, T arg1)
m_lspeihlb(Collection<T> arg0, T arg1)
getNext(Collection<T> values, T value)
func_177232_a(Collection<T> arg0, T arg1)
public Collection<Property<?>>
a()
getProperties()
method_11569()
m_hklxfkba()
getProperties()
func_206869_a()
public <T extends Comparable<T>> boolean
b(bzj<T> arg0)
hasProperty(Property<T> arg0)
method_11570(class_2769<T> arg0)
m_ixyffnrw(C_vzlztuyw<T> arg0)
contains(Property<T> property)
func_196959_b(IProperty<T> arg0)
public <T extends Comparable<T>> T
c(bzj<T> arg0)
getValue(Property<T> arg0)
method_11654(class_2769<T> arg0)
m_robwljgm(C_vzlztuyw<T> arg0)
get(Property<T> arg0)
func_177229_b(IProperty<T> arg0)
get(IBlockState<T> arg0)
public <T extends Comparable<T>, V extends T> S
a(bzj<T> arg0, V arg1)
setValue(Property<T> arg0, V arg1)
method_11657(class_2769<T> arg0, V arg1)
m_kqntbesr(C_vzlztuyw<T> arg0, V arg1)
with(Property<T> arg0, V arg1)
func_206870_a(IProperty<T> arg0, V arg1)
set(IBlockState<T> arg0, V arg1)
public void
a(Map<Map<bzj<?>, Comparable<?>>, S> arg0)
populateNeighbours(Map<Map<Property<?>, Comparable<?>>, S> arg0)
method_11571(Map<Map<class_2769<?>, Comparable<?>>, S> arg0)
m_nxjihlhk(Map<Map<C_vzlztuyw<?>, Comparable<?>>, S> arg0)
createWithTable(Map<Map<Property<?>, Comparable<?>>, S> states)
func_206874_a(Map<Map<IProperty<?>, Comparable<?>>, S> arg0)
private Map<Property<?>, Comparable<?>>
c(bzj<?> arg0, Comparable<?> arg1)
makeNeighbourValues(Property<?> arg0, Comparable<?> arg1)
method_11573(class_2769<?> arg0, Comparable<?> arg1)
m_jtugthms(C_vzlztuyw<?> arg0, Comparable<?> arg1)
toMapWith(Property<?> property, Comparable<?> value)
func_206875_b(IProperty<?> arg0, Comparable<?> arg1)
public com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>>
b()
getValues()
method_11656()
m_vusxcizj()
getEntries()
func_206871_b()
getStateMap()