Annotation Type NmsClassTarget


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface NmsClassTarget
    Defines a class target relative to the versioned 'net.minecraft.server' package.
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static me.lucko.shadow.TargetResolver RESOLVER
      A TargetResolver for the NmsClassTarget annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      @NonNull String value
      Gets the value of the class, relative to the versioned package.
    • Field Detail

      • RESOLVER

        static final me.lucko.shadow.TargetResolver RESOLVER
        A TargetResolver for the NmsClassTarget annotation.
    • Element Detail

      • value

        @NonNull String value
        Gets the value of the class, relative to the versioned package.
        Returns:
        the value