Package net.minecraft.world
Interface MutableWorldProperties
- All Superinterfaces:
WorldProperties
- All Known Subinterfaces:
ServerWorldProperties
- All Known Implementing Classes:
ClientWorld.Properties,LevelProperties,UnmodifiableLevelProperties
- Mappings:
Namespace Name official eceintermediary net/minecraft/class_5269named 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 official bLece;b(I)Vintermediary method_27416Lnet/minecraft/class_5269;method_27416(I)Vnamed setSpawnXLnet/minecraft/world/MutableWorldProperties;setSpawnX(I)V
-
setSpawnY
void setSpawnY(int spawnY) - Mappings:
Namespace Name Mixin selector official cLece;c(I)Vintermediary method_27417Lnet/minecraft/class_5269;method_27417(I)Vnamed setSpawnYLnet/minecraft/world/MutableWorldProperties;setSpawnY(I)V
-
setSpawnZ
void setSpawnZ(int spawnZ) - Mappings:
Namespace Name Mixin selector official dLece;d(I)Vintermediary method_27419Lnet/minecraft/class_5269;method_27419(I)Vnamed setSpawnZLnet/minecraft/world/MutableWorldProperties;setSpawnZ(I)V
-
setSpawnAngle
void setSpawnAngle(float spawnAngle) - Mappings:
Namespace Name Mixin selector official aLece;a(F)Vintermediary method_30657Lnet/minecraft/class_5269;method_30657(F)Vnamed setSpawnAngleLnet/minecraft/world/MutableWorldProperties;setSpawnAngle(F)V
-
setSpawnPos
- Mappings:
Namespace Name Mixin selector official aLece;a(Lgu;F)Vintermediary method_187Lnet/minecraft/class_5269;method_187(Lnet/minecraft/class_2338;F)Vnamed setSpawnPosLnet/minecraft/world/MutableWorldProperties;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V
-