Remove deprecation
This commit is contained in:
@@ -3,10 +3,6 @@ package exopandora.worldhandler.gui.button;
|
||||
import net.minecraftforge.api.distmarker.Dist;
|
||||
import net.minecraftforge.api.distmarker.OnlyIn;
|
||||
|
||||
/**
|
||||
* XXX To be replaced by a proper registry object
|
||||
*/
|
||||
@Deprecated
|
||||
@OnlyIn(Dist.CLIENT)
|
||||
public enum EnumIcon
|
||||
{
|
||||
@@ -50,4 +46,4 @@ public enum EnumIcon
|
||||
{
|
||||
return this.y;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user