Package me.croabeast.common.reflect
Class Craft.Server.Minecraft
java.lang.Object
me.croabeast.common.reflect.Craft.Server.Minecraft
- Enclosing class:
Craft.Server
Provides access to internal Minecraft server functions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the Mojang command dispatcher from the Minecraft server.
-
Field Details
-
INSTANCE
A singletonReflectorinstance wrapping the NMS MinecraftServer class.
-
-
Constructor Details
-
Minecraft
public Minecraft()
-
-
Method Details
-
getMojangCommandDispatcher
Retrieves the Mojang command dispatcher from the Minecraft server.- Returns:
- the command dispatcher object, or
nullif unavailable
-