Uses of Class
net.minecraft.data.models.blockstates.PropertyDispatch.C4
Packages that use PropertyDispatch.C4
-
Uses of PropertyDispatch.C4 in net.minecraft.data.models
Methods in net.minecraft.data.models that return PropertyDispatch.C4Modifier and TypeMethodDescriptionprivate static PropertyDispatch.C4
<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf
(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> properties, DoubleBlockHalf half, ResourceLocation leftModelLocation, ResourceLocation leftOpenModelLocation, ResourceLocation rightModelLocation, ResourceLocation rightOpenModelLocation) Methods in net.minecraft.data.models with parameters of type PropertyDispatch.C4Modifier and TypeMethodDescriptionprivate static PropertyDispatch.C4
<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf
(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> properties, DoubleBlockHalf half, ResourceLocation leftModelLocation, ResourceLocation leftOpenModelLocation, ResourceLocation rightModelLocation, ResourceLocation rightOpenModelLocation) -
Uses of PropertyDispatch.C4 in net.minecraft.data.models.blockstates
Methods in net.minecraft.data.models.blockstates that return PropertyDispatch.C4Modifier and TypeMethodDescriptionstatic <T1 extends Comparable<T1>,
T2 extends Comparable<T2>, T3 extends Comparable<T3>, T4 extends Comparable<T4>>
PropertyDispatch.C4<T1, T2, T3, T4> PropertyDispatch.properties
(Property<T1> property1, Property<T2> property2, Property<T3> property3, Property<T4> property4) PropertyDispatch.C4.select
(T1 property1Value, T2 property2Value, T3 property3Value, T4 property4Value, List<Variant> variants) PropertyDispatch.C4.select
(T1 property1Value, T2 property2Value, T3 property3Value, T4 property4Value, Variant variant)