Package net.minecraftforge.client
package net.minecraftforge.client
-
ClassDescriptionoverrides for
CommandSourceStack
so that the methods will run successfully client sideCallDimensionSpecialEffects.setCloudRenderHandler(ICloudRenderHandler)
, obtained from aClientLevel
with an implementation of this to override all cloud rendering with your own.CallDimensionSpecialEffects.setSkyRenderHandler(ISkyRenderHandler)
, obtained from aClientLevel
with an implementation of this to override all sky rendering with your own.Wrapper around ItemModeMesher that cleans up the internal maps to respect ID remapping.CallDimensionSpecialEffects.setWeatherParticleRenderHandler(IWeatherParticleRenderHandler)
, obtained from aClientLevel
with an implementation of this to override all weather particle rendering with your own.CallDimensionSpecialEffects.setWeatherRenderHandler(IWeatherRenderHandler)
, obtained from aClientLevel
with an implementation of this to override all weather rendering with your own.