Class NoiseTextures

java.lang.Object
dev.engine_room.flywheel.backend.NoiseTextures

public class NoiseTextures extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static @UnknownNullability net.minecraft.client.renderer.texture.DynamicTexture
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    reload(net.minecraft.server.packs.resources.ResourceManager manager)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NOISE_TEXTURE

      public static final net.minecraft.resources.ResourceLocation NOISE_TEXTURE
    • BLUE_NOISE

      public static @UnknownNullability net.minecraft.client.renderer.texture.DynamicTexture BLUE_NOISE
  • Constructor Details

    • NoiseTextures

      public NoiseTextures()
  • Method Details

    • reload

      public static void reload(net.minecraft.server.packs.resources.ResourceManager manager)