public class ResourceLocationHelper
extends java.lang.Object
Constructor and Description |
---|
ResourceLocationHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFileName(net.minecraft.util.ResourceLocation resourceLocation) |
static net.minecraft.util.ResourceLocation |
of(java.lang.String resourceLocation) |
static net.minecraft.util.ResourceLocation |
of(java.lang.String namespace,
java.lang.String resourceLocation) |
static net.minecraft.util.ResourceLocation |
ofTexture(net.minecraft.util.ResourceLocation resourceLocation) |
static net.minecraft.util.ResourceLocation |
ofTexture(java.lang.String resourceLocation) |
static net.minecraft.util.ResourceLocation |
ofTexture(java.lang.String namespace,
java.lang.String resourceLocation) |
public static net.minecraft.util.ResourceLocation of(java.lang.String resourceLocation)
public static net.minecraft.util.ResourceLocation of(java.lang.String namespace, java.lang.String resourceLocation)
public static net.minecraft.util.ResourceLocation ofTexture(java.lang.String resourceLocation)
public static net.minecraft.util.ResourceLocation ofTexture(java.lang.String namespace, java.lang.String resourceLocation)
public static net.minecraft.util.ResourceLocation ofTexture(net.minecraft.util.ResourceLocation resourceLocation)
public static java.lang.String getFileName(net.minecraft.util.ResourceLocation resourceLocation)