Uses of Interface
net.minecraftforge.client.IWeatherParticleRenderHandler
-
Packages that use IWeatherParticleRenderHandler Package Description net.minecraft.client.world -
-
Uses of IWeatherParticleRenderHandler in net.minecraft.client.world
Fields in net.minecraft.client.world declared as IWeatherParticleRenderHandler Modifier and Type Field Description private IWeatherParticleRenderHandler
DimensionRenderInfo. weatherParticleRenderHandler
Methods in net.minecraft.client.world that return IWeatherParticleRenderHandler Modifier and Type Method Description IWeatherParticleRenderHandler
DimensionRenderInfo. getWeatherParticleRenderHandler()
Methods in net.minecraft.client.world with parameters of type IWeatherParticleRenderHandler Modifier and Type Method Description void
DimensionRenderInfo. setWeatherParticleRenderHandler(IWeatherParticleRenderHandler weatherParticleRenderHandler)
-