Class FogEvents.FogData

java.lang.Object
io.github.vampirestudios.vampirelib.api.callbacks.FogEvents.FogData
Enclosing class:
FogEvents

public static class FogEvents.FogData extends Object
  • Constructor Details

    • FogData

      public FogData(float nearPlaneDistance, float farPlaneDistance, com.mojang.blaze3d.shaders.FogShape fogShape)
  • Method Details

    • getFarPlaneDistance

      public float getFarPlaneDistance()
    • setFarPlaneDistance

      public void setFarPlaneDistance(float distance)
    • getNearPlaneDistance

      public float getNearPlaneDistance()
    • setNearPlaneDistance

      public void setNearPlaneDistance(float distance)
    • getFogShape

      public com.mojang.blaze3d.shaders.FogShape getFogShape()
    • setFogShape

      public void setFogShape(com.mojang.blaze3d.shaders.FogShape shape)
    • scaleFarPlaneDistance

      public void scaleFarPlaneDistance(float factor)
    • scaleNearPlaneDistance

      public void scaleNearPlaneDistance(float factor)