Package net.minecraft.world
Interface IDayTimeReader
- All Superinterfaces:
- BiomeManager.IBiomeReader,- IBlockDisplayReader,- IBlockReader,- ICollisionReader,- IWorldReader
- All Known Subinterfaces:
- ISeedReader,- IServerWorld,- IWorld
- All Known Implementing Classes:
- ClientWorld,- ServerWorld,- World,- WorldGenRegion
- 
Method SummaryModifier and TypeMethodDescriptionlongdayTime()default floatdefault intdefault floatgetTimeOfDay(float p_242415_1_) Methods inherited from interface net.minecraft.world.IBlockDisplayReadercanSeeSky, getBrightness, getLightEngine, getRawBrightness, getShadeMethods inherited from interface net.minecraft.world.IBlockReaderclip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockState, getBlockStates, getFluidState, getLightEmission, getMaxBuildHeight, getMaxLightLevelMethods inherited from interface net.minecraft.world.ICollisionReadergetBlockCollisions, getBlockCollisions, getCollisions, getEntityCollisions, getWorldBorder, isUnobstructed, isUnobstructed, isUnobstructed, noBlockCollision, noCollision, noCollision, noCollision, noCollisionMethods inherited from interface net.minecraft.world.IWorldReadercanSeeSkyFromBelowWater, containsAnyLiquid, dimensionType, getBiome, getBiomeManager, getBlockStatesIfLoaded, getBlockTint, getBrightness, getChunk, getChunk, getChunk, getChunk, getChunkForCollisions, getDirectSignal, getHeight, getHeightmapPos, getMaxLocalRawBrightness, getMaxLocalRawBrightness, getNoiseBiome, getSeaLevel, getSkyDarken, getUncachedNoiseBiome, hasChunk, hasChunkAt, hasChunksAt, hasChunksAt, isAreaLoaded, isClientSide, isEmptyBlock, isWaterAt
- 
Method Details- 
dayTimelong dayTime()
- 
getMoonBrightnessdefault float getMoonBrightness()
- 
getTimeOfDaydefault float getTimeOfDay(float p_242415_1_) 
- 
getMoonPhasedefault int getMoonPhase()
 
-