JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.cryptomorin.xseries.base.annotations
XMerge
Contents
Description
Required Element Summary
Optional Element Summary
Element Details
since
version
name
Hide sidebar
Show sidebar
Annotation Interface XMerge
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
@Repeatable
(
XMerges
.class)
@Documented
@Internal
public @interface
XMerge
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
The name of the merged item.
String
version
The Minecraft version (SemVer format) that this merge happened.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
since
Since what version of Minecraft (SemVer format) did this value exist?
Element Details
since
String
since
Since what version of Minecraft (SemVer format) did this value exist?
Default:
""
version
String
version
The Minecraft version (SemVer format) that this merge happened.
name
String
name
The name of the merged item.