JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
com.cryptomorin.xseries.base.annotations
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.