Interface LevelData
- All Known Subinterfaces:
 ServerLevelData,WritableLevelData
- All Known Implementing Classes:
 ClientLevel.ClientLevelData,DerivedLevelData,PrimaryLevelData
public interface LevelData
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidfillCrashReportCategory(CrashReportCategory p_164873_, LevelHeightAccessor p_164874_) longlongfloatintintintbooleanbooleanbooleanbooleanvoidsetRaining(boolean p_78171_)  
- 
Method Details
- 
getXSpawn
int getXSpawn() - 
getYSpawn
int getYSpawn() - 
getZSpawn
int getZSpawn() - 
getSpawnAngle
float getSpawnAngle() - 
getGameTime
long getGameTime() - 
getDayTime
long getDayTime() - 
isThundering
boolean isThundering() - 
isRaining
boolean isRaining() - 
setRaining
void setRaining(boolean p_78171_)  - 
isHardcore
boolean isHardcore() - 
getGameRules
GameRules getGameRules() - 
getDifficulty
Difficulty getDifficulty() - 
isDifficultyLocked
boolean isDifficultyLocked() - 
fillCrashReportCategory
 
 -