Uses of Record Class
net.minecraft.client.render.WeatherRendering.Piece
Packages that use WeatherRendering.Piece
-
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 float2) private WeatherRendering.PieceWeatherRendering.createSnowPiece(Random random, int ticks, int x, int yMin, int yMax, int z, int light, float float2) Method parameters in net.minecraft.client.render with type arguments of type WeatherRendering.PieceModifier and TypeMethodDescriptionprivate voidWeatherRendering.method_62315(World world, int ticks, float float2, Vec3d pos, int int2, List<WeatherRendering.Piece> rainOut, List<WeatherRendering.Piece> snowOut) private voidWeatherRendering.method_62318(Tessellator tessellator, List<WeatherRendering.Piece> pieces, Vec3d pos, float float2, int int2, float float3) private voidWeatherRendering.method_62320(LightmapTextureManager lightmapTextureManager, Vec3d vec3d, int int2, float float2, List<WeatherRendering.Piece> list, List<WeatherRendering.Piece> list2)