Uses of Enum Class
net.minecraft.class_12131
Packages that use class_12131
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12131 in net.minecraft
Methods in net.minecraft that return class_12131Modifier and TypeMethodDescriptionstatic class_12131Returns the enum constant of this class with the specified name.static class_12131[]class_12131.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_12131 in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type class_12131Modifier and TypeMethodDescriptionvoidSkyRendering.renderCelestialBodies(MatrixStack matrices, float float2, class_12131 class_12131, float float3, float float4) private voidSkyRendering.renderMoon(class_12131 class_12131, float alpha, MatrixStack matrixStack) -
Uses of class_12131 in net.minecraft.client.render.state
Fields in net.minecraft.client.render.state declared as class_12131 -
Uses of class_12131 in net.minecraft.world
Methods in net.minecraft.world that return class_12131Modifier and TypeMethodDescriptiondefault class_12131LunarWorldView.getMoonPhase()Gets the moon phase index of Minecraft's moon. -
Uses of class_12131 in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as class_12131Methods in net.minecraft.world.dimension that return class_12131Modifier and TypeMethodDescriptionDimensionType.getMoonPhase(long time) Gets the moon phase index of Minecraft's moon.