Package net.minecraft.world
Interface MutableWorldProperties
- All Superinterfaces:
WorldProperties
- All Known Subinterfaces:
ServerWorldProperties
- All Known Implementing Classes:
ClientWorld.Properties,LevelProperties,UnmodifiableLevelProperties
- Mappings:
Namespace Name intermediary net/minecraft/class_5269official dzcnamed net/minecraft/world/MutableWorldProperties
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSpawnAngle(float spawnAngle) default voidsetSpawnPos(BlockPos pos, float angle) voidsetSpawnX(int spawnX) voidsetSpawnY(int spawnY) voidsetSpawnZ(int spawnZ) Methods inherited from interface net.minecraft.world.WorldProperties
getDifficulty, getGameRules, getSpawnAngle, getSpawnX, getSpawnY, getSpawnZ, getTime, getTimeOfDay, isDifficultyLocked, isHardcore, isRaining, isThundering, populateCrashReport, setRaining
-
Method Details
-
setSpawnX
void setSpawnX(int spawnX) - Mappings:
Namespace Name Mixin selector intermediary method_27416Lnet/minecraft/class_5269;method_27416(I)Vofficial bLdzc;b(I)Vnamed setSpawnXLnet/minecraft/world/MutableWorldProperties;setSpawnX(I)V
-
setSpawnY
void setSpawnY(int spawnY) - Mappings:
Namespace Name Mixin selector intermediary method_27417Lnet/minecraft/class_5269;method_27417(I)Vofficial cLdzc;c(I)Vnamed setSpawnYLnet/minecraft/world/MutableWorldProperties;setSpawnY(I)V
-
setSpawnZ
void setSpawnZ(int spawnZ) - Mappings:
Namespace Name Mixin selector intermediary method_27419Lnet/minecraft/class_5269;method_27419(I)Vofficial dLdzc;d(I)Vnamed setSpawnZLnet/minecraft/world/MutableWorldProperties;setSpawnZ(I)V
-
setSpawnAngle
void setSpawnAngle(float spawnAngle) - Mappings:
Namespace Name Mixin selector intermediary method_30657Lnet/minecraft/class_5269;method_30657(F)Vofficial aLdzc;a(F)Vnamed setSpawnAngleLnet/minecraft/world/MutableWorldProperties;setSpawnAngle(F)V
-
setSpawnPos
- Mappings:
Namespace Name Mixin selector intermediary method_187Lnet/minecraft/class_5269;method_187(Lnet/minecraft/class_2338;F)Vofficial aLdzc;a(Lgu;F)Vnamed setSpawnPosLnet/minecraft/world/MutableWorldProperties;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V
-