Package net.minecraft.component.type
Enum Class MapPostProcessingComponent
- All Implemented Interfaces:
Serializable
,Comparable<MapPostProcessingComponent>
,Constable
- Mappings:
Namespace Name named net/minecraft/component/type/MapPostProcessingComponent
intermediary net/minecraft/class_9295
official cxs
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
static final IntFunction
<MapPostProcessingComponent> static final PacketCodec
<ByteBuf, MapPostProcessingComponent> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
static MapPostProcessingComponent
Returns 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 named LOCK
Lnet/minecraft/component/type/MapPostProcessingComponent;LOCK:Lnet/minecraft/component/type/MapPostProcessingComponent;
intermediary field_49353
Lnet/minecraft/class_9295;field_49353:Lnet/minecraft/class_9295;
official a
Lcxs;a:Lcxs;
-
SCALE
- Mappings:
Namespace Name Mixin selector named SCALE
Lnet/minecraft/component/type/MapPostProcessingComponent;SCALE:Lnet/minecraft/component/type/MapPostProcessingComponent;
intermediary field_49354
Lnet/minecraft/class_9295;field_49354:Lnet/minecraft/class_9295;
official b
Lcxs;b:Lcxs;
-
-
Field Details
-
ID_TO_VALUE
- Mappings:
Namespace Name Mixin selector named ID_TO_VALUE
Lnet/minecraft/component/type/MapPostProcessingComponent;ID_TO_VALUE:Ljava/util/function/IntFunction;
intermediary field_49355
Lnet/minecraft/class_9295;field_49355:Ljava/util/function/IntFunction;
official c
Lcxs;c:Ljava/util/function/IntFunction;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/component/type/MapPostProcessingComponent;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_49356
Lnet/minecraft/class_9295;field_49356:Lnet/minecraft/class_9139;
official d
Lcxs;d:Lzn;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/component/type/MapPostProcessingComponent;id:I
intermediary field_49357
Lnet/minecraft/class_9295;field_49357:I
official e
Lcxs;e:I
-
-
Constructor Details
-
MapPostProcessingComponent
private MapPostProcessingComponent(int id) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/component/type/MapPostProcessingComponent;<init>(Ljava/lang/String;II)V
intermediary <init>
Lnet/minecraft/class_9295;<init>(Ljava/lang/String;II)V
official <init>
Lcxs;<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 named getId
Lnet/minecraft/component/type/MapPostProcessingComponent;getId()I
intermediary method_57505
Lnet/minecraft/class_9295;method_57505()I
official a
Lcxs;a()I
-