Uses of Record Class
net.minecraft.client.render.WeatherRendering.Piece
Packages that use WeatherRendering.Piece
Package
Description
The base package for all Minecraft classes.
-
Uses of WeatherRendering.Piece in net.minecraft
Fields in net.minecraft with type parameters of type WeatherRendering.PieceModifier and TypeFieldDescriptionfinal List<WeatherRendering.Piece> class_12077.field_63101final List<WeatherRendering.Piece> class_12077.field_63102 -
Uses of WeatherRendering.Piece in net.minecraft.client.render
Methods in net.minecraft.client.render that return WeatherRendering.PieceModifier and TypeMethodDescriptionprivate WeatherRendering.PieceWeatherRendering.createRainPiece(Random random, int ticks, int x, int yMin, int yMax, int z, int light, float tickProgress) private WeatherRendering.PieceWeatherRendering.createSnowPiece(Random random, int ticks, int x, int yMin, int yMax, int z, int light, float tickProgress) Method parameters in net.minecraft.client.render with type arguments of type WeatherRendering.PieceModifier and TypeMethodDescriptionprivate voidWeatherRendering.renderPieces(VertexConsumer vertexConsumer, List<WeatherRendering.Piece> pieces, Vec3d pos, float intensity, int range, float gradient)