Uses of Package
net.minecraftforge.client
-
ClassDescriptionCall
DimensionRenderInfo.setCloudRenderHandler(ICloudRenderHandler)
, obtained from aClientWorld
with an implementation of this to override all cloud rendering with your own.CallDimensionRenderInfo.setSkyRenderHandler(ISkyRenderHandler)
, obtained from aClientWorld
with an implementation of this to override all sky rendering with your own.CallDimensionRenderInfo.setWeatherParticleRenderHandler(net.minecraftforge.client.IWeatherParticleRenderHandler)
, obtained from aClientWorld
with an implementation of this to override all weather particle rendering with your own.CallDimensionRenderInfo.setWeatherRenderHandler(IWeatherRenderHandler)
, obtained from aClientWorld
with an implementation of this to override all weather rendering with your own. -