Nedit
2.2.0
Nedit
/
me.nullicorn.nedit.filter
/
FilteredTag
Filtered
Tag
public
class
FilteredTag
Content copied to clipboard
Represents the name of an NBT tag that should be handled by a
filter
.
Author
Nullicorn
Constructors
Functions
Properties
Constructors
Filtered
Tag
Link copied to clipboard
public
void
FilteredTag
(
String
name
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
Content copied to clipboard
get
Name
Link copied to clipboard
public
String
getName
(
)
Content copied to clipboard
get
Tokens
Link copied to clipboard
public
Array
<
String
>
getTokens
(
)
Content copied to clipboard
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
Content copied to clipboard
is
Extended
By
Link copied to clipboard
public
boolean
isExtendedBy
(
FilteredTag
other
)
Content copied to clipboard
public
boolean
isExtendedBy
(
FilteredTag
other
,
int depth
)
Content copied to clipboard
Same as
isExtendedBy
, but extension is only check for
tokens
up to the provided
depth + 1
.
tokenize
Tag
Name
Link copied to clipboard
public
static
Array
<
String
>
tokenizeTagName
(
String
name
)
Content copied to clipboard
Splits a dot-notation tag name into its individual parts (or "tokens"), delimited by dots (
.
).
to
String
Link copied to clipboard
public
String
toString
(
)
Content copied to clipboard
Properties
name
Link copied to clipboard
public
final
String
name
Content copied to clipboard
tokens
Link copied to clipboard
public
final
Array
<
String
>
tokens
Content copied to clipboard