Class LevelGeneratorType

java.lang.Object
net.minecraft.world.level.LevelGeneratorType

public class LevelGeneratorType extends Object
Mappings:
Namespace Name
official ajx
intermediary net/minecraft/class_1160
named net/minecraft/world/level/LevelGeneratorType
  • Field Details

    • TYPES

      public static final LevelGeneratorType[] TYPES
      Mappings:
      Namespace Name Mixin selector
      official a Lajx;a:[Lajx;
      intermediary field_4579 Lnet/minecraft/class_1160;field_4579:[Lnet/minecraft/class_1160;
      named TYPES Lnet/minecraft/world/level/LevelGeneratorType;TYPES:[Lnet/minecraft/world/level/LevelGeneratorType;
    • DEFAULT

      public static final LevelGeneratorType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official b Lajx;b:Lajx;
      intermediary field_4580 Lnet/minecraft/class_1160;field_4580:Lnet/minecraft/class_1160;
      named DEFAULT Lnet/minecraft/world/level/LevelGeneratorType;DEFAULT:Lnet/minecraft/world/level/LevelGeneratorType;
    • FLAT

      public static final LevelGeneratorType FLAT
      Mappings:
      Namespace Name Mixin selector
      official c Lajx;c:Lajx;
      intermediary field_4581 Lnet/minecraft/class_1160;field_4581:Lnet/minecraft/class_1160;
      named FLAT Lnet/minecraft/world/level/LevelGeneratorType;FLAT:Lnet/minecraft/world/level/LevelGeneratorType;
    • LARGE_BIOMES

      public static final LevelGeneratorType LARGE_BIOMES
      Mappings:
      Namespace Name Mixin selector
      official d Lajx;d:Lajx;
      intermediary field_4582 Lnet/minecraft/class_1160;field_4582:Lnet/minecraft/class_1160;
      named LARGE_BIOMES Lnet/minecraft/world/level/LevelGeneratorType;LARGE_BIOMES:Lnet/minecraft/world/level/LevelGeneratorType;
    • AMPLIFIED

      public static final LevelGeneratorType AMPLIFIED
      Mappings:
      Namespace Name Mixin selector
      official e Lajx;e:Lajx;
      intermediary field_7178 Lnet/minecraft/class_1160;field_7178:Lnet/minecraft/class_1160;
      named AMPLIFIED Lnet/minecraft/world/level/LevelGeneratorType;AMPLIFIED:Lnet/minecraft/world/level/LevelGeneratorType;
    • CUSTOMIZED

      public static final LevelGeneratorType CUSTOMIZED
      Mappings:
      Namespace Name Mixin selector
      official f Lajx;f:Lajx;
      intermediary field_9217 Lnet/minecraft/class_1160;field_9217:Lnet/minecraft/class_1160;
      named CUSTOMIZED Lnet/minecraft/world/level/LevelGeneratorType;CUSTOMIZED:Lnet/minecraft/world/level/LevelGeneratorType;
    • DEBUG

      public static final LevelGeneratorType DEBUG
      Mappings:
      Namespace Name Mixin selector
      official g Lajx;g:Lajx;
      intermediary field_9218 Lnet/minecraft/class_1160;field_9218:Lnet/minecraft/class_1160;
      named DEBUG Lnet/minecraft/world/level/LevelGeneratorType;DEBUG:Lnet/minecraft/world/level/LevelGeneratorType;
    • DEFAULT_1_1

      public static final LevelGeneratorType DEFAULT_1_1
      Mappings:
      Namespace Name Mixin selector
      official h Lajx;h:Lajx;
      intermediary field_4583 Lnet/minecraft/class_1160;field_4583:Lnet/minecraft/class_1160;
      named DEFAULT_1_1 Lnet/minecraft/world/level/LevelGeneratorType;DEFAULT_1_1:Lnet/minecraft/world/level/LevelGeneratorType;
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official i Lajx;i:I
      intermediary field_5470 Lnet/minecraft/class_1160;field_5470:I
      named id Lnet/minecraft/world/level/LevelGeneratorType;id:I
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official j Lajx;j:Ljava/lang/String;
      intermediary field_4584 Lnet/minecraft/class_1160;field_4584:Ljava/lang/String;
      named name Lnet/minecraft/world/level/LevelGeneratorType;name:Ljava/lang/String;
    • version

      private final int version
      Mappings:
      Namespace Name Mixin selector
      official k Lajx;k:I
      intermediary field_4585 Lnet/minecraft/class_1160;field_4585:I
      named version Lnet/minecraft/world/level/LevelGeneratorType;version:I
    • visible

      private boolean visible
      Mappings:
      Namespace Name Mixin selector
      official l Lajx;l:Z
      intermediary field_4586 Lnet/minecraft/class_1160;field_4586:Z
      named visible Lnet/minecraft/world/level/LevelGeneratorType;visible:Z
    • versioned

      private boolean versioned
      Mappings:
      Namespace Name Mixin selector
      official m Lajx;m:Z
      intermediary field_4587 Lnet/minecraft/class_1160;field_4587:Z
      named versioned Lnet/minecraft/world/level/LevelGeneratorType;versioned:Z
    • info

      private boolean info
      Mappings:
      Namespace Name Mixin selector
      official n Lajx;n:Z
      intermediary field_7179 Lnet/minecraft/class_1160;field_7179:Z
      named info Lnet/minecraft/world/level/LevelGeneratorType;info:Z
  • Constructor Details

    • LevelGeneratorType

      private LevelGeneratorType(int id, String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lajx;<init>(ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1160;<init>(ILjava/lang/String;)V
      named <init> Lnet/minecraft/world/level/LevelGeneratorType;<init>(ILjava/lang/String;)V
    • LevelGeneratorType

      private LevelGeneratorType(int id, String name, int version)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lajx;<init>(ILjava/lang/String;I)V
      intermediary <init> Lnet/minecraft/class_1160;<init>(ILjava/lang/String;I)V
      named <init> Lnet/minecraft/world/level/LevelGeneratorType;<init>(ILjava/lang/String;I)V
  • Method Details

    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Lajx;a()Ljava/lang/String;
      intermediary method_3787 Lnet/minecraft/class_1160;method_3787()Ljava/lang/String;
      named getName Lnet/minecraft/world/level/LevelGeneratorType;getName()Ljava/lang/String;
    • getTranslationKey

      @Environment(CLIENT) public String getTranslationKey()
      Mappings:
      Namespace Name Mixin selector
      official b Lajx;b()Ljava/lang/String;
      intermediary method_3791 Lnet/minecraft/class_1160;method_3791()Ljava/lang/String;
      named getTranslationKey Lnet/minecraft/world/level/LevelGeneratorType;getTranslationKey()Ljava/lang/String;
    • getInfoTranslationKey

      @Environment(CLIENT) public String getInfoTranslationKey()
      Mappings:
      Namespace Name Mixin selector
      official c Lajx;c()Ljava/lang/String;
      intermediary method_6414 Lnet/minecraft/class_1160;method_6414()Ljava/lang/String;
      named getInfoTranslationKey Lnet/minecraft/world/level/LevelGeneratorType;getInfoTranslationKey()Ljava/lang/String;
    • getVersion

      public int getVersion()
      Mappings:
      Namespace Name Mixin selector
      official d Lajx;d()I
      intermediary method_3792 Lnet/minecraft/class_1160;method_3792()I
      named getVersion Lnet/minecraft/world/level/LevelGeneratorType;getVersion()I
    • getTypeForVersion

      public LevelGeneratorType getTypeForVersion(int version)
      Mappings:
      Namespace Name Mixin selector
      official a Lajx;a(I)Lajx;
      intermediary method_3788 Lnet/minecraft/class_1160;method_3788(I)Lnet/minecraft/class_1160;
      named getTypeForVersion Lnet/minecraft/world/level/LevelGeneratorType;getTypeForVersion(I)Lnet/minecraft/world/level/LevelGeneratorType;
    • setVisible

      private LevelGeneratorType setVisible(boolean visible)
      Mappings:
      Namespace Name Mixin selector
      official a Lajx;a(Z)Lajx;
      intermediary method_3790 Lnet/minecraft/class_1160;method_3790(Z)Lnet/minecraft/class_1160;
      named setVisible Lnet/minecraft/world/level/LevelGeneratorType;setVisible(Z)Lnet/minecraft/world/level/LevelGeneratorType;
    • isVisible

      @Environment(CLIENT) public boolean isVisible()
      Mappings:
      Namespace Name Mixin selector
      official e Lajx;e()Z
      intermediary method_3793 Lnet/minecraft/class_1160;method_3793()Z
      named isVisible Lnet/minecraft/world/level/LevelGeneratorType;isVisible()Z
    • setVersioned

      private LevelGeneratorType setVersioned()
      Mappings:
      Namespace Name Mixin selector
      official i Lajx;i()Lajx;
      intermediary method_3795 Lnet/minecraft/class_1160;method_3795()Lnet/minecraft/class_1160;
      named setVersioned Lnet/minecraft/world/level/LevelGeneratorType;setVersioned()Lnet/minecraft/world/level/LevelGeneratorType;
    • isVersioned

      public boolean isVersioned()
      Mappings:
      Namespace Name Mixin selector
      official f Lajx;f()Z
      intermediary method_3794 Lnet/minecraft/class_1160;method_3794()Z
      named isVersioned Lnet/minecraft/world/level/LevelGeneratorType;isVersioned()Z
    • getTypeFromName

      public static LevelGeneratorType getTypeFromName(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lajx;a(Ljava/lang/String;)Lajx;
      intermediary method_3789 Lnet/minecraft/class_1160;method_3789(Ljava/lang/String;)Lnet/minecraft/class_1160;
      named getTypeFromName Lnet/minecraft/world/level/LevelGeneratorType;getTypeFromName(Ljava/lang/String;)Lnet/minecraft/world/level/LevelGeneratorType;
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      official g Lajx;g()I
      intermediary method_4697 Lnet/minecraft/class_1160;method_4697()I
      named getId Lnet/minecraft/world/level/LevelGeneratorType;getId()I
    • hasInfo

      @Environment(CLIENT) public boolean hasInfo()
      Mappings:
      Namespace Name Mixin selector
      official h Lajx;h()Z
      intermediary method_6415 Lnet/minecraft/class_1160;method_6415()Z
      named hasInfo Lnet/minecraft/world/level/LevelGeneratorType;hasInfo()Z
    • setHasInfo

      private LevelGeneratorType setHasInfo()
      Mappings:
      Namespace Name Mixin selector
      official j Lajx;j()Lajx;
      intermediary method_6416 Lnet/minecraft/class_1160;method_6416()Lnet/minecraft/class_1160;
      named setHasInfo Lnet/minecraft/world/level/LevelGeneratorType;setHasInfo()Lnet/minecraft/world/level/LevelGeneratorType;