Interface SaveProperties

All Known Implementing Classes:
LevelProperties

public interface SaveProperties
Mappings:
Namespace Name
named net/minecraft/world/SaveProperties
intermediary net/minecraft/class_5219
official fem
  • Field Details

    • ANVIL_FORMAT_ID

      static final int ANVIL_FORMAT_ID
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named ANVIL_FORMAT_ID Lnet/minecraft/world/SaveProperties;ANVIL_FORMAT_ID:I
      intermediary field_31844 Lnet/minecraft/class_5219;field_31844:I
      official e Lfem;e:I
    • MCREGION_FORMAT_ID

      static final int MCREGION_FORMAT_ID
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MCREGION_FORMAT_ID Lnet/minecraft/world/SaveProperties;MCREGION_FORMAT_ID:I
      intermediary field_31845 Lnet/minecraft/class_5219;field_31845:I
      official f Lfem;f:I
  • Method Details

    • getDataConfiguration

      DataConfiguration getDataConfiguration()
      Mappings:
      Namespace Name Mixin selector
      named getDataConfiguration Lnet/minecraft/world/SaveProperties;getDataConfiguration()Lnet/minecraft/resource/DataConfiguration;
      intermediary method_29589 Lnet/minecraft/class_5219;method_29589()Lnet/minecraft/class_7712;
      official K Lfem;K()Ldnx;
    • updateLevelInfo

      void updateLevelInfo(DataConfiguration dataConfiguration)
      Mappings:
      Namespace Name Mixin selector
      named updateLevelInfo Lnet/minecraft/world/SaveProperties;updateLevelInfo(Lnet/minecraft/resource/DataConfiguration;)V
      intermediary method_29590 Lnet/minecraft/class_5219;method_29590(Lnet/minecraft/class_7712;)V
      official a Lfem;a(Ldnx;)V
    • isModded

      boolean isModded()
      Mappings:
      Namespace Name Mixin selector
      named isModded Lnet/minecraft/world/SaveProperties;isModded()Z
      intermediary method_27431 Lnet/minecraft/class_5219;method_27431()Z
      official M Lfem;M()Z
    • getServerBrands

      Set<String> getServerBrands()
      Mappings:
      Namespace Name Mixin selector
      named getServerBrands Lnet/minecraft/world/SaveProperties;getServerBrands()Ljava/util/Set;
      intermediary method_27432 Lnet/minecraft/class_5219;method_27432()Ljava/util/Set;
      official N Lfem;N()Ljava/util/Set;
    • getRemovedFeatures

      Set<String> getRemovedFeatures()
      Mappings:
      Namespace Name Mixin selector
      named getRemovedFeatures Lnet/minecraft/world/SaveProperties;getRemovedFeatures()Ljava/util/Set;
      intermediary method_49900 Lnet/minecraft/class_5219;method_49900()Ljava/util/Set;
      official O Lfem;O()Ljava/util/Set;
    • addServerBrand

      void addServerBrand(String brand, boolean modded)
      Mappings:
      Namespace Name Mixin selector
      named addServerBrand Lnet/minecraft/world/SaveProperties;addServerBrand(Ljava/lang/String;Z)V
      intermediary method_24285 Lnet/minecraft/class_5219;method_24285(Ljava/lang/String;Z)V
      official a Lfem;a(Ljava/lang/String;Z)V
    • populateCrashReport

      default void populateCrashReport(CrashReportSection section)
      Mappings:
      Namespace Name Mixin selector
      named populateCrashReport Lnet/minecraft/world/SaveProperties;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;)V
      intermediary method_151 Lnet/minecraft/class_5219;method_151(Lnet/minecraft/class_129;)V
      official a Lfem;a(Lq;)V
    • getFormatName

      default String getFormatName(int id)
      Mappings:
      Namespace Name Mixin selector
      named getFormatName Lnet/minecraft/world/SaveProperties;getFormatName(I)Ljava/lang/String;
      intermediary method_27440 Lnet/minecraft/class_5219;method_27440(I)Ljava/lang/String;
      official h Lfem;h(I)Ljava/lang/String;
    • getCustomBossEvents

      @Nullable @Nullable NbtCompound getCustomBossEvents()
      Mappings:
      Namespace Name Mixin selector
      named getCustomBossEvents Lnet/minecraft/world/SaveProperties;getCustomBossEvents()Lnet/minecraft/nbt/NbtCompound;
      intermediary method_228 Lnet/minecraft/class_5219;method_228()Lnet/minecraft/class_2487;
      official L Lfem;L()Luc;
    • setCustomBossEvents

      void setCustomBossEvents(@Nullable @Nullable NbtCompound customBossEvents)
      Mappings:
      Namespace Name Mixin selector
      named setCustomBossEvents Lnet/minecraft/world/SaveProperties;setCustomBossEvents(Lnet/minecraft/nbt/NbtCompound;)V
      intermediary method_221 Lnet/minecraft/class_5219;method_221(Lnet/minecraft/class_2487;)V
      official a Lfem;a(Luc;)V
    • getMainWorldProperties

      ServerWorldProperties getMainWorldProperties()
      Mappings:
      Namespace Name Mixin selector
      named getMainWorldProperties Lnet/minecraft/world/SaveProperties;getMainWorldProperties()Lnet/minecraft/world/level/ServerWorldProperties;
      intermediary method_27859 Lnet/minecraft/class_5219;method_27859()Lnet/minecraft/class_5268;
      official P Lfem;P()Lfel;
    • getLevelInfo

      LevelInfo getLevelInfo()
      Mappings:
      Namespace Name Mixin selector
      named getLevelInfo Lnet/minecraft/world/SaveProperties;getLevelInfo()Lnet/minecraft/world/level/LevelInfo;
      intermediary method_27433 Lnet/minecraft/class_5219;method_27433()Lnet/minecraft/class_1940;
      official Q Lfem;Q()Ldnc;
    • cloneWorldNbt

      NbtCompound cloneWorldNbt(DynamicRegistryManager registryManager, @Nullable @Nullable NbtCompound playerNbt)
      Mappings:
      Namespace Name Mixin selector
      named cloneWorldNbt Lnet/minecraft/world/SaveProperties;cloneWorldNbt(Lnet/minecraft/registry/DynamicRegistryManager;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
      intermediary method_163 Lnet/minecraft/class_5219;method_163(Lnet/minecraft/class_5455;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
      official a Lfem;a(Ljv;Luc;)Luc;
    • isHardcore

      boolean isHardcore()
      Mappings:
      Namespace Name Mixin selector
      named isHardcore Lnet/minecraft/world/SaveProperties;isHardcore()Z
      intermediary method_152 Lnet/minecraft/class_5219;method_152()Z
      official l Lfem;l()Z
    • getVersion

      int getVersion()
      Mappings:
      Namespace Name Mixin selector
      named getVersion Lnet/minecraft/world/SaveProperties;getVersion()I
      intermediary method_168 Lnet/minecraft/class_5219;method_168()I
      official B Lfem;B()I
    • getLevelName

      String getLevelName()
      Mappings:
      Namespace Name Mixin selector
      named getLevelName Lnet/minecraft/world/SaveProperties;getLevelName()Ljava/lang/String;
      intermediary method_150 Lnet/minecraft/class_5219;method_150()Ljava/lang/String;
      official e Lfem;e()Ljava/lang/String;
    • getGameMode

      GameMode getGameMode()
      Mappings:
      Namespace Name Mixin selector
      named getGameMode Lnet/minecraft/world/SaveProperties;getGameMode()Lnet/minecraft/world/GameMode;
      intermediary method_210 Lnet/minecraft/class_5219;method_210()Lnet/minecraft/class_1934;
      official k Lfem;k()Ldmv;
    • setGameMode

      void setGameMode(GameMode gameMode)
      Mappings:
      Namespace Name Mixin selector
      named setGameMode Lnet/minecraft/world/SaveProperties;setGameMode(Lnet/minecraft/world/GameMode;)V
      intermediary method_193 Lnet/minecraft/class_5219;method_193(Lnet/minecraft/class_1934;)V
      official a Lfem;a(Ldmv;)V
    • areCommandsAllowed

      boolean areCommandsAllowed()
      Mappings:
      Namespace Name Mixin selector
      named areCommandsAllowed Lnet/minecraft/world/SaveProperties;areCommandsAllowed()Z
      intermediary method_194 Lnet/minecraft/class_5219;method_194()Z
      official m Lfem;m()Z
    • getDifficulty

      Difficulty getDifficulty()
      Mappings:
      Namespace Name Mixin selector
      named getDifficulty Lnet/minecraft/world/SaveProperties;getDifficulty()Lnet/minecraft/world/Difficulty;
      intermediary method_207 Lnet/minecraft/class_5219;method_207()Lnet/minecraft/class_1267;
      official s Lfem;s()Lbvy;
    • setDifficulty

      void setDifficulty(Difficulty difficulty)
      Mappings:
      Namespace Name Mixin selector
      named setDifficulty Lnet/minecraft/world/SaveProperties;setDifficulty(Lnet/minecraft/world/Difficulty;)V
      intermediary method_208 Lnet/minecraft/class_5219;method_208(Lnet/minecraft/class_1267;)V
      official a Lfem;a(Lbvy;)V
    • isDifficultyLocked

      boolean isDifficultyLocked()
      Mappings:
      Namespace Name Mixin selector
      named isDifficultyLocked Lnet/minecraft/world/SaveProperties;isDifficultyLocked()Z
      intermediary method_197 Lnet/minecraft/class_5219;method_197()Z
      official t Lfem;t()Z
    • setDifficultyLocked

      void setDifficultyLocked(boolean difficultyLocked)
      Mappings:
      Namespace Name Mixin selector
      named setDifficultyLocked Lnet/minecraft/world/SaveProperties;setDifficultyLocked(Z)V
      intermediary method_186 Lnet/minecraft/class_5219;method_186(Z)V
      official d Lfem;d(Z)V
    • getGameRules

      GameRules getGameRules()
      Mappings:
      Namespace Name Mixin selector
      named getGameRules Lnet/minecraft/world/SaveProperties;getGameRules()Lnet/minecraft/world/GameRules;
      intermediary method_146 Lnet/minecraft/class_5219;method_146()Lnet/minecraft/class_1928;
      official o Lfem;o()Ldmu;
    • getPlayerData

      Mappings:
      Namespace Name Mixin selector
      named getPlayerData Lnet/minecraft/world/SaveProperties;getPlayerData()Lnet/minecraft/nbt/NbtCompound;
      intermediary method_226 Lnet/minecraft/class_5219;method_226()Lnet/minecraft/class_2487;
      official A Lfem;A()Luc;
    • getDragonFight

      EnderDragonFight.Data getDragonFight()
      Mappings:
      Namespace Name Mixin selector
      named getDragonFight Lnet/minecraft/world/SaveProperties;getDragonFight()Lnet/minecraft/entity/boss/dragon/EnderDragonFight$Data;
      intermediary method_29036 Lnet/minecraft/class_5219;method_29036()Lnet/minecraft/class_2881$class_8576;
      official J Lfem;J()Leiu$a;
    • setDragonFight

      void setDragonFight(EnderDragonFight.Data dragonFight)
      Mappings:
      Namespace Name Mixin selector
      named setDragonFight Lnet/minecraft/world/SaveProperties;setDragonFight(Lnet/minecraft/entity/boss/dragon/EnderDragonFight$Data;)V
      intermediary method_29037 Lnet/minecraft/class_5219;method_29037(Lnet/minecraft/class_2881$class_8576;)V
      official a Lfem;a(Leiu$a;)V
    • getGeneratorOptions

      GeneratorOptions getGeneratorOptions()
      Mappings:
      Namespace Name Mixin selector
      named getGeneratorOptions Lnet/minecraft/world/SaveProperties;getGeneratorOptions()Lnet/minecraft/world/gen/GeneratorOptions;
      intermediary method_28057 Lnet/minecraft/class_5219;method_28057()Lnet/minecraft/class_5285;
      official F Lfem;F()Lels;
    • isFlatWorld

      boolean isFlatWorld()
      Mappings:
      Namespace Name Mixin selector
      named isFlatWorld Lnet/minecraft/world/SaveProperties;isFlatWorld()Z
      intermediary method_45555 Lnet/minecraft/class_5219;method_45555()Z
      official G Lfem;G()Z
    • isDebugWorld

      boolean isDebugWorld()
      Mappings:
      Namespace Name Mixin selector
      named isDebugWorld Lnet/minecraft/world/SaveProperties;isDebugWorld()Z
      intermediary method_45556 Lnet/minecraft/class_5219;method_45556()Z
      official H Lfem;H()Z
    • getLifecycle

      com.mojang.serialization.Lifecycle getLifecycle()
      Mappings:
      Namespace Name Mixin selector
      named getLifecycle Lnet/minecraft/world/SaveProperties;getLifecycle()Lcom/mojang/serialization/Lifecycle;
      intermediary method_29588 Lnet/minecraft/class_5219;method_29588()Lcom/mojang/serialization/Lifecycle;
      official I Lfem;I()Lcom/mojang/serialization/Lifecycle;
    • getEnabledFeatures

      default FeatureSet getEnabledFeatures()
      Mappings:
      Namespace Name Mixin selector
      named getEnabledFeatures Lnet/minecraft/world/SaveProperties;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
      intermediary method_45560 Lnet/minecraft/class_5219;method_45560()Lnet/minecraft/class_7699;
      official R Lfem;R()Lcxp;
    • method_70220

      void method_70220(class_11109 class_11109)
      Mappings:
      Namespace Name Mixin selector
      named method_70220 Lnet/minecraft/world/SaveProperties;method_70220(Lnet/minecraft/class_11109;)V
      intermediary method_70220 Lnet/minecraft/class_5219;method_70220(Lnet/minecraft/class_11109;)V
      official a Lfem;a(Lfca;)V
    • method_70223

      boolean method_70223(class_11109 class_11109)
      Mappings:
      Namespace Name Mixin selector
      named method_70223 Lnet/minecraft/world/SaveProperties;method_70223(Lnet/minecraft/class_11109;)Z
      intermediary method_70223 Lnet/minecraft/class_5219;method_70223(Lnet/minecraft/class_11109;)Z
      official b Lfem;b(Lfca;)Z
    • method_70231

      Mappings:
      Namespace Name Mixin selector
      named method_70231 Lnet/minecraft/world/SaveProperties;method_70231()Ljava/util/Optional;
      intermediary method_70231 Lnet/minecraft/class_5219;method_70231()Ljava/util/Optional;
      official D Lfem;D()Ljava/util/Optional;
    • method_70234

      void method_70234(RegistryEntry<DimensionType> registryEntry)
      Mappings:
      Namespace Name Mixin selector
      named method_70234 Lnet/minecraft/world/SaveProperties;method_70234(Lnet/minecraft/registry/entry/RegistryEntry;)V
      intermediary method_70234 Lnet/minecraft/class_5219;method_70234(Lnet/minecraft/class_6880;)V
      official a Lfem;a(Ljh;)V
    • method_70230

      Iterable<class_11109> method_70230()
      Mappings:
      Namespace Name Mixin selector
      named method_70230 Lnet/minecraft/world/SaveProperties;method_70230()Ljava/lang/Iterable;
      intermediary method_70230 Lnet/minecraft/class_5219;method_70230()Ljava/lang/Iterable;
      official C Lfem;C()Ljava/lang/Iterable;
    • method_70219

      boolean method_70219(class_11105 class_11105)
      Mappings:
      Namespace Name Mixin selector
      named method_70219 Lnet/minecraft/world/SaveProperties;method_70219(Lnet/minecraft/class_11105;)Z
      intermediary method_70219 Lnet/minecraft/class_5219;method_70219(Lnet/minecraft/class_11105;)Z
      official a Lfem;a(Lfbx;)Z
    • method_70222

      void method_70222(class_11105 class_11105)
      Mappings:
      Namespace Name Mixin selector
      named method_70222 Lnet/minecraft/world/SaveProperties;method_70222(Lnet/minecraft/class_11105;)V
      intermediary method_70222 Lnet/minecraft/class_5219;method_70222(Lnet/minecraft/class_11105;)V
      official b Lfem;b(Lfbx;)V
    • method_70221

      void method_70221(Optional<class_11105> optional, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      named method_70221 Lnet/minecraft/world/SaveProperties;method_70221(Ljava/util/Optional;Z)V
      intermediary method_70221 Lnet/minecraft/class_5219;method_70221(Ljava/util/Optional;Z)V
      official a Lfem;a(Ljava/util/Optional;Z)V
    • method_70218

      Optional<class_11105> method_70218(Random random)
      Mappings:
      Namespace Name Mixin selector
      named method_70218 Lnet/minecraft/world/SaveProperties;method_70218(Lnet/minecraft/util/math/random/Random;)Ljava/util/Optional;
      intermediary method_70218 Lnet/minecraft/class_5219;method_70218(Lnet/minecraft/class_5819;)Ljava/util/Optional;
      official a Lfem;a(Lbbg;)Ljava/util/Optional;
    • method_70227

      int method_70227()
      Mappings:
      Namespace Name Mixin selector
      named method_70227 Lnet/minecraft/world/SaveProperties;method_70227()I
      intermediary method_70227 Lnet/minecraft/class_5219;method_70227()I
      official u Lfem;u()I
    • method_70228

      int method_70228()
      Mappings:
      Namespace Name Mixin selector
      named method_70228 Lnet/minecraft/world/SaveProperties;method_70228()I
      intermediary method_70228 Lnet/minecraft/class_5219;method_70228()I
      official v Lfem;v()I
    • method_70224

      void method_70224(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_70224 Lnet/minecraft/world/SaveProperties;method_70224(I)V
      intermediary method_70224 Lnet/minecraft/class_5219;method_70224(I)V
      official d Lfem;d(I)V
    • method_70232

      Map<RegistryKey<World>,class_11101> method_70232()
      Mappings:
      Namespace Name Mixin selector
      named method_70232 Lnet/minecraft/world/SaveProperties;method_70232()Ljava/util/Map;
      intermediary method_70232 Lnet/minecraft/class_5219;method_70232()Ljava/util/Map;
      official E Lfem;E()Ljava/util/Map;