FilterMode

public enum FilterMode

Determines how a NBTFilter treats objects passed through it with regard to the tags added to the filter.

Author

Nullicorn

Entries

Link copied to clipboard
INCLUDE

Indicates that any tag names added to a filter are the only tags that compounds passed through the filter should contain.

Link copied to clipboard
EXCLUDE

Indicates that compounds passed through a filter should never contain any of the tags added to the filter.

Functions

Link copied to clipboard
public static FilterMode valueOf(String name)
Link copied to clipboard
public static Array<FilterMode> values()