mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Remove abstraction of BukkitSchematicHandler
This commit is contained in:
parent
ee6d52efa3
commit
5aac7d07d2
@ -23,7 +23,7 @@ import java.util.*;
|
||||
/**
|
||||
* Schematic Handler.
|
||||
*/
|
||||
public abstract class BukkitSchematicHandler extends SchematicHandler {
|
||||
public class BukkitSchematicHandler extends SchematicHandler {
|
||||
|
||||
@Override public void getCompoundTag(final String world, final Set<RegionWrapper> regions,
|
||||
final RunnableVal<CompoundTag> whenDone) {
|
||||
|
Loading…
Reference in New Issue
Block a user