Annotation Interface PacketHandler


@Target(TYPE) @Retention(RUNTIME) public @interface PacketHandler
This type is an annotation used for marking a PacketProvider type which provides support for at least one minecraft version.
Since:
2.0
Author:
Pinger
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    This method returns the main version this packet handles.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the versions compatible with this PacketHandler version.
  • Element Details

    • version

      String version
      This method returns the main version this packet handles.
      Returns:
      the
    • compatibility

      String[] compatibility
      Returns the versions compatible with this PacketHandler version.
      Returns:
      the versions compatible
      Default:
      {""}