Uses of Record Class
net.minecraft.client.renderer.WeatherEffectRenderer.ColumnInstance
Packages that use WeatherEffectRenderer.ColumnInstance
-
Uses of WeatherEffectRenderer.ColumnInstance in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return WeatherEffectRenderer.ColumnInstanceModifier and TypeMethodDescriptionWeatherEffectRenderer.createRainColumnInstance(RandomSource random, int ticks, int x, int bottomY, int topY, int z, int lightCoords, float partialTicks) WeatherEffectRenderer.createSnowColumnInstance(RandomSource random, int ticks, int x, int bottomY, int topY, int z, int lightCoords, float partialTicks) Method parameters in net.minecraft.client.renderer with type arguments of type WeatherEffectRenderer.ColumnInstanceModifier and TypeMethodDescriptionprivate voidWeatherEffectRenderer.renderInstances(VertexConsumer builder, List<WeatherEffectRenderer.ColumnInstance> columns, Vec3 cameraPos, float maxAlpha, int radius, float intensity) -
Uses of WeatherEffectRenderer.ColumnInstance in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state with type parameters of type WeatherEffectRenderer.ColumnInstance