Class WardenCurseFogFunction

java.lang.Object
net.trique.wardentools.client.renderer.WardenCurseFogFunction
All Implemented Interfaces:
net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction

public class WardenCurseFogFunction extends Object implements net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.core.Holder<net.minecraft.world.effect.MobEffect>
     
    void
    setupFog(net.minecraft.client.renderer.FogRenderer.FogData fogData, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.world.effect.MobEffectInstance effectInstance, float farPlaneDistance, float f)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction

    getModifiedVoidDarkness, isEnabled
  • Constructor Details

    • WardenCurseFogFunction

      public WardenCurseFogFunction()
  • Method Details

    • getMobEffect

      public net.minecraft.core.Holder<net.minecraft.world.effect.MobEffect> getMobEffect()
      Specified by:
      getMobEffect in interface net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction
    • setupFog

      public void setupFog(net.minecraft.client.renderer.FogRenderer.FogData fogData, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.world.effect.MobEffectInstance effectInstance, float farPlaneDistance, float f)
      Specified by:
      setupFog in interface net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction