public class SpawnerSlice extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
cut |
static List<SpawnerSlice> |
CutBuffer |
protected int |
offset_x |
protected int |
offset_y |
protected int |
offset_z |
protected AbstractLocation |
origin |
protected MythicSpawner |
spawner |
Constructor and Description |
---|
SpawnerSlice(MythicSpawner ms,
AbstractLocation base) |
Modifier and Type | Method and Description |
---|---|
static void |
CutSpawners(List<MythicSpawner> msl,
AbstractLocation base) |
AbstractLocation |
getOriginalLocation() |
AbstractLocation |
getRelativeLocation(AbstractLocation base) |
MythicSpawner |
getSpawner() |
static boolean |
PasteSpawners(AbstractLocation base) |
static boolean |
Undo() |
protected MythicSpawner spawner
protected AbstractLocation origin
protected int offset_x
protected int offset_y
protected int offset_z
public static List<SpawnerSlice> CutBuffer
public static boolean cut
public SpawnerSlice(MythicSpawner ms, AbstractLocation base)
public static void CutSpawners(List<MythicSpawner> msl, AbstractLocation base)
public static boolean PasteSpawners(AbstractLocation base)
public static boolean Undo()
public MythicSpawner getSpawner()
public AbstractLocation getOriginalLocation()
public AbstractLocation getRelativeLocation(AbstractLocation base)
Copyright © 2020. All rights reserved.