|
CommandAPI 12.1.0
An API for the command UI introduced in Minecraft 1.13
|
A wrapper around VarHandle with better type safety using generics and a toggleable underlying implementation depending on whether we're using mojang mappings or non-mojang mappings. More...
Public Member Functions | |
| FieldType | get (Type instance) |
| FieldType | getStatic () |
| void | set (Type instance, FieldType param) |
Static Public Attributes | |
| static boolean | USING_MOJANG_MAPPINGS = MojangMappedVersionHandler.isMojangMapped() |
A wrapper around VarHandle with better type safety using generics and a toggleable underlying implementation depending on whether we're using mojang mappings or non-mojang mappings.
| <Type> | |
| <FieldType> |