mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-02 08:59:50 +01:00
changed data type
This commit is contained in:
parent
01af1faf91
commit
cf1126f71d
@ -1,12 +1,14 @@
|
|||||||
package com.sekwah.advancedportals.coreconnector.container;
|
package com.sekwah.advancedportals.coreconnector.container;
|
||||||
|
|
||||||
|
import java.util.UUID;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Just a temporary container for whenever advanced portals needs to get data from a player
|
* Just a temporary container for whenever advanced portals needs to get data from a player
|
||||||
*/
|
*/
|
||||||
public class PlayerContainer {
|
public class PlayerContainer {
|
||||||
|
|
||||||
public String getUUID() {
|
public UUID getUUID() {
|
||||||
return "";
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void sendMessage(String message) {
|
public void sendMessage(String message) {
|
||||||
|
Loading…
Reference in New Issue
Block a user