interfacepublicPriority 3
TagSet
com.hypixel.hytale.builtin.tagset.TagSet
extends JsonAsset
0
Methods
0
Public Methods
0
Fields
0
Constructors
Inheritance
Parent
Current
Interface
Child
Use mouse wheel to zoom, drag to pan. Click nodes to navigate.
Related Classes
Used By
Source Code
package com.hypixel.hytale.builtin.tagset;
import com.hypixel.hytale.assetstore.JsonAsset;
public interface TagSet extends JsonAsset<String> {
String[] getIncludedTagSets();
String[] getExcludedTagSets();
String[] getIncludedTags();
String[] getExcludedTags();
}