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 dyl
intermediary net/minecraft/class_5269
named net/minecraft/world/MutableWorldProperties
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSpawnAngle
(float spawnAngle) default void
setSpawnPos
(BlockPos pos, float angle) void
setSpawnX
(int spawnX) void
setSpawnY
(int spawnY) void
setSpawnZ
(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 b
Ldyl;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
Ldyl;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
Ldyl;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 spawnAngle) - Mappings:
Namespace Name Mixin selector official a
Ldyl;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
Ldyl;a(Lgt;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
-