Class DynamicTexture

java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.renderer.texture.DynamicTexture
All Implemented Interfaces:
AutoCloseable, Dumpable

public class DynamicTexture extends AbstractTexture implements Dumpable
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • pixels

      @Nullable private NativeImage pixels
  • Constructor Details

    • DynamicTexture

      public DynamicTexture(Supplier<String> pLabel, NativeImage pPixels)
    • DynamicTexture

      public DynamicTexture(String pLabel, int pWidth, int pHeight, boolean pUseCalloc)
    • DynamicTexture

      public DynamicTexture(Supplier<String> pLabel, int pWidth, int pHeight, boolean pUseCalloc)
  • Method Details