Uses of Interface
net.minecraft.client.data.When
Packages that use When
-
Uses of When in net.minecraft.client.data
Classes in net.minecraft.client.data that implement WhenModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.client.data declared as WhenModifier and TypeFieldDescriptionprivate final When
MultipartBlockStateSupplier.ConditionalMultipart.when
Fields in net.minecraft.client.data with type parameters of type WhenMethods in net.minecraft.client.data that return WhenMethods in net.minecraft.client.data 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.client.data with parameters of type WhenModifierConstructorDescription(package private)
ConditionalMultipart
(When when, List<BlockStateVariant> variants) Constructor parameters in net.minecraft.client.data with type arguments of type WhenModifierConstructorDescription(package private)
LogicalCondition
(When.LogicalOperator operator, List<When> components)