Package net.minecraft.src
Class ResourceLocation
java.lang.Object
net.minecraft.src.ResourceLocation
- All Implemented Interfaces:
Comparable<ResourceLocation>
- Direct Known Subclasses:
NumericIdentifier,ResourceLocationWithSource,SyntheticIdentifier
-
Constructor Summary
ConstructorsConstructorDescriptionResourceLocation(String par1Str) ResourceLocation(String par1Str, String par2Str) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ResourceLocation that) booleaninthashCode()toString()
-
Constructor Details
-
ResourceLocation
-
ResourceLocation
-
-
Method Details
-
getResourcePath
-
getResourceDomain
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ResourceLocation>
-