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.Dist;
|
||||||
import net.minecraftforge.api.distmarker.OnlyIn;
|
import net.minecraftforge.api.distmarker.OnlyIn;
|
||||||
|
|
||||||
/**
|
|
||||||
* XXX To be replaced by a proper registry object
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@OnlyIn(Dist.CLIENT)
|
@OnlyIn(Dist.CLIENT)
|
||||||
public enum EnumIcon
|
public enum EnumIcon
|
||||||
{
|
{
|
||||||
@@ -50,4 +46,4 @@ public enum EnumIcon
|
|||||||
{
|
{
|
||||||
return this.y;
|
return this.y;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user