Enum Class MapPostProcessingComponent

java.lang.Object
java.lang.Enum<MapPostProcessingComponent>
net.minecraft.component.type.MapPostProcessingComponent
All Implemented Interfaces:
Serializable, Comparable<MapPostProcessingComponent>, Constable

public enum MapPostProcessingComponent extends Enum<MapPostProcessingComponent>
Mappings:
Namespace Name
named net/minecraft/component/type/MapPostProcessingComponent
intermediary net/minecraft/class_9295
official cxs
  • Enum Constant Details Link icon

    • LOCK Link icon

      public static final MapPostProcessingComponent 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 Link icon

      public static final MapPostProcessingComponent 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 Link icon

    • ID_TO_VALUE Link icon

      public static final IntFunction<MapPostProcessingComponent> 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 Link icon

      public static final PacketCodec<ByteBuf,MapPostProcessingComponent> 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 Link icon

      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 Link icon

    • MapPostProcessingComponent Link icon

      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 Link icon

    • values Link icon

      public static MapPostProcessingComponent[] 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 Link icon

      public static MapPostProcessingComponent valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getId Link icon

      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