Package me.lucko.shadow.bukkit
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.TargetResolverRESOLVERATargetResolverfor theNmsClassTargetannotation.
-
-
-
Field Detail
-
RESOLVER
static final me.lucko.shadow.TargetResolver RESOLVER
ATargetResolverfor theNmsClassTargetannotation.
-
-
Element Detail
-
value
@NonNull String value
Gets the value of the class, relative to the versioned package.- Returns:
- the value
-
-