Annotation Interface MappedMinecraftName
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Repeatable(MappedMinecraftNames.class)
public @interface MappedMinecraftName
-
Required Element Summary
Required Elements
-
Element Details
-
mapping
MinecraftMapping mapping -
names
ReflectName[] names
-