Uses of Class
net.minecraft.client.data.BlockStateVariantMap.QuadrupleProperty
Packages that use BlockStateVariantMap.QuadrupleProperty
-
Uses of BlockStateVariantMap.QuadrupleProperty in net.minecraft.client.data
Methods in net.minecraft.client.data that return BlockStateVariantMap.QuadruplePropertyModifier and TypeMethodDescriptionstatic <T1 extends Comparable<T1>,
T2 extends Comparable<T2>, T3 extends Comparable<T3>, T4 extends Comparable<T4>>
BlockStateVariantMap.QuadrupleProperty<WeightedVariant, T1, T2, T3, T4> BlockStateVariantMap.models
(Property<T1> property1, Property<T2> property2, Property<T3> property3, Property<T4> property4) static <T1 extends Comparable<T1>,
T2 extends Comparable<T2>, T3 extends Comparable<T3>, T4 extends Comparable<T4>>
BlockStateVariantMap.QuadrupleProperty<ModelVariantOperator, T1, T2, T3, T4> BlockStateVariantMap.operations
(Property<T1> property1, Property<T2> property2, Property<T3> property3, Property<T4> property4) BlockStateVariantMap.QuadrupleProperty.register
(T1 firstProperty, T2 secondProperty, T3 thirdProperty, T4 fourthProperty, V variant)