mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Remove old LegacyMappings class from Bukkit
Add "fromAny" method
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user