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 partialTick) WeatherEffectRenderer.createSnowColumnInstance(RandomSource random, int ticks, int x, int bottomY, int topY, int z, int lightCoords, float partialTick) Method parameters in net.minecraft.client.renderer with type arguments of type WeatherEffectRenderer.ColumnInstanceModifier and TypeMethodDescriptionprivate voidWeatherEffectRenderer.renderInstances(VertexConsumer buffer, List<WeatherEffectRenderer.ColumnInstance> columnInstances, Vec3 cameraPosition, float amount, int radius, float rainLevel) -
Uses of WeatherEffectRenderer.ColumnInstance in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state with type parameters of type WeatherEffectRenderer.ColumnInstance