Package net.minecraft.client.world
Class ClientWorld.Properties
java.lang.Object
net.minecraft.client.world.ClientWorld.Properties
- All Implemented Interfaces:
- MutableWorldProperties,- WorldProperties
- Enclosing class:
- ClientWorld
@Environment(CLIENT)
public static class ClientWorld.Properties
extends Object
implements MutableWorldProperties
- Mappings:
- Namespace - Name - named - net/minecraft/client/world/ClientWorld$Properties- intermediary - net/minecraft/class_638$class_5271- official - gga$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Difficultyprivate booleanprivate final booleanprivate final booleanprivate booleanprivate floatprivate BlockPosprivate longprivate long
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatdoublefloatlonggetTime()longbooleanbooleanbooleanbooleanvoidpopulateCrashReport(CrashReportSection reportSection, HeightLimitView world) voidsetDifficulty(Difficulty difficulty) voidsetDifficultyLocked(boolean difficultyLocked) voidsetRaining(boolean raining) voidsetSpawnPos(BlockPos pos, float angle) voidsetTime(long time) voidsetTimeOfDay(long timeOfDay) 
- 
Field Details- 
hardcoreprivate final boolean hardcore- Mappings:
- Namespace - Name - Mixin selector - named - hardcore- Lnet/minecraft/client/world/ClientWorld$Properties;hardcore:Z- intermediary - field_24433- Lnet/minecraft/class_638$class_5271;field_24433:Z- official - a- Lgga$a;a:Z
 
- 
flatWorldprivate final boolean flatWorld- Mappings:
- Namespace - Name - Mixin selector - named - flatWorld- Lnet/minecraft/client/world/ClientWorld$Properties;flatWorld:Z- intermediary - field_24607- Lnet/minecraft/class_638$class_5271;field_24607:Z- official - b- Lgga$a;b:Z
 
- 
spawnPos- Mappings:
- Namespace - Name - Mixin selector - named - spawnPos- Lnet/minecraft/client/world/ClientWorld$Properties;spawnPos:Lnet/minecraft/util/math/BlockPos;- intermediary - field_48402- Lnet/minecraft/class_638$class_5271;field_48402:Lnet/minecraft/class_2338;- official - c- Lgga$a;c:Lji;
 
- 
spawnAngleprivate float spawnAngle- Mappings:
- Namespace - Name - Mixin selector - named - spawnAngle- Lnet/minecraft/client/world/ClientWorld$Properties;spawnAngle:F- intermediary - field_26372- Lnet/minecraft/class_638$class_5271;field_26372:F- official - d- Lgga$a;d:F
 
- 
timeprivate long time- Mappings:
- Namespace - Name - Mixin selector - named - time- Lnet/minecraft/client/world/ClientWorld$Properties;time:J- intermediary - field_24438- Lnet/minecraft/class_638$class_5271;field_24438:J- official - e- Lgga$a;e:J
 
- 
timeOfDayprivate long timeOfDay- Mappings:
- Namespace - Name - Mixin selector - named - timeOfDay- Lnet/minecraft/client/world/ClientWorld$Properties;timeOfDay:J- intermediary - field_24439- Lnet/minecraft/class_638$class_5271;field_24439:J- official - f- Lgga$a;f:J
 
- 
rainingprivate boolean raining- Mappings:
- Namespace - Name - Mixin selector - named - raining- Lnet/minecraft/client/world/ClientWorld$Properties;raining:Z- intermediary - field_24440- Lnet/minecraft/class_638$class_5271;field_24440:Z- official - g- Lgga$a;g:Z
 
- 
difficulty- Mappings:
- Namespace - Name - Mixin selector - named - difficulty- Lnet/minecraft/client/world/ClientWorld$Properties;difficulty:Lnet/minecraft/world/Difficulty;- intermediary - field_24441- Lnet/minecraft/class_638$class_5271;field_24441:Lnet/minecraft/class_1267;- official - h- Lgga$a;h:Lbsi;
 
- 
difficultyLockedprivate boolean difficultyLocked- Mappings:
- Namespace - Name - Mixin selector - named - difficultyLocked- Lnet/minecraft/client/world/ClientWorld$Properties;difficultyLocked:Z- intermediary - field_24442- Lnet/minecraft/class_638$class_5271;field_24442:Z- official - i- Lgga$a;i:Z
 
 
- 
- 
Constructor Details- 
Properties- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/world/ClientWorld$Properties;<init>(Lnet/minecraft/world/Difficulty;ZZ)V- intermediary - <init>- Lnet/minecraft/class_638$class_5271;<init>(Lnet/minecraft/class_1267;ZZ)V- official - <init>- Lgga$a;<init>(Lbsi;ZZ)V
 
 
- 
- 
Method Details- 
getSpawnPos- Specified by:
- getSpawnPosin interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - getSpawnPos- Lnet/minecraft/world/WorldProperties;getSpawnPos()Lnet/minecraft/util/math/BlockPos;- intermediary - method_56126- Lnet/minecraft/class_5217;method_56126()Lnet/minecraft/class_2338;- official - a- Levc;a()Lji;
 
- 
getSpawnAnglepublic float getSpawnAngle()- Specified by:
- getSpawnAnglein interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - getSpawnAngle- Lnet/minecraft/world/WorldProperties;getSpawnAngle()F- intermediary - method_30656- Lnet/minecraft/class_5217;method_30656()F- official - b- Levc;b()F
 
- 
getTimepublic long getTime()- Specified by:
- getTimein interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - getTime- Lnet/minecraft/world/WorldProperties;getTime()J- intermediary - method_188- Lnet/minecraft/class_5217;method_188()J- official - c- Levc;c()J
 
- 
getTimeOfDaypublic long getTimeOfDay()- Specified by:
- getTimeOfDayin interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - getTimeOfDay- Lnet/minecraft/world/WorldProperties;getTimeOfDay()J- intermediary - method_217- Lnet/minecraft/class_5217;method_217()J- official - d- Levc;d()J
 
- 
setTimepublic void setTime(long time) - Mappings:
- Namespace - Name - Mixin selector - named - setTime- Lnet/minecraft/client/world/ClientWorld$Properties;setTime(J)V- intermediary - method_177- Lnet/minecraft/class_638$class_5271;method_177(J)V- official - a- Lgga$a;a(J)V
 
- 
setTimeOfDaypublic void setTimeOfDay(long timeOfDay) - Mappings:
- Namespace - Name - Mixin selector - named - setTimeOfDay- Lnet/minecraft/client/world/ClientWorld$Properties;setTimeOfDay(J)V- intermediary - method_165- Lnet/minecraft/class_638$class_5271;method_165(J)V- official - b- Lgga$a;b(J)V
 
- 
setSpawnPos- Specified by:
- setSpawnPosin interface- MutableWorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - setSpawnPos- Lnet/minecraft/world/MutableWorldProperties;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V- intermediary - method_187- Lnet/minecraft/class_5269;method_187(Lnet/minecraft/class_2338;F)V- official - a- Levn;a(Lji;F)V
 
- 
isThunderingpublic boolean isThundering()- Specified by:
- isThunderingin interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - isThundering- Lnet/minecraft/world/WorldProperties;isThundering()Z- intermediary - method_203- Lnet/minecraft/class_5217;method_203()Z- official - g- Levc;g()Z
 
- 
isRainingpublic boolean isRaining()- Specified by:
- isRainingin interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - isRaining- Lnet/minecraft/world/WorldProperties;isRaining()Z- intermediary - method_156- Lnet/minecraft/class_5217;method_156()Z- official - i- Levc;i()Z
 
- 
setRainingpublic void setRaining(boolean raining) - Specified by:
- setRainingin interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - setRaining- Lnet/minecraft/world/WorldProperties;setRaining(Z)V- intermediary - method_157- Lnet/minecraft/class_5217;method_157(Z)V- official - b- Levc;b(Z)V
 
- 
isHardcorepublic boolean isHardcore()- Specified by:
- isHardcorein interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - isHardcore- Lnet/minecraft/world/WorldProperties;isHardcore()Z- intermediary - method_152- Lnet/minecraft/class_5217;method_152()Z- official - l- Levc;l()Z
 
- 
getDifficulty- Specified by:
- getDifficultyin interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - getDifficulty- Lnet/minecraft/world/WorldProperties;getDifficulty()Lnet/minecraft/world/Difficulty;- intermediary - method_207- Lnet/minecraft/class_5217;method_207()Lnet/minecraft/class_1267;- official - q- Levc;q()Lbsi;
 
- 
isDifficultyLockedpublic boolean isDifficultyLocked()- Specified by:
- isDifficultyLockedin interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - isDifficultyLocked- Lnet/minecraft/world/WorldProperties;isDifficultyLocked()Z- intermediary - method_197- Lnet/minecraft/class_5217;method_197()Z- official - r- Levc;r()Z
 
- 
populateCrashReport- Specified by:
- populateCrashReportin interface- WorldProperties
- Mappings:
- Namespace - Name - Mixin selector - named - populateCrashReport- Lnet/minecraft/world/WorldProperties;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;)V- intermediary - method_151- Lnet/minecraft/class_5217;method_151(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;)V- official - a- Levc;a(Lp;Ldgl;)V
 
- 
setDifficulty- Mappings:
- Namespace - Name - Mixin selector - named - setDifficulty- Lnet/minecraft/client/world/ClientWorld$Properties;setDifficulty(Lnet/minecraft/world/Difficulty;)V- intermediary - method_27875- Lnet/minecraft/class_638$class_5271;method_27875(Lnet/minecraft/class_1267;)V- official - a- Lgga$a;a(Lbsi;)V
 
- 
setDifficultyLockedpublic void setDifficultyLocked(boolean difficultyLocked) - Mappings:
- Namespace - Name - Mixin selector - named - setDifficultyLocked- Lnet/minecraft/client/world/ClientWorld$Properties;setDifficultyLocked(Z)V- intermediary - method_27876- Lnet/minecraft/class_638$class_5271;method_27876(Z)V- official - a- Lgga$a;a(Z)V
 
- 
getSkyDarknessHeight- Mappings:
- Namespace - Name - Mixin selector - named - getSkyDarknessHeight- Lnet/minecraft/client/world/ClientWorld$Properties;getSkyDarknessHeight(Lnet/minecraft/world/HeightLimitView;)D- intermediary - method_28105- Lnet/minecraft/class_638$class_5271;method_28105(Lnet/minecraft/class_5539;)D- official - a- Lgga$a;a(Ldgl;)D
 
- 
getHorizonShadingRatiopublic float getHorizonShadingRatio()- Mappings:
- Namespace - Name - Mixin selector - named - getHorizonShadingRatio- Lnet/minecraft/client/world/ClientWorld$Properties;getHorizonShadingRatio()F- intermediary - method_28106- Lnet/minecraft/class_638$class_5271;method_28106()F- official - e- Lgga$a;e()F
 
 
-