Package net.minecraft.component.type
Enum Class MapPostProcessingComponent
- All Implemented Interfaces:
Serializable,Comparable<MapPostProcessingComponent>,Constable
- Mappings:
Namespace Name official cuointermediary net/minecraft/class_9295named net/minecraft/component/type/MapPostProcessingComponent
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intstatic final IntFunction<MapPostProcessingComponent> static final PacketCodec<ByteBuf, MapPostProcessingComponent> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()static MapPostProcessingComponentReturns the enum constant of this class with the specified name.static MapPostProcessingComponent[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOCK
- Mappings:
Namespace Name Mixin selector official aLcuo;a:Lcuo;intermediary field_49353Lnet/minecraft/class_9295;field_49353:Lnet/minecraft/class_9295;named LOCKLnet/minecraft/component/type/MapPostProcessingComponent;LOCK:Lnet/minecraft/component/type/MapPostProcessingComponent;
-
SCALE
- Mappings:
Namespace Name Mixin selector official bLcuo;b:Lcuo;intermediary field_49354Lnet/minecraft/class_9295;field_49354:Lnet/minecraft/class_9295;named SCALELnet/minecraft/component/type/MapPostProcessingComponent;SCALE:Lnet/minecraft/component/type/MapPostProcessingComponent;
-
-
Field Details
-
ID_TO_VALUE
- Mappings:
Namespace Name Mixin selector official cLcuo;c:Ljava/util/function/IntFunction;intermediary field_49355Lnet/minecraft/class_9295;field_49355:Ljava/util/function/IntFunction;named ID_TO_VALUELnet/minecraft/component/type/MapPostProcessingComponent;ID_TO_VALUE:Ljava/util/function/IntFunction;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector official dLcuo;d:Lyg;intermediary field_49356Lnet/minecraft/class_9295;field_49356:Lnet/minecraft/class_9139;named PACKET_CODECLnet/minecraft/component/type/MapPostProcessingComponent;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official eLcuo;e:Iintermediary field_49357Lnet/minecraft/class_9295;field_49357:Inamed idLnet/minecraft/component/type/MapPostProcessingComponent;id:I
-
-
Constructor Details
-
MapPostProcessingComponent
private MapPostProcessingComponent(int id) - Mappings:
Namespace Name Mixin selector official <init>Lcuo;<init>(Ljava/lang/String;II)Vintermediary <init>Lnet/minecraft/class_9295;<init>(Ljava/lang/String;II)Vnamed <init>Lnet/minecraft/component/type/MapPostProcessingComponent;<init>(Ljava/lang/String;II)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
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector official aLcuo;a()Iintermediary method_57505Lnet/minecraft/class_9295;method_57505()Inamed getIdLnet/minecraft/component/type/MapPostProcessingComponent;getId()I
-