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