Class GlobalIdentifierImpl
java.lang.Object
dev.blonicx.craftlib.internal.identifier.GlobalIdentifierImpl
- All Implemented Interfaces:
GlobalIdentifier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GlobalIdentifierImpl
-
-
Method Details
-
namespace
- Specified by:
namespacein interfaceGlobalIdentifier
-
path
- Specified by:
pathin interfaceGlobalIdentifier
-
unwrap
public net.minecraft.resources.ResourceLocation unwrap()Description copied from interface:GlobalIdentifierReturns an unsafe ResourceLocation-Variant based on the Version.- Specified by:
unwrapin interfaceGlobalIdentifier- Returns:
- Unsafe ResourceLocation-Variant
-
tryBuild
public net.minecraft.resources.ResourceLocation tryBuild()Description copied from interface:GlobalIdentifierReturns a safe ResourceLocation-Variant based on the Version.- Specified by:
tryBuildin interfaceGlobalIdentifier- Returns:
- Safe ResourceLocation-Variant
-