PickShadow/dist/methodmaps/PSPlayer.csv

10 KiB

1TYPE CATEGORY NULLVALUERETURN TYPE METHODNAME METHODARGUMENTS
2STATIC Lists @NotNull PSPlayer @NotNull [] getOnline
3STATIC Broadcast void broadcast @NotNull String message
4STATIC Broadcast void broadcastTranslatable @NotNull LanguageString languageString, boolean includePrefix, @NotNull Map.Entry<@NotNull String, @NotNull String> @Nullable ... placeholders
5STATIC Broadcast void broadcastRaw @NotNull String message
6CONSTRUCConstructors <init>
7INSTANCEAir left int getLeftAir
8INSTANCEAir left @NotNull PSPlayer setLeftAir int airPoints
9INSTANCEAttributes @NullableAttributeInstance getAttribute @NotNull Attribute attribute
10INSTANCEConnection void terminate
11INSTANCEConnection void kick @NotNull String reason
12INSTANCEConnection void kick @NotNull String reason, @NotNull PlayerKickEvent.Cause cause
13INSTANCEConnection void kickTranslatable @NotNull LanguageString languageString, @NotNull Map.Entry<@NotNull String, @NotNull String> @Nullable... placeholders
14INSTANCEConnection void kickTranslatable @NotNull PlayerKickEvent.Cause cause, @NotNull LanguageString languageString, @NotNull Map.Entry<@NotNull String, @NotNull String> @Nullable... placeholders
15INSTANCEConnection void kickRaw @NotNull String reason
16INSTANCEConnection void kickRaw @NotNull String reason, @NotNull PlayerKickEvent.Cause cause
17INSTANCEFall distance float getFallDistance
18INSTANCEFall distance @NotNull PSPlayer setFallDistance float fallDistance
19INSTANCEGamemode @NotNull GameMode getGamemode
20INSTANCEGamemode @NotNull PSPlayer setGamemode @NotNull GameMode gamemode
21INSTANCEGetters @NotNull Player getBukkitPlayer
22INSTANCEGetters @NotNull PSPlayer.Data getData
23INSTANCEHealth double getHealth
24INSTANCEHealth @NotNull PSPlayer setHealth double healthPoints
25INSTANCEHealth @NotNull PSPlayer heal double healthPoints
26INSTANCEHealth @NotNull PSPlayer heal double healthPoints, @NotNull EntityRegainHealthEvent.RegainReason reason
27INSTANCEHealth @NotNull PSPlayer damage double healthPoints
28INSTANCEHealth @NotNull PSPlayer damage double healthPoints, @NotNull Entity entity
29INSTANCEHealth @NotNull PSPlayer damage double healthPoints, @NotNull DamageSource damageSource
30INSTANCEHealth @NotNull PSPlayer kill
31INSTANCEHealth @NotNull PSPlayer kill @NotNull Entity entity
32INSTANCEHealth @NotNull PSPlayer kill @NotNull DamageSource damageSource
33INSTANCEHunger int getHunger
34INSTANCEHunger float getSaturation
35INSTANCEHunger @NotNull PSPlayer setHunger int hungerPoints
36INSTANCEHunger @NotNull PSPlayer setSaturation float saturationPoints
37INSTANCELocation @NotNull World getWorld
38INSTANCELocation @NotNull Location getLocation
39INSTANCELocation @NullableLocation getRespawnLocation
40INSTANCELocation @NotNull PSPlayer teleport @NotNull Location location
41INSTANCELocation @NotNull PSPlayer teleport @NotNull Location location, @NotNull PlayerTeleportEvent.TeleportCause cause
42INSTANCELocation @NotNull PSPlayer teleport @NotNull Location location, @NotNull TeleportFlag... flags
43INSTANCELocation @NotNull PSPlayer teleport @NotNull Location location, @NotNull PlayerTeleportEvent.TeleportCause cause, @NotNull TeleportFlag... flags
44INSTANCEMessaging @NotNull PSPlayer message @NotNull String message
45INSTANCEMessaging @NotNull PSPlayer messageTranslatable @NotNull LanguageString languageString, boolean includePrefix, @NotNull Map.Entry<@NotNull String, @NotNull String> @Nullable... placeholders
46INSTANCEMessaging @NotNull PSPlayer messageRaw @NotNull String message
47INSTANCEParticles @NotNull PSPlayer particle @NotNull Particle particle, int count
48INSTANCEParticles @NotNull PSPlayer particle @NotNull Particle particle, int count, @NotNull Location location
49INSTANCEPermissions boolean hasPermission @NotNull String permission
50INSTANCEPermissions boolean hasPermission @NotNull Permission permission
51INSTANCEPlayer identification boolean isOnline
52INSTANCEPlayer identification @NotNull UUID getUUID
53INSTANCEPlayer identification @NotNull String getUsername
54INSTANCEPlayer identification @NotNull String getIdentificationString
55INSTANCEPotion effects @NotNull PotionEffect @NotNull []getPotions
56INSTANCEPotion effects @NotNull PSPlayer getPotion @NotNull PotionEffectType type
57INSTANCEPotion effects @NotNull PSPlayer hasPotion @NotNull PotionEffectType type
58INSTANCEPotion effects @NotNull PSPlayer applyPotion @NotNull PotionEffect effect
59INSTANCEPotion effects @NotNull PSPlayer removePotion @NotNull PotionEffectType type
60INSTANCEScheduling @NotNull PSPlayer schedule @NotNull Runnable task, long delay
61INSTANCEScheduling @NotNull PSPlayer schedule @NotNull Runnable task, @NotNull Runnable retired, long delay
62INSTANCEScheduling @NotNull PSPlayer scheduleRepeatedly @NotNull Runnable task, long delay
63INSTANCEScreen effects @NotNull PSPlayer showCredits
64INSTANCEScreen effects @NotNull PSPlayer showDemoPopup
65INSTANCEScreen effects @NotNull PSPlayer showElderGuardian
66INSTANCEScreen effects @NotNull PSPlayer showElderGuardian boolean silent
67INSTANCESounds @NotNull PSPlayer sound @NotNull Sound sound
68INSTANCESounds @NotNull PSPlayer sound @NotNull Key sound, @NotNull Sound.Source type, float volume, float pitch
69INSTANCESounds @NotNull PSPlayer sound @NotNull Key sound, @NotNull Sound.Source type
70INSTANCESounds @NotNull PSPlayer stopSounds
71INSTANCESounds @NotNull PSPlayer stopSound @NotNull Sound sound
72INSTANCETimes @NotNull PSPlayer title
73INSTANCETimes @NotNull PSPlayer title @NotNull Title title
74INSTANCETimes @NotNull PSPlayer title @Nullable Component title, @Nullable Component subtitle, @NotNull Title.Times times
75INSTANCETimes @NotNull PSPlayer title @Nullable Component title, @Nullable Component subtitle, @NotNull Duration fadeIn, @NotNull Duration stay, @NotNull Duration fadeOut
76INSTANCETimes @NotNull PSPlayer title @Nullable Component title, @Nullable Component subtitle, long fadeIn, long stay, long fadeOut
77INSTANCETimes @NotNull PSPlayer titleRaw @Nullable String title, @Nullable String subtitle, @NotNull Title.Times times
78INSTANCETimes @NotNull PSPlayer titleRaw @Nullable String title, @Nullable String subtitle, @NotNull Duration fadeIn, @NotNull Duration stay, @NotNull Duration fadeOut
79INSTANCETimes @NotNull PSPlayer titleRaw @Nullable String title, @Nullable String subtitle, long fadeIn, long stay, long fadeOut
80INSTANCEData @NotNull PSPlayer applyPlayerAttributes