public interface IResourceLocation extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
ILLEGAL_NUMBER
Constant for an illegal row or column number
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsString() |
int |
getColumnNumber() |
String |
getField() |
int |
getLineNumber() |
String |
getResourceID() |
static final int ILLEGAL_NUMBER
@Nullable String getResourceID()
null.int getLineNumber()
ILLEGAL_NUMBER if no line number
is present.int getColumnNumber()
ILLEGAL_NUMBER if no column
number is present.@Nullable String getField()
null.Copyright © 2014–2016 Philip Helger. All rights reserved.