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
public interface LunarWorldView extends WorldView
- Mappings:
Namespace Name official bucintermediary net/minecraft/class_5424named net/minecraft/world/LunarWorldView
-
Method Summary
Modifier and Type Method Description longgetLunarTime()default intgetMoonPhase()Gets the moon phase index of Minecraft's moon.default floatgetMoonSize()Gets the current size of the moon in the world.default floatgetSkyAngle(float tickDelta)Methods inherited from interface net.minecraft.world.biome.source.BiomeAccess.Storage
method_31609Methods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getBrightness, getLightingProvider, getLightLevel, isSkyVisibleMethods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getBlockState, getDismountHeight, getDismountHeight, getFluidState, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.CollisionView
canPlace, getBlockCollisions, getBlockCollisions, getCollisions, getEntityCollisions, getWorldBorder, intersectsEntities, intersectsEntities, isBlockSpaceEmpty, isSpaceEmpty, isSpaceEmpty, isSpaceEmpty, isSpaceEmpty, method_33594Methods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoordMethods inherited from interface net.minecraft.world.WorldView
containsFluid, getAmbientDarkness, getBiome, getBiomeAccess, getBiomeForNoiseGen, getBottomY, getBrightness, getChunk, getChunk, getChunk, getChunk, getChunkAsView, getColor, getDimension, getGeneratorStoredBiome, getHeight, getLightLevel, getLightLevel, getSeaLevel, getStrongRedstonePower, getTopPosition, getTopY, isAir, isChunkLoaded, isChunkLoaded, isClient, isRegionLoaded, isRegionLoaded, isSkyVisibleAllowingSea, isWater, method_29556, method_33597, method_33598
-
Method Details
-
getLunarTime
long getLunarTime()- Mappings:
Namespace Name Mixin selector official aeLbuc;ae()Jintermediary method_30271Lnet/minecraft/class_5424;method_30271()Jnamed getLunarTimeLnet/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.0Fto1.0F - Mappings:
Namespace Name Mixin selector official akLbuc;ak()Fintermediary method_30272Lnet/minecraft/class_5424;method_30272()Fnamed getMoonSizeLnet/minecraft/world/LunarWorldView;getMoonSize()F
-
getSkyAngle
default float getSkyAngle(float tickDelta)- Mappings:
Namespace Name Mixin selector official fLbuc;f(F)Fintermediary method_30274Lnet/minecraft/class_5424;method_30274(F)Fnamed getSkyAngleLnet/minecraft/world/LunarWorldView;getSkyAngle(F)F
-
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 alLbuc;al()Iintermediary method_30273Lnet/minecraft/class_5424;method_30273()Inamed getMoonPhaseLnet/minecraft/world/LunarWorldView;getMoonPhase()I
-