Class TranslocatorTextures

java.lang.Object
codechicken.translocators.init.TranslocatorTextures

public class TranslocatorTextures extends Object
Created by covers1624 on 14/11/2017.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraft.client.renderer.texture.TextureAtlasSprite
     
    static net.minecraft.client.renderer.texture.TextureAtlasSprite[]
     
    static net.minecraft.client.renderer.texture.TextureAtlasSprite[]
     
    static net.minecraft.client.renderer.texture.TextureAtlasSprite[][]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    init(net.neoforged.bus.api.IEventBus bus)
     

    Methods inherited from class java.lang.Object

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

    • ITEM_ICONS

      public static net.minecraft.client.renderer.texture.TextureAtlasSprite[] ITEM_ICONS
    • FLUID_ICONS

      public static net.minecraft.client.renderer.texture.TextureAtlasSprite[] FLUID_ICONS
    • TEXTURES

      public static net.minecraft.client.renderer.texture.TextureAtlasSprite[][] TEXTURES
    • CRAFTING_GRID

      public static net.minecraft.client.renderer.texture.TextureAtlasSprite CRAFTING_GRID
  • Constructor Details

    • TranslocatorTextures

      public TranslocatorTextures()
  • Method Details

    • init

      public static void init(net.neoforged.bus.api.IEventBus bus)