Class NorthstarAtlas

java.lang.Object
net.minecraft.client.resources.TextureAtlasHolder
com.lightning.northstar.client.NorthstarAtlas
All Implemented Interfaces:
AutoCloseable, net.minecraft.server.packs.resources.PreparableReloadListener

@ParametersAreNonnullByDefault public class NorthstarAtlas extends net.minecraft.client.resources.TextureAtlasHolder
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener

    net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier
  • Field Summary

    Fields inherited from class net.minecraft.client.resources.TextureAtlasHolder

    textureAtlas
  • Constructor Summary

    Constructors
    Constructor
    Description
    NorthstarAtlas(net.minecraft.client.renderer.texture.TextureManager textureManager, net.minecraft.resources.ResourceLocation location, net.minecraft.resources.ResourceLocation atlasInfoLocation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.renderer.texture.TextureAtlasSprite
    getSprite(net.minecraft.resources.ResourceLocation location)
     

    Methods inherited from class net.minecraft.client.resources.TextureAtlasHolder

    close, reload

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener

    getName
  • Constructor Details

    • NorthstarAtlas

      public NorthstarAtlas(net.minecraft.client.renderer.texture.TextureManager textureManager, net.minecraft.resources.ResourceLocation location, net.minecraft.resources.ResourceLocation atlasInfoLocation)
  • Method Details

    • getSprite

      public net.minecraft.client.renderer.texture.TextureAtlasSprite getSprite(net.minecraft.resources.ResourceLocation location)
      Overrides:
      getSprite in class net.minecraft.client.resources.TextureAtlasHolder