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 class
static class
Fields in net.minecraft.data.client.model declared as WhenModifier and TypeFieldDescriptionprivate When
MultipartBlockStateSupplier.ConditionalMultipart.when
Fields 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 When
static When
MultipartBlockStateSupplier.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 WhenModifierConstructorDescriptionprivate
ConditionalMultipart(When when, List<BlockStateVariant> variants)
Constructor parameters in net.minecraft.data.client.model with type arguments of type WhenModifierConstructorDescriptionprivate
LogicalCondition(When.LogicalOperator operator, List<When> components)