0

Update to APIv4. I hope this no borke git.

This commit is contained in:
Pepich
2017-09-17 15:35:08 +02:00
parent a5c54126bc
commit 5ccfe4b121
10 changed files with 443 additions and 310 deletions

View File

@@ -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();