Uses of Interface
net.minecraft.data.client.model.When
| Package | Description |
|---|---|
| net.minecraft.data.client.model |
-
Uses of When in net.minecraft.data.client.model
Classes in net.minecraft.data.client.model that implement When Modifier and Type Class Description static classWhen.LogicalConditionstatic classWhen.PropertyConditionFields in net.minecraft.data.client.model declared as When Modifier and Type Field Description private WhenMultipartBlockStateSupplier.ConditionalMultipart. whenFields in net.minecraft.data.client.model with type parameters of type When Modifier and Type Field Description private List<When>When.LogicalCondition. componentsMethods in net.minecraft.data.client.model that return When Modifier and Type Method Description static WhenWhen. anyOf(When[] conditions)static WhenWhen. method_35870(When[] when)Methods in net.minecraft.data.client.model with parameters of type When Modifier and Type Method Description static WhenWhen. anyOf(When[] conditions)static WhenWhen. method_35870(When[] when)MultipartBlockStateSupplierMultipartBlockStateSupplier. with(When when, List<BlockStateVariant> list)MultipartBlockStateSupplierMultipartBlockStateSupplier. with(When when, BlockStateVariant blockStateVariant)MultipartBlockStateSupplierMultipartBlockStateSupplier. with(When when, BlockStateVariant[] blockStateVariant)Constructors in net.minecraft.data.client.model with parameters of type When Constructor Description ConditionalMultipart(When when, List<BlockStateVariant> variants)Constructor parameters in net.minecraft.data.client.model with type arguments of type When Constructor Description LogicalCondition(When.LogicalOperator operator, List<When> components)