Package net.minecraft.client.texture
Enum Class Scaling.Type
- All Implemented Interfaces:
Serializable,Comparable<Scaling.Type>,Constable,StringIdentifiable
- Enclosing interface:
Scaling
@Environment(CLIENT)
public static enum Scaling.Type
extends Enum<Scaling.Type>
implements StringIdentifiable
- Mappings:
Namespace Name official gge$dintermediary net/minecraft/class_8690$class_8695named net/minecraft/client/texture/Scaling$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<? extends Scaling>static final com.mojang.serialization.Codec<Scaling.Type>private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.com.mojang.serialization.Codec<? extends Scaling>getCodec()static Scaling.TypeReturns the enum constant of this class with the specified name.static Scaling.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STRETCH
- Mappings:
Namespace Name Mixin selector official aLgge$d;a:Lgge$d;intermediary field_45656Lnet/minecraft/class_8690$class_8695;field_45656:Lnet/minecraft/class_8690$class_8695;named STRETCHLnet/minecraft/client/texture/Scaling$Type;STRETCH:Lnet/minecraft/client/texture/Scaling$Type;
-
TILE
- Mappings:
Namespace Name Mixin selector official bLgge$d;b:Lgge$d;intermediary field_45657Lnet/minecraft/class_8690$class_8695;field_45657:Lnet/minecraft/class_8690$class_8695;named TILELnet/minecraft/client/texture/Scaling$Type;TILE:Lnet/minecraft/client/texture/Scaling$Type;
-
NINE_SLICE
- Mappings:
Namespace Name Mixin selector official cLgge$d;c:Lgge$d;intermediary field_45658Lnet/minecraft/class_8690$class_8695;field_45658:Lnet/minecraft/class_8690$class_8695;named NINE_SLICELnet/minecraft/client/texture/Scaling$Type;NINE_SLICE:Lnet/minecraft/client/texture/Scaling$Type;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official dLgge$d;d:Lcom/mojang/serialization/Codec;intermediary field_45659Lnet/minecraft/class_8690$class_8695;field_45659:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/client/texture/Scaling$Type;CODEC:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector official eLgge$d;e:Ljava/lang/String;intermediary field_45660Lnet/minecraft/class_8690$class_8695;field_45660:Ljava/lang/String;named nameLnet/minecraft/client/texture/Scaling$Type;name:Ljava/lang/String;
-
codec
- Mappings:
Namespace Name Mixin selector official fLgge$d;f:Lcom/mojang/serialization/Codec;intermediary field_45661Lnet/minecraft/class_8690$class_8695;field_45661:Lcom/mojang/serialization/Codec;named codecLnet/minecraft/client/texture/Scaling$Type;codec:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>Lgge$d;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_8690$class_8695;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/client/texture/Scaling$Type;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official cLavk;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
getCodec
- Mappings:
Namespace Name Mixin selector official aLgge$d;a()Lcom/mojang/serialization/Codec;intermediary method_52886Lnet/minecraft/class_8690$class_8695;method_52886()Lcom/mojang/serialization/Codec;named getCodecLnet/minecraft/client/texture/Scaling$Type;getCodec()Lcom/mojang/serialization/Codec;
-