Class BukkitPlayer
java.lang.Object
kr.toxicity.model.api.bukkit.platform.BukkitEntity
kr.toxicity.model.api.bukkit.platform.BukkitLivingEntity
kr.toxicity.model.api.bukkit.platform.BukkitPlayer
- All Implemented Interfaces:
kr.toxicity.model.api.platform.PlatformEntity,kr.toxicity.model.api.platform.PlatformLivingEntity,kr.toxicity.model.api.platform.PlatformOfflinePlayer,kr.toxicity.model.api.platform.PlatformPlayer,kr.toxicity.model.api.platform.PlatformRegionHolder
public final class BukkitPlayer
extends BukkitLivingEntity
implements kr.toxicity.model.api.platform.PlatformPlayer
Represents a Bukkit player wrapped as a
PlatformPlayer.- Since:
- 2.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionBukkitPlayer(@NotNull org.bukkit.entity.Player source) Creates a new BukkitPlayer wrapper. -
Method Summary
Methods inherited from class kr.toxicity.model.api.bukkit.platform.BukkitLivingEntity
eyeLocationMethods inherited from class kr.toxicity.model.api.bukkit.platform.BukkitEntity
location, uuidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface kr.toxicity.model.api.platform.PlatformEntity
location, registry, task, taskLater, tracker, uuidMethods inherited from interface kr.toxicity.model.api.platform.PlatformLivingEntity
eyeLocationMethods inherited from interface kr.toxicity.model.api.platform.PlatformOfflinePlayer
uuid
-
Constructor Details
-
BukkitPlayer
public BukkitPlayer(@NotNull @NotNull org.bukkit.entity.Player source) Creates a new BukkitPlayer wrapper.- Parameters:
source- the source Bukkit player- Since:
- 2.0.0
-
-
Method Details
-
source
@NotNull public @NotNull org.bukkit.entity.Player source()Returns the underlying Bukkit player.- Overrides:
sourcein classBukkitLivingEntity- Returns:
- the source player
- Since:
- 2.0.0
-
name
- Specified by:
namein interfacekr.toxicity.model.api.platform.PlatformOfflinePlayer- Specified by:
namein interfacekr.toxicity.model.api.platform.PlatformPlayer
-