net.minecraft.client.data

public class BlockStateVariantMap$QuadrupleProperty<V, T1 extends Comparable<T1>, T2 extends Comparable<T2>, T3 extends Comparable<T3>, T4 extends Comparable<T4>>

extends BlockStateVariantMap<V>

net.minecraft.client.data.models.blockstates.PropertyDispatch$C4
net.minecraft.client.data.models.blockstates.PropertyDispatch$C4
net.minecraft.class_4926$class_4930
net.minecraft.client.data.BlockStateVariantMap$QuadrupleProperty

Field summary

Modifier and TypeField
private final Property<T1>
property1
property1
field_22870
first
private final Property<T2>
property2
property2
field_22871
second
private final Property<T3>
property3
property3
field_22872
third
private final Property<T4>
property4
property4
field_22873
fourth

Constructor summary

ModifierConstructor
private (Property<T1> first, Property<T2> second, Property<T3> third, Property<T4> fourth)

Method summary

Modifier and TypeMethod
public List<Property<?>>
getDefinedProperties()
getDefinedProperties()
method_25791()
getProperties()
public BlockStateVariantMap$QuadrupleProperty<V, T1, T2, T3, T4>
select(T1 value1, T2 value2, T3 value3, T4 value4, V variants)
select(T1 value1, T2 value2, T3 value3, T4 value4, V variants)
method_25812(T1 arg0, T2 arg1, T3 arg2, T4 arg3, V arg4)
register(T1 firstProperty, T2 secondProperty, T3 thirdProperty, T4 fourthProperty, V variant)
public BlockStateVariantMap<V>
generate(com.mojang.datafixers.util.Function4<T1, T2, T3, T4, V> generator)
generate(com.mojang.datafixers.util.Function4<T1, T2, T3, T4, V> generator)
method_35886(com.mojang.datafixers.util.Function4<T1, T2, T3, T4, V> arg0)
generate(com.mojang.datafixers.util.Function4<T1, T2, T3, T4, V> variantFactory)