Remove old LegacyMappings class from Bukkit

Add "fromAny" method
This commit is contained in:
dordsor21
2018-12-19 15:08:49 +00:00
parent 865de73a83
commit 361cc9e9f7
3 changed files with 47 additions and 954 deletions

View File

@ -4,6 +4,8 @@ import com.github.intellectualsites.plotsquared.plot.object.PlotBlock;
public abstract class LegacyMappings {
public abstract PlotBlock fromAny(final String string);
public abstract PlotBlock fromLegacyToString(final int id);
public abstract PlotBlock fromLegacyToString(final int id, final int data);