|
|
@ -10,7 +10,7 @@ import java.util.regex.Matcher;
|
|
|
|
import java.util.regex.Pattern;
|
|
|
|
import java.util.regex.Pattern;
|
|
|
|
|
|
|
|
|
|
|
|
public class LinkedBeaconTeleporterItem extends LinkedBeaconTeleporter {
|
|
|
|
public class LinkedBeaconTeleporterItem extends LinkedBeaconTeleporter {
|
|
|
|
// INFO: Save to store as its always cloned by bukkit
|
|
|
|
// INFO: Safe to store as its always cloned by bukkit
|
|
|
|
ItemStack item;
|
|
|
|
ItemStack item;
|
|
|
|
|
|
|
|
|
|
|
|
public LinkedBeaconTeleporterItem(String teleporterId, ItemStack item) {
|
|
|
|
public LinkedBeaconTeleporterItem(String teleporterId, ItemStack item) {
|
|
|
|