mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-14 20:21:53 +01:00
TagHandler in beta until a proper name is decided
This commit is contained in:
parent
7e5940d1a5
commit
1f30e2af77
@ -1,7 +1,10 @@
|
||||
package net.minestom.server.tag;
|
||||
|
||||
import com.google.common.annotations.Beta;
|
||||
|
||||
/**
|
||||
* Represents an element which can read and write {@link Tag tags}.
|
||||
*/
|
||||
@Beta
|
||||
public interface TagHandler extends TagReadable, TagWritable {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user