Uses of Enum Class
net.minecraft.world.MoonPhase
Packages that use MoonPhase
Package
Description
-
Uses of MoonPhase in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type MoonPhaseModifier and TypeMethodDescriptionvoidSkyRendering.renderCelestialBodies(MatrixStack matrices, float time, MoonPhase moonPhase, float sunAndMoonAlpha, float starBrightness) private voidSkyRendering.renderMoon(MoonPhase moonPhase, float alpha, MatrixStack matrices) -
Uses of MoonPhase in net.minecraft.client.render.state
Fields in net.minecraft.client.render.state declared as MoonPhase -
Uses of MoonPhase in net.minecraft.world
Methods in net.minecraft.world that return MoonPhaseModifier and TypeMethodDescriptiondefault MoonPhaseLunarWorldView.getMoonPhase()Gets the moon phase index of Minecraft's moon.static MoonPhaseReturns the enum constant of this class with the specified name.static MoonPhase[]MoonPhase.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MoonPhase in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as MoonPhaseMethods in net.minecraft.world.dimension that return MoonPhaseModifier and TypeMethodDescriptionDimensionType.getMoonPhase(long time) Gets the moon phase index of Minecraft's moon.