Update to APIv4. I hope this no borke git.
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
package com.redstoner.annotations;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
import com.redstoner.misc.CommandHolderType;
|
||||
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Commands
|
||||
{
|
||||
CommandHolderType value();
|
||||
|
||||
Reference in New Issue
Block a user