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 - dzf- intermediary - net/minecraft/class_5269- named - net/minecraft/world/MutableWorldProperties
- 
Method SummaryModifier 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.WorldPropertiesgetDifficulty, getGameRules, getSpawnAngle, getSpawnX, getSpawnY, getSpawnZ, getTime, getTimeOfDay, isDifficultyLocked, isHardcore, isRaining, isThundering, populateCrashReport, setRaining
- 
Method Details- 
setSpawnXvoid setSpawnX(int spawnX) - Mappings:
- Namespace - Name - Mixin selector - official - b- Ldzf;b(I)V- intermediary - method_27416- Lnet/minecraft/class_5269;method_27416(I)V- named - setSpawnX- Lnet/minecraft/world/MutableWorldProperties;setSpawnX(I)V
 
- 
setSpawnYvoid setSpawnY(int spawnY) - Mappings:
- Namespace - Name - Mixin selector - official - c- Ldzf;c(I)V- intermediary - method_27417- Lnet/minecraft/class_5269;method_27417(I)V- named - setSpawnY- Lnet/minecraft/world/MutableWorldProperties;setSpawnY(I)V
 
- 
setSpawnZvoid setSpawnZ(int spawnZ) - Mappings:
- Namespace - Name - Mixin selector - official - d- Ldzf;d(I)V- intermediary - method_27419- Lnet/minecraft/class_5269;method_27419(I)V- named - setSpawnZ- Lnet/minecraft/world/MutableWorldProperties;setSpawnZ(I)V
 
- 
setSpawnAnglevoid setSpawnAngle(float spawnAngle) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzf;a(F)V- intermediary - method_30657- Lnet/minecraft/class_5269;method_30657(F)V- named - setSpawnAngle- Lnet/minecraft/world/MutableWorldProperties;setSpawnAngle(F)V
 
- 
setSpawnPos- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzf;a(Lgu;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
 
 
-