Uses of Interface
net.minecraft.client.texture.Scaling
Packages that use Scaling
-
Uses of Scaling in net.minecraft.client.resource.metadata
Fields in net.minecraft.client.resource.metadata declared as ScalingModifier and TypeFieldDescriptionprivate final Scaling
GuiResourceMetadata.scaling
The field for thescaling
record component.Methods in net.minecraft.client.resource.metadata that return ScalingModifier and TypeMethodDescriptionGuiResourceMetadata.scaling()
Returns the value of thescaling
record component.Constructors in net.minecraft.client.resource.metadata with parameters of type ScalingModifierConstructorDescriptionGuiResourceMetadata
(Scaling scaling) Creates an instance of aGuiResourceMetadata
record class. -
Uses of Scaling in net.minecraft.client.texture
Classes in net.minecraft.client.texture that implement ScalingModifier and TypeClassDescriptionstatic final record
static final record
static final record
Fields in net.minecraft.client.texture declared as ScalingFields in net.minecraft.client.texture with type parameters of type ScalingModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec
<? extends Scaling> Scaling.Type.codec
static final com.mojang.serialization.Codec
<Scaling> Scaling.CODEC
Methods in net.minecraft.client.texture that return ScalingMethods in net.minecraft.client.texture that return types with arguments of type ScalingModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends Scaling> Scaling.Type.getCodec()
Constructor parameters in net.minecraft.client.texture with type arguments of type Scaling