Class LevelGeneratorType

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

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

    • TYPES

      public static final LevelGeneratorType[] TYPES
      Mappings:
      Namespace Name Mixin selector
      official a Ladr;a:[Ladr;
      intermediary field_311 Lnet/minecraft/class_105;field_311:[Lnet/minecraft/class_105;
      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 Ladr;b:Ladr;
      intermediary field_312 Lnet/minecraft/class_105;field_312:Lnet/minecraft/class_105;
      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 Ladr;c:Ladr;
      intermediary field_313 Lnet/minecraft/class_105;field_313:Lnet/minecraft/class_105;
      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 Ladr;d:Ladr;
      intermediary field_314 Lnet/minecraft/class_105;field_314:Lnet/minecraft/class_105;
      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 Ladr;e:Ladr;
      intermediary field_315 Lnet/minecraft/class_105;field_315:Lnet/minecraft/class_105;
      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 Ladr;f:Ladr;
      intermediary field_316 Lnet/minecraft/class_105;field_316:Lnet/minecraft/class_105;
      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 Ladr;g:Ladr;
      intermediary field_317 Lnet/minecraft/class_105;field_317:Lnet/minecraft/class_105;
      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 Ladr;h:Ladr;
      intermediary field_318 Lnet/minecraft/class_105;field_318:Lnet/minecraft/class_105;
      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 Ladr;i:I
      intermediary field_319 Lnet/minecraft/class_105;field_319:I
      named id Lnet/minecraft/world/level/LevelGeneratorType;id:I
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official j Ladr;j:Ljava/lang/String;
      intermediary field_320 Lnet/minecraft/class_105;field_320: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 Ladr;k:I
      intermediary field_321 Lnet/minecraft/class_105;field_321:I
      named version Lnet/minecraft/world/level/LevelGeneratorType;version:I
    • visible

      private boolean visible
      Mappings:
      Namespace Name Mixin selector
      official l Ladr;l:Z
      intermediary field_322 Lnet/minecraft/class_105;field_322:Z
      named visible Lnet/minecraft/world/level/LevelGeneratorType;visible:Z
    • versioned

      private boolean versioned
      Mappings:
      Namespace Name Mixin selector
      official m Ladr;m:Z
      intermediary field_323 Lnet/minecraft/class_105;field_323:Z
      named versioned Lnet/minecraft/world/level/LevelGeneratorType;versioned:Z
    • info

      private boolean info
      Mappings:
      Namespace Name Mixin selector
      official n Ladr;n:Z
      intermediary field_324 Lnet/minecraft/class_105;field_324: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> Ladr;<init>(ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_105;<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> Ladr;<init>(ILjava/lang/String;I)V
      intermediary <init> Lnet/minecraft/class_105;<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 Ladr;a()Ljava/lang/String;
      intermediary method_485 Lnet/minecraft/class_105;method_485()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 Ladr;b()Ljava/lang/String;
      intermediary method_489 Lnet/minecraft/class_105;method_489()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 Ladr;c()Ljava/lang/String;
      intermediary method_490 Lnet/minecraft/class_105;method_490()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 Ladr;d()I
      intermediary method_491 Lnet/minecraft/class_105;method_491()I
      named getVersion Lnet/minecraft/world/level/LevelGeneratorType;getVersion()I
    • getTypeForVersion

      public LevelGeneratorType getTypeForVersion​(int version)
      Mappings:
      Namespace Name Mixin selector
      official a Ladr;a(I)Ladr;
      intermediary method_486 Lnet/minecraft/class_105;method_486(I)Lnet/minecraft/class_105;
      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 Ladr;a(Z)Ladr;
      intermediary method_488 Lnet/minecraft/class_105;method_488(Z)Lnet/minecraft/class_105;
      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 Ladr;e()Z
      intermediary method_492 Lnet/minecraft/class_105;method_492()Z
      named isVisible Lnet/minecraft/world/level/LevelGeneratorType;isVisible()Z
    • setVersioned

      private LevelGeneratorType setVersioned()
      Mappings:
      Namespace Name Mixin selector
      official i Ladr;i()Ladr;
      intermediary method_496 Lnet/minecraft/class_105;method_496()Lnet/minecraft/class_105;
      named setVersioned Lnet/minecraft/world/level/LevelGeneratorType;setVersioned()Lnet/minecraft/world/level/LevelGeneratorType;
    • isVersioned

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

      public static LevelGeneratorType getTypeFromName​(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Ladr;a(Ljava/lang/String;)Ladr;
      intermediary method_487 Lnet/minecraft/class_105;method_487(Ljava/lang/String;)Lnet/minecraft/class_105;
      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 Ladr;g()I
      intermediary method_494 Lnet/minecraft/class_105;method_494()I
      named getId Lnet/minecraft/world/level/LevelGeneratorType;getId()I
    • hasInfo

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

      private LevelGeneratorType setHasInfo()
      Mappings:
      Namespace Name Mixin selector
      official j Ladr;j()Ladr;
      intermediary method_497 Lnet/minecraft/class_105;method_497()Lnet/minecraft/class_105;
      named setHasInfo Lnet/minecraft/world/level/LevelGeneratorType;setHasInfo()Lnet/minecraft/world/level/LevelGeneratorType;