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 XInfo
@Target
(
FIELD
)
@Retention
(
SOURCE
)
@Documented
@Internal
public @interface
XInfo
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
since
Since what version of Minecraft (SemVer format) did this value exist?
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
removedSince
In what version of Minecraft (SemVer format) was this value removed?
Element Details
since
String
since
Since what version of Minecraft (SemVer format) did this value exist?
removedSince
String
removedSince
In what version of Minecraft (SemVer format) was this value removed?
Default:
""