Package net.minecraft.world.level
Class LevelInfo
java.lang.Object
net.minecraft.world.level.LevelInfo
- Mappings:
- Namespace - Name - named - net/minecraft/world/level/LevelInfo- intermediary - net/minecraft/class_1940- official - dgn
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final DataConfigurationprivate final Difficultyprivate final GameModeprivate final GameRulesprivate final booleanprivate final String
- 
Constructor SummaryConstructorsConstructorDescriptionLevelInfo(String name, GameMode gameMode, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, DataConfiguration dataConfiguration) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanstatic LevelInfofromDynamic(com.mojang.serialization.Dynamic<?> dynamic, DataConfiguration dataConfiguration) booleanwithDataConfiguration(DataConfiguration dataConfiguration) withDifficulty(Difficulty difficulty) withGameMode(GameMode mode) 
- 
Field Details- 
name- Mappings:
- Namespace - Name - Mixin selector - named - name- Lnet/minecraft/world/level/LevelInfo;name:Ljava/lang/String;- intermediary - field_24105- Lnet/minecraft/class_1940;field_24105:Ljava/lang/String;- official - a- Ldgn;a:Ljava/lang/String;
 
- 
gameMode- Mappings:
- Namespace - Name - Mixin selector - named - gameMode- Lnet/minecraft/world/level/LevelInfo;gameMode:Lnet/minecraft/world/GameMode;- intermediary - field_9257- Lnet/minecraft/class_1940;field_9257:Lnet/minecraft/class_1934;- official - b- Ldgn;b:Ldgg;
 
- 
hardcoreprivate final boolean hardcore- Mappings:
- Namespace - Name - Mixin selector - named - hardcore- Lnet/minecraft/world/level/LevelInfo;hardcore:Z- intermediary - field_9262- Lnet/minecraft/class_1940;field_9262:Z- official - c- Ldgn;c:Z
 
- 
difficulty- Mappings:
- Namespace - Name - Mixin selector - named - difficulty- Lnet/minecraft/world/level/LevelInfo;difficulty:Lnet/minecraft/world/Difficulty;- intermediary - field_24106- Lnet/minecraft/class_1940;field_24106:Lnet/minecraft/class_1267;- official - d- Ldgn;d:Lbsi;
 
- 
allowCommandsprivate final boolean allowCommands- Mappings:
- Namespace - Name - Mixin selector - named - allowCommands- Lnet/minecraft/world/level/LevelInfo;allowCommands:Z- intermediary - field_9261- Lnet/minecraft/class_1940;field_9261:Z- official - e- Ldgn;e:Z
 
- 
gameRules- Mappings:
- Namespace - Name - Mixin selector - named - gameRules- Lnet/minecraft/world/level/LevelInfo;gameRules:Lnet/minecraft/world/GameRules;- intermediary - field_24107- Lnet/minecraft/class_1940;field_24107:Lnet/minecraft/class_1928;- official - f- Ldgn;f:Ldgf;
 
- 
dataConfiguration- Mappings:
- Namespace - Name - Mixin selector - named - dataConfiguration- Lnet/minecraft/world/level/LevelInfo;dataConfiguration:Lnet/minecraft/resource/DataConfiguration;- intermediary - field_25403- Lnet/minecraft/class_1940;field_25403:Lnet/minecraft/class_7712;- official - g- Ldgn;g:Ldhg;
 
 
- 
- 
Constructor Details- 
LevelInfopublic LevelInfo(String name, GameMode gameMode, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, DataConfiguration dataConfiguration) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/level/LevelInfo;<init>(Ljava/lang/String;Lnet/minecraft/world/GameMode;ZLnet/minecraft/world/Difficulty;ZLnet/minecraft/world/GameRules;Lnet/minecraft/resource/DataConfiguration;)V- intermediary - <init>- Lnet/minecraft/class_1940;<init>(Ljava/lang/String;Lnet/minecraft/class_1934;ZLnet/minecraft/class_1267;ZLnet/minecraft/class_1928;Lnet/minecraft/class_7712;)V- official - <init>- Ldgn;<init>(Ljava/lang/String;Ldgg;ZLbsi;ZLdgf;Ldhg;)V
 
 
- 
- 
Method Details- 
fromDynamicpublic static LevelInfo fromDynamic(com.mojang.serialization.Dynamic<?> dynamic, DataConfiguration dataConfiguration) - Mappings:
- Namespace - Name - Mixin selector - named - fromDynamic- Lnet/minecraft/world/level/LevelInfo;fromDynamic(Lcom/mojang/serialization/Dynamic;Lnet/minecraft/resource/DataConfiguration;)Lnet/minecraft/world/level/LevelInfo;- intermediary - method_28383- Lnet/minecraft/class_1940;method_28383(Lcom/mojang/serialization/Dynamic;Lnet/minecraft/class_7712;)Lnet/minecraft/class_1940;- official - a- Ldgn;a(Lcom/mojang/serialization/Dynamic;Ldhg;)Ldgn;
 
- 
getLevelName- Mappings:
- Namespace - Name - Mixin selector - named - getLevelName- Lnet/minecraft/world/level/LevelInfo;getLevelName()Ljava/lang/String;- intermediary - method_27339- Lnet/minecraft/class_1940;method_27339()Ljava/lang/String;- official - a- Ldgn;a()Ljava/lang/String;
 
- 
getGameMode- Mappings:
- Namespace - Name - Mixin selector - named - getGameMode- Lnet/minecraft/world/level/LevelInfo;getGameMode()Lnet/minecraft/world/GameMode;- intermediary - method_8574- Lnet/minecraft/class_1940;method_8574()Lnet/minecraft/class_1934;- official - b- Ldgn;b()Ldgg;
 
- 
isHardcorepublic boolean isHardcore()- Mappings:
- Namespace - Name - Mixin selector - named - isHardcore- Lnet/minecraft/world/level/LevelInfo;isHardcore()Z- intermediary - method_8583- Lnet/minecraft/class_1940;method_8583()Z- official - c- Ldgn;c()Z
 
- 
getDifficulty- Mappings:
- Namespace - Name - Mixin selector - named - getDifficulty- Lnet/minecraft/world/level/LevelInfo;getDifficulty()Lnet/minecraft/world/Difficulty;- intermediary - method_27340- Lnet/minecraft/class_1940;method_27340()Lnet/minecraft/class_1267;- official - d- Ldgn;d()Lbsi;
 
- 
areCommandsAllowedpublic boolean areCommandsAllowed()- Mappings:
- Namespace - Name - Mixin selector - named - areCommandsAllowed- Lnet/minecraft/world/level/LevelInfo;areCommandsAllowed()Z- intermediary - method_8582- Lnet/minecraft/class_1940;method_8582()Z- official - e- Ldgn;e()Z
 
- 
getGameRules- Mappings:
- Namespace - Name - Mixin selector - named - getGameRules- Lnet/minecraft/world/level/LevelInfo;getGameRules()Lnet/minecraft/world/GameRules;- intermediary - method_27341- Lnet/minecraft/class_1940;method_27341()Lnet/minecraft/class_1928;- official - f- Ldgn;f()Ldgf;
 
- 
getDataConfiguration- Mappings:
- Namespace - Name - Mixin selector - named - getDataConfiguration- Lnet/minecraft/world/level/LevelInfo;getDataConfiguration()Lnet/minecraft/resource/DataConfiguration;- intermediary - method_29558- Lnet/minecraft/class_1940;method_29558()Lnet/minecraft/class_7712;- official - g- Ldgn;g()Ldhg;
 
- 
withGameMode- Mappings:
- Namespace - Name - Mixin selector - named - withGameMode- Lnet/minecraft/world/level/LevelInfo;withGameMode(Lnet/minecraft/world/GameMode;)Lnet/minecraft/world/level/LevelInfo;- intermediary - method_28382- Lnet/minecraft/class_1940;method_28382(Lnet/minecraft/class_1934;)Lnet/minecraft/class_1940;- official - a- Ldgn;a(Ldgg;)Ldgn;
 
- 
withDifficulty- Mappings:
- Namespace - Name - Mixin selector - named - withDifficulty- Lnet/minecraft/world/level/LevelInfo;withDifficulty(Lnet/minecraft/world/Difficulty;)Lnet/minecraft/world/level/LevelInfo;- intermediary - method_28381- Lnet/minecraft/class_1940;method_28381(Lnet/minecraft/class_1267;)Lnet/minecraft/class_1940;- official - a- Ldgn;a(Lbsi;)Ldgn;
 
- 
withDataConfiguration- Mappings:
- Namespace - Name - Mixin selector - named - withDataConfiguration- Lnet/minecraft/world/level/LevelInfo;withDataConfiguration(Lnet/minecraft/resource/DataConfiguration;)Lnet/minecraft/world/level/LevelInfo;- intermediary - method_29557- Lnet/minecraft/class_1940;method_29557(Lnet/minecraft/class_7712;)Lnet/minecraft/class_1940;- official - a- Ldgn;a(Ldhg;)Ldgn;
 
- 
withCopiedGameRules- Mappings:
- Namespace - Name - Mixin selector - named - withCopiedGameRules- Lnet/minecraft/world/level/LevelInfo;withCopiedGameRules()Lnet/minecraft/world/level/LevelInfo;- intermediary - method_28385- Lnet/minecraft/class_1940;method_28385()Lnet/minecraft/class_1940;- official - h- Ldgn;h()Ldgn;
 
 
-