Package me.croabeast.common.reflect
Class Craft
java.lang.Object
me.croabeast.common.reflect.Craft
The
Craft class provides reflection-based helper methods to interact with
internal server classes and configuration files in a CraftBukkit/Spigot environment.
It offers utilities for working with server icons, configuration files, command maps, and command dispatchers, leveraging reflection to access methods and fields that are not normally exposed. The class is organized into nested utility classes that group functionality:
Craft.Server: Contains methods for server-related tasks such as loading icons, retrieving configuration files, and updating commands.Craft.Command: Provides access to command dispatching and manipulation, including removal and synchronization of commands.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classContains utilities for manipulating server commands via reflection.static classContains server-related utility methods using reflection. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Craft
public Craft()
-