Package net.minecraft.world.level
Class LevelInfo
java.lang.Object
net.minecraft.world.level.LevelInfo
- Mappings:
- Namespace - Name - official - cmq- intermediary - net/minecraft/class_1940- named - net/minecraft/world/level/LevelInfo
- 
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 - official - a- Lcmq;a:Ljava/lang/String;- intermediary - field_24105- Lnet/minecraft/class_1940;field_24105:Ljava/lang/String;- named - name- Lnet/minecraft/world/level/LevelInfo;name:Ljava/lang/String;
 
- 
gameMode- Mappings:
- Namespace - Name - Mixin selector - official - b- Lcmq;b:Lcmj;- intermediary - field_9257- Lnet/minecraft/class_1940;field_9257:Lnet/minecraft/class_1934;- named - gameMode- Lnet/minecraft/world/level/LevelInfo;gameMode:Lnet/minecraft/world/GameMode;
 
- 
hardcoreprivate final boolean hardcore- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcmq;c:Z- intermediary - field_9262- Lnet/minecraft/class_1940;field_9262:Z- named - hardcore- Lnet/minecraft/world/level/LevelInfo;hardcore:Z
 
- 
difficulty- Mappings:
- Namespace - Name - Mixin selector - official - d- Lcmq;d:Lbdu;- intermediary - field_24106- Lnet/minecraft/class_1940;field_24106:Lnet/minecraft/class_1267;- named - difficulty- Lnet/minecraft/world/level/LevelInfo;difficulty:Lnet/minecraft/world/Difficulty;
 
- 
allowCommandsprivate final boolean allowCommands- Mappings:
- Namespace - Name - Mixin selector - official - e- Lcmq;e:Z- intermediary - field_9261- Lnet/minecraft/class_1940;field_9261:Z- named - allowCommands- Lnet/minecraft/world/level/LevelInfo;allowCommands:Z
 
- 
gameRules- Mappings:
- Namespace - Name - Mixin selector - official - f- Lcmq;f:Lcmi;- intermediary - field_24107- Lnet/minecraft/class_1940;field_24107:Lnet/minecraft/class_1928;- named - gameRules- Lnet/minecraft/world/level/LevelInfo;gameRules:Lnet/minecraft/world/GameRules;
 
- 
dataConfiguration- Mappings:
- Namespace - Name - Mixin selector - official - g- Lcmq;g:Lcnf;- intermediary - field_25403- Lnet/minecraft/class_1940;field_25403:Lnet/minecraft/class_7712;- named - dataConfiguration- Lnet/minecraft/world/level/LevelInfo;dataConfiguration:Lnet/minecraft/resource/DataConfiguration;
 
 
- 
- 
Constructor Details- 
LevelInfopublic LevelInfo(String name, GameMode gameMode, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, DataConfiguration dataConfiguration) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lcmq;<init>(Ljava/lang/String;Lcmj;ZLbdu;ZLcmi;Lcnf;)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- 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
 
 
- 
- 
Method Details- 
fromDynamicpublic static LevelInfo fromDynamic(com.mojang.serialization.Dynamic<?> dynamic, DataConfiguration dataConfiguration) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lcmq;a(Lcom/mojang/serialization/Dynamic;Lcnf;)Lcmq;- intermediary - method_28383- Lnet/minecraft/class_1940;method_28383(Lcom/mojang/serialization/Dynamic;Lnet/minecraft/class_7712;)Lnet/minecraft/class_1940;- named - fromDynamic- Lnet/minecraft/world/level/LevelInfo;fromDynamic(Lcom/mojang/serialization/Dynamic;Lnet/minecraft/resource/DataConfiguration;)Lnet/minecraft/world/level/LevelInfo;
 
- 
getLevelName- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcmq;a()Ljava/lang/String;- intermediary - method_27339- Lnet/minecraft/class_1940;method_27339()Ljava/lang/String;- named - getLevelName- Lnet/minecraft/world/level/LevelInfo;getLevelName()Ljava/lang/String;
 
- 
getGameMode- Mappings:
- Namespace - Name - Mixin selector - official - b- Lcmq;b()Lcmj;- intermediary - method_8574- Lnet/minecraft/class_1940;method_8574()Lnet/minecraft/class_1934;- named - getGameMode- Lnet/minecraft/world/level/LevelInfo;getGameMode()Lnet/minecraft/world/GameMode;
 
- 
isHardcorepublic boolean isHardcore()- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcmq;c()Z- intermediary - method_8583- Lnet/minecraft/class_1940;method_8583()Z- named - isHardcore- Lnet/minecraft/world/level/LevelInfo;isHardcore()Z
 
- 
getDifficulty- Mappings:
- Namespace - Name - Mixin selector - official - d- Lcmq;d()Lbdu;- intermediary - method_27340- Lnet/minecraft/class_1940;method_27340()Lnet/minecraft/class_1267;- named - getDifficulty- Lnet/minecraft/world/level/LevelInfo;getDifficulty()Lnet/minecraft/world/Difficulty;
 
- 
areCommandsAllowedpublic boolean areCommandsAllowed()- Mappings:
- Namespace - Name - Mixin selector - official - e- Lcmq;e()Z- intermediary - method_8582- Lnet/minecraft/class_1940;method_8582()Z- named - areCommandsAllowed- Lnet/minecraft/world/level/LevelInfo;areCommandsAllowed()Z
 
- 
getGameRules- Mappings:
- Namespace - Name - Mixin selector - official - f- Lcmq;f()Lcmi;- intermediary - method_27341- Lnet/minecraft/class_1940;method_27341()Lnet/minecraft/class_1928;- named - getGameRules- Lnet/minecraft/world/level/LevelInfo;getGameRules()Lnet/minecraft/world/GameRules;
 
- 
getDataConfiguration- Mappings:
- Namespace - Name - Mixin selector - official - g- Lcmq;g()Lcnf;- intermediary - method_29558- Lnet/minecraft/class_1940;method_29558()Lnet/minecraft/class_7712;- named - getDataConfiguration- Lnet/minecraft/world/level/LevelInfo;getDataConfiguration()Lnet/minecraft/resource/DataConfiguration;
 
- 
withGameMode- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcmq;a(Lcmj;)Lcmq;- intermediary - method_28382- Lnet/minecraft/class_1940;method_28382(Lnet/minecraft/class_1934;)Lnet/minecraft/class_1940;- named - withGameMode- Lnet/minecraft/world/level/LevelInfo;withGameMode(Lnet/minecraft/world/GameMode;)Lnet/minecraft/world/level/LevelInfo;
 
- 
withDifficulty- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcmq;a(Lbdu;)Lcmq;- intermediary - method_28381- Lnet/minecraft/class_1940;method_28381(Lnet/minecraft/class_1267;)Lnet/minecraft/class_1940;- named - withDifficulty- Lnet/minecraft/world/level/LevelInfo;withDifficulty(Lnet/minecraft/world/Difficulty;)Lnet/minecraft/world/level/LevelInfo;
 
- 
withDataConfiguration- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcmq;a(Lcnf;)Lcmq;- intermediary - method_29557- Lnet/minecraft/class_1940;method_29557(Lnet/minecraft/class_7712;)Lnet/minecraft/class_1940;- named - withDataConfiguration- Lnet/minecraft/world/level/LevelInfo;withDataConfiguration(Lnet/minecraft/resource/DataConfiguration;)Lnet/minecraft/world/level/LevelInfo;
 
- 
withCopiedGameRules- Mappings:
- Namespace - Name - Mixin selector - official - h- Lcmq;h()Lcmq;- intermediary - method_28385- Lnet/minecraft/class_1940;method_28385()Lnet/minecraft/class_1940;- named - withCopiedGameRules- Lnet/minecraft/world/level/LevelInfo;withCopiedGameRules()Lnet/minecraft/world/level/LevelInfo;
 
 
-