Class RainbowDebugStateProvider

java.lang.Object
com.simibubi.create.foundation.render.RainbowDebugStateProvider
All Implemented Interfaces:
com.jozufozu.flywheel.core.shader.gamestate.IGameStateProvider, com.jozufozu.flywheel.core.shader.spec.IBooleanStateProvider

public class RainbowDebugStateProvider extends Object implements com.jozufozu.flywheel.core.shader.spec.IBooleanStateProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    static final net.minecraft.resources.ResourceLocation
     

    Fields inherited from interface com.jozufozu.flywheel.core.shader.gamestate.IGameStateProvider

    CODEC
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     
    boolean
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.jozufozu.flywheel.core.shader.spec.IBooleanStateProvider

    getValue
  • Field Details

    • INSTANCE

      public static final RainbowDebugStateProvider INSTANCE
    • NAME

      public static final net.minecraft.resources.ResourceLocation NAME
  • Constructor Details

    • RainbowDebugStateProvider

      protected RainbowDebugStateProvider()
  • Method Details

    • isTrue

      public boolean isTrue()
      Specified by:
      isTrue in interface com.jozufozu.flywheel.core.shader.spec.IBooleanStateProvider
    • getID

      public net.minecraft.resources.ResourceLocation getID()
      Specified by:
      getID in interface com.jozufozu.flywheel.core.shader.gamestate.IGameStateProvider