Package net.minecraft.world
Interface LunarWorldView
- All Superinterfaces:
BiomeAccess.Storage
,BlockRenderView
,BlockView
,CollisionView
,HeightLimitView
,WorldView
- All Known Subinterfaces:
ServerWorldAccess
,StructureWorldAccess
,WorldAccess
- All Known Implementing Classes:
ChunkRegion
,ClientWorld
,ServerWorld
,World
- Mappings:
Namespace Name official ckd
intermediary net/minecraft/class_5424
named net/minecraft/world/LunarWorldView
-
Method Summary
Modifier and TypeMethodDescriptionlong
default int
Gets the moon phase index of Minecraft's moon.default float
Gets the current size of the moon in the world.default float
getSkyAngle
(float tickDelta) Methods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getBrightness, getLightingProvider, getLightLevel, isSkyVisible
Methods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getBlockEntity, getBlockState, getDismountHeight, getDismountHeight, getFluidState, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlock
Methods inherited from interface net.minecraft.world.CollisionView
canCollide, canPlace, doesNotIntersectEntities, doesNotIntersectEntities, findClosestCollision, getBlockCollisions, getCollisions, getEntityCollisions, getWorldBorder, isSpaceEmpty, isSpaceEmpty, isSpaceEmpty
Methods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
Methods inherited from interface net.minecraft.world.WorldView
containsFluid, createCommandRegistryWrapper, getAmbientDarkness, getBiome, getBiomeAccess, getBiomeForNoiseGen, getBottomY, getBrightness, getChunk, getChunk, getChunk, getChunk, getChunkAsView, getColor, getDimension, getEnabledFeatures, getGeneratorStoredBiome, getHeight, getLightLevel, getLightLevel, getPhototaxisFavor, getRegistryManager, getSeaLevel, getStatesInBoxIfLoaded, getStrongRedstonePower, getTopPosition, getTopY, isAir, isChunkLoaded, isChunkLoaded, isClient, isPosLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isSkyVisibleAllowingSea, isWater
-
Method Details
-
getLunarTime
long getLunarTime()- Mappings:
Namespace Name Mixin selector official ag
Lckd;ag()J
intermediary method_30271
Lnet/minecraft/class_5424;method_30271()J
named getLunarTime
Lnet/minecraft/world/LunarWorldView;getLunarTime()J
-
getMoonSize
default float getMoonSize()Gets the current size of the moon in the world.- Returns:
- the size of the moon on a scale of
0.0F
to1.0F
- Mappings:
Namespace Name Mixin selector official am
Lckd;am()F
intermediary method_30272
Lnet/minecraft/class_5424;method_30272()F
named getMoonSize
Lnet/minecraft/world/LunarWorldView;getMoonSize()F
-
getSkyAngle
default float getSkyAngle(float tickDelta) - Mappings:
Namespace Name Mixin selector official f
Lckd;f(F)F
intermediary method_30274
Lnet/minecraft/class_5424;method_30274(F)F
named getSkyAngle
Lnet/minecraft/world/LunarWorldView;getSkyAngle(F)F
-
getMoonPhase
default int getMoonPhase()Gets the moon phase index of Minecraft's moon.This is typically used to determine the size of the moon that should be rendered.
- Mappings:
Namespace Name Mixin selector official an
Lckd;an()I
intermediary method_30273
Lnet/minecraft/class_5424;method_30273()I
named getMoonPhase
Lnet/minecraft/world/LunarWorldView;getMoonPhase()I
-