progress (purge)

This commit is contained in:
Anuken
2020-04-22 16:17:43 -04:00
parent c5f93139bd
commit fc4f8619f8
4 changed files with 1 additions and 26 deletions

View File

@@ -5,21 +5,6 @@ import java.lang.annotation.*;
public class Annotations{
//region entity interfaces
public enum DrawLayer{
floor,
floorOver,
groundShadows,
groundUnder,
ground,
flyingShadows,
flying,
bullets,
effects,
overlays,
names,
weather
}
/** Indicates that a method overrides other methods. */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.SOURCE)