public final class TextureLoader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TextureLoader |
INSTANCE |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_LOCKED_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_CASING_UNLOCKED_OVERLAY |
static net.minecraft.util.ResourceLocation |
LOCATION_MODULE_AUDIO_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_RANDOM_OVERLAY |
| Modifier and Type | Method and Description |
|---|---|
void |
onTextureStitchPre(net.minecraftforge.client.event.TextureStitchEvent.Pre event) |
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_MODULE_AUDIO_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_RANDOM_OVERLAY
public static final TextureLoader INSTANCE