Uses of Interface
net.minecraft.data.client.model.When
Packages that use When
-
Uses of When in net.minecraft.data.client.model
Classes in net.minecraft.data.client.model that implement WhenModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.data.client.model declared as WhenModifier and TypeFieldDescriptionprivate WhenMultipartBlockStateSupplier.ConditionalMultipart.whenFields in net.minecraft.data.client.model with type parameters of type WhenMethods in net.minecraft.data.client.model that return WhenMethods in net.minecraft.data.client.model with parameters of type WhenModifier and TypeMethodDescriptionstatic Whenstatic WhenMultipartBlockStateSupplier.with(When condition, List<BlockStateVariant> variants)MultipartBlockStateSupplier.with(When condition, BlockStateVariant variant)MultipartBlockStateSupplier.with(When condition, BlockStateVariant[] variants)Constructors in net.minecraft.data.client.model with parameters of type WhenModifierConstructorDescription(package private)ConditionalMultipart(When when, List<BlockStateVariant> list)Constructor parameters in net.minecraft.data.client.model with type arguments of type WhenModifierConstructorDescription(package private)LogicalCondition(When.LogicalOperator logicalOperator, List<When> list)