Uses of Interface
net.minecraft.client.data.When
Packages that use When
- 
Uses of When in net.minecraft.client.dataClasses in net.minecraft.client.data that implement WhenModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.client.data declared as WhenModifier and TypeFieldDescriptionprivate final WhenMultipartBlockStateSupplier.ConditionalMultipart.whenFields 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 Whenstatic WhenMultipartBlockStateSupplier.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)