Uses of Enum Class
net.minecraft.world.level.MoonPhase
Packages that use MoonPhase
Package
Description
-
Uses of MoonPhase in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type MoonPhaseModifier and TypeMethodDescriptionprivate voidSkyRenderer.renderMoon(MoonPhase moonPhase, float rainBrightness, PoseStack poseStack) voidSkyRenderer.renderSunMoonAndStars(PoseStack poseStack, float sunAngle, float moonAngle, float starAngle, MoonPhase moonPhase, float rainBrightness, float starBrightness) -
Uses of MoonPhase in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state declared as MoonPhase -
Uses of MoonPhase in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type MoonPhaseModifier and TypeFieldDescriptionstatic final AttributeType<MoonPhase> AttributeTypes.MOON_PHASEstatic final EnvironmentAttribute<MoonPhase> EnvironmentAttributes.MOON_PHASE -
Uses of MoonPhase in net.minecraft.world.level
Subclasses with type arguments of type MoonPhase in net.minecraft.world.levelFields in net.minecraft.world.level with type parameters of type MoonPhaseModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MoonPhase> MoonPhase.CODECMethods in net.minecraft.world.level that return MoonPhase