CommandAPI 9.5.2
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.MojangMappedVersionHandler Interface Reference

This file handles loading the correct mappings information. More...

Static Public Member Functions

static boolean isMojangMapped ()
 

Detailed Description

This file handles loading the correct mappings information.

The MojangMappedVersionHandler file within the commandapi-core module may not be used at run time. Instead, if a platform module wants to be mojang-mapped, they can replace this class with one where isMojangMapped() returns true.