Class DestinationAbstract
java.lang.Object
com.kamikazejam.kamicommon.util.teleport.DestinationAbstract
- All Implemented Interfaces:
Destination,Serializable
- Direct Known Subclasses:
DestinationPlayer,DestinationSimple,DestinationWorld
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull VersionedComponent@NotNull VersionedComponentgetMessagePsNull(Object watcherObject) @Nullable PSbooleanhasPs()voidsetDesc(@NotNull VersionedComponent desc)
-
Field Details
-
desc
-
-
Constructor Details
-
DestinationAbstract
public DestinationAbstract()
-
-
Method Details
-
getPsInner
-
getPs
- Specified by:
getPsin interfaceDestination- Throws:
KamiCommonException
-
hasPs
public boolean hasPs()- Specified by:
hasPsin interfaceDestination
-
getMessagePsNull
- Specified by:
getMessagePsNullin interfaceDestination
-
getDesc
- Specified by:
getDescin interfaceDestination
-
setDesc
- Specified by:
setDescin interfaceDestination
-