Package com.lightning.northstar.client
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
ConstructorsConstructorDescriptionNorthstarAtlas(net.minecraft.client.renderer.texture.TextureManager textureManager, net.minecraft.resources.ResourceLocation location, net.minecraft.resources.ResourceLocation atlasInfoLocation) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.renderer.texture.TextureAtlasSpritegetSprite(net.minecraft.resources.ResourceLocation location) Methods inherited from class net.minecraft.client.resources.TextureAtlasHolder
close, reloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getSpritein classnet.minecraft.client.resources.TextureAtlasHolder
-