Расположение MCResource-ресурсов
Link to расположение-mcresource-ресурсов
Импорт класса
Link to импорт-класса
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.util.MCResourceLocation;
Implemented Interfaces
Link to implemented-interfaces
MCResourceLocation implements the following interfaces. That means all methods defined in these interfaces are also available in MCResourceLocation
- Comparable<MCResourceLocation>
Constructors
Link to constructors
ZenScript Copynew MCResourceLocation(namespace as string, path as string) as MCResourceLocation
Параметр | Тип | Описание |
---|---|---|
Параметр пространство имён | Тип string | Описание Usually a ModId |
Параметр path | Тип string | Описание May only contain lower-cased alphanumeric values, as well as / and _ |
Утилиты
Link to утилиты
Тип результата | Является неявным |
---|---|
Тип результата IData | Является неявным true |
Тип результата string | Является неявным true |
Методы
Link to методы
Name: asData
Return Type: IData
ZenScript Copy// MCResourceLocation.asData() as IData
myMCResourceLocation.asData();
Name: compareTo
Return Type: int
ZenScript CopyMCResourceLocation.compareTo(other as MCResourceLocation) as int
Параметр | Тип | Описание |
---|---|---|
Параметр other | Тип Расположение MCResource-ресурсов | Описание No Description Provided |
Name: equals
Return Type: boolean
ZenScript CopyMCResourceLocation.equals(other as Object) as boolean
Параметр | Тип | Описание |
---|---|---|
Параметр other | Тип Object | Описание No Description Provided |
Name: getNamespace
Return Type: string
ZenScript Copy// MCResourceLocation.getNamespace() as string
myMCResourceLocation.getNamespace();
Name: getPath
Return Type: string
ZenScript Copy// MCResourceLocation.getPath() as string
myMCResourceLocation.getPath();
Name: hashCode
Return Type: int
ZenScript Copy// MCResourceLocation.hashCode() as int
myMCResourceLocation.hashCode();
Name: toString
Return Type: string
ZenScript Copy// MCResourceLocation.toString() as string
myMCResourceLocation.toString();
Свойства
Link to свойства
Название | Тип | Имеет Getter | Имеет Setter | Описание |
---|---|---|---|---|
Название commandString | Тип string | Имеет Getter true | Имеет Setter false | Описание No Description Provided |
Название пространство имён | Тип string | Имеет Getter true | Имеет Setter false | Описание No Description Provided |
Название path | Тип string | Имеет Getter true | Имеет Setter false | Описание No Description Provided |