public final class TextureLoader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TextureLoader |
INSTANCE |
static net.minecraft.util.ResourceLocation |
LOCATION_BOOK_CODE_BACKGROUND |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_LOCKED_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_MODULE |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_PORT_CLOSED_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_PORT_CLOSED_SMALL_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_PORT_HIGHLIGHT_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_PORT_OPEN_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_UNLOCKED_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MANUAL_BACKGROUND |
static net.minecraft.util.ResourceLocation |
LOCATION_MANUAL_MISSING |
static net.minecraft.util.ResourceLocation |
LOCATION_MANUAL_SCROLL |
static net.minecraft.util.ResourceLocation |
LOCATION_MANUAL_TAB |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_AUDIO_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_BUNDLED_REDSTONE_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_EXECUTION_OVERLAY_ERROR |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_EXECUTION_OVERLAY_IDLE |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_EXECUTION_OVERLAY_RUNNING |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_EXECUTION_OVERLAY_WAITING |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_INFRARED_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_KEYPAD_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_QUEUE_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_RANDOM_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_REDSTONE_BARS_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_REDSTONE_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_SERIAL_PORT_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_STACK_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_TERMINAL_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_TIMER_OVERLAY |
| Modifier and Type | Method and Description |
|---|---|
void |
onTextureStitchPre(net.minecraftforge.client.event.TextureStitchEvent.Pre event) |
public static final net.minecraft.util.ResourceLocation LOCATION_BOOK_CODE_BACKGROUND
public static final net.minecraft.util.ResourceLocation LOCATION_MANUAL_BACKGROUND
public static final net.minecraft.util.ResourceLocation LOCATION_MANUAL_TAB
public static final net.minecraft.util.ResourceLocation LOCATION_MANUAL_SCROLL
public static final net.minecraft.util.ResourceLocation LOCATION_MANUAL_MISSING
public static final net.minecraft.util.ResourceLocation LOCATION_CASING_LOCKED_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_CASING_UNLOCKED_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_CASING_PORT_CLOSED_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_CASING_PORT_OPEN_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_CASING_PORT_HIGHLIGHT_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_CASING_PORT_CLOSED_SMALL_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_CASING_MODULE
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_AUDIO_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_BUNDLED_REDSTONE_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_EXECUTION_OVERLAY_ERROR
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_EXECUTION_OVERLAY_IDLE
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_EXECUTION_OVERLAY_RUNNING
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_EXECUTION_OVERLAY_WAITING
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_INFRARED_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_KEYPAD_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_QUEUE_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_RANDOM_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_REDSTONE_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_REDSTONE_BARS_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_SERIAL_PORT_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_STACK_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_TERMINAL_OVERLAY
public static final net.minecraft.util.ResourceLocation LOCATION_MODULE_TIMER_OVERLAY
public static final TextureLoader INSTANCE