Interface MutableWorldProperties

All Superinterfaces:
WorldProperties
All Known Subinterfaces:
ServerWorldProperties
All Known Implementing Classes:
ClientWorld.Properties, LevelProperties, UnmodifiableLevelProperties

public interface MutableWorldProperties
extends WorldProperties
Mappings:
Namespace Name
official dec
intermediary net/minecraft/class_5269
named net/minecraft/world/MutableWorldProperties
  • Method Details

    • setSpawnX

      void setSpawnX​(int spawnX)
      Mappings:
      Namespace Name Mixin selector
      official b Ldec;b(I)V
      intermediary method_27416 Lnet/minecraft/class_5269;method_27416(I)V
      named setSpawnX Lnet/minecraft/world/MutableWorldProperties;setSpawnX(I)V
    • setSpawnY

      void setSpawnY​(int spawnY)
      Mappings:
      Namespace Name Mixin selector
      official c Ldec;c(I)V
      intermediary method_27417 Lnet/minecraft/class_5269;method_27417(I)V
      named setSpawnY Lnet/minecraft/world/MutableWorldProperties;setSpawnY(I)V
    • setSpawnZ

      void setSpawnZ​(int spawnZ)
      Mappings:
      Namespace Name Mixin selector
      official d Ldec;d(I)V
      intermediary method_27419 Lnet/minecraft/class_5269;method_27419(I)V
      named setSpawnZ Lnet/minecraft/world/MutableWorldProperties;setSpawnZ(I)V
    • setSpawnAngle

      void setSpawnAngle​(float angle)
      Mappings:
      Namespace Name Mixin selector
      official a Ldec;a(F)V
      intermediary method_30657 Lnet/minecraft/class_5269;method_30657(F)V
      named setSpawnAngle Lnet/minecraft/world/MutableWorldProperties;setSpawnAngle(F)V
    • setSpawnPos

      default void setSpawnPos​(BlockPos pos, float angle)
      Mappings:
      Namespace Name Mixin selector
      official a Ldec;a(Lfx;F)V
      intermediary method_187 Lnet/minecraft/class_5269;method_187(Lnet/minecraft/class_2338;F)V
      named setSpawnPos Lnet/minecraft/world/MutableWorldProperties;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V