All Classes and Interfaces
Class
Description
An event called when the underlying application of the wrapper was started.
An event called when the underlying application of the wrapper is about to be started.
A transformer which adds a try-catch block around the
Commodore.convert method content to prevent issues with
older ASM versions on newer Java versions (f.Preview.
A code transform for CraftBukkit
Commodore.transform method that records all instructions in the method and
wraps them into a try-catch block at the end, just returning the class input data if there is a failure.A transformer that removes all java version checks done by Bukkit.
Preview.
A code transformer that removes all java version checks from the CraftBukkit main class.
A transformer for a class which gets called before the class is actually put into usage.
The acceptance states of a class transformer for a given class.
A registry for class transformers that should be called when a new class gets loaded.
The default implementation of a class transformer registry.
An implementation of a class file transformer that parses and transforms class files using the given CloudNet
transformer.
A transformer implementation that disables the
setAccessible method in the FAWE Config on old FAWE versions.A transformer implementation that rewrites the
setFailsafeFieldValue method in the ReflectionUtils
class on old FAWE versions.A transformer implementation that allows FAWEs automatic downloading of WorldEdit on older versions.
A transformer for the
ServerProcessImpl class in Minestom which inserts a call to System.exit before
the last return statement in the stop method to ensure a clean shutdown of the wrapper process.Preview.
A transform that resolves the last return statement in a method and inserts a call to
System.exit before.A transformer that explicitly disables the spark async profiler integration on old spark versions.
Preview.
A transformer which replaces the
load method to always throw an exception on AsyncProfilerAccess in
case the async profiler is not supported.A transformer that explicitly disables netty epoll on old versions bundled with Minecraft.
A transformer implementation that disables the
stackableBuckets method on old Paper versions.Provides information about the current service info, and methods to update it.
An event that is called when the properties of the service that is associated with the current wrapper instance are
prepared.
An event which is called when a service snapshot which is represented by the current wrapper gets published.
A transformer implementation that disables warnings produced by WorldEdit on older versions if the java version is
not Java 8.
This class is the main api point when trying to interact with CloudNet from a running service within the CloudNet
network.
Represents the configuration which is passed from a node instance to the wrapper in form of a file before starting.
The default implementation of a service info holder for the wrapper.