80 lines
10 KiB
Text
80 lines
10 KiB
Text
TYPE ,CATEGORY ,NULLVALUE,RETURN TYPE ,METHODNAME ,"METHODARGUMENTS"
|
|
STATIC ,Lists ,@NotNull ,PSPlayer @NotNull [] ,getOnline ,""
|
|
STATIC ,Broadcast , ,void ,broadcast ,"@NotNull String message"
|
|
STATIC ,Broadcast , ,void ,broadcastTranslatable ,"@NotNull LanguageString languageString, boolean includePrefix, @NotNull Map.Entry<@NotNull String, @NotNull String> @Nullable ... placeholders"
|
|
STATIC ,Broadcast , ,void ,broadcastRaw ,"@NotNull String message"
|
|
CONSTRUC,Constructors , , ,<init> ,""
|
|
INSTANCE,Air left , ,int ,getLeftAir ,""
|
|
INSTANCE,Air left ,@NotNull ,PSPlayer ,setLeftAir ,"int airPoints"
|
|
INSTANCE,Attributes ,@Nullable,AttributeInstance ,getAttribute ,"@NotNull Attribute attribute"
|
|
INSTANCE,Connection , ,void ,terminate ,""
|
|
INSTANCE,Connection , ,void ,kick ,"@NotNull String reason"
|
|
INSTANCE,Connection , ,void ,kick ,"@NotNull String reason, @NotNull PlayerKickEvent.Cause cause"
|
|
INSTANCE,Connection , ,void ,kickTranslatable ,"@NotNull LanguageString languageString, @NotNull Map.Entry<@NotNull String, @NotNull String> @Nullable... placeholders"
|
|
INSTANCE,Connection , ,void ,kickTranslatable ,"@NotNull PlayerKickEvent.Cause cause, @NotNull LanguageString languageString, @NotNull Map.Entry<@NotNull String, @NotNull String> @Nullable... placeholders"
|
|
INSTANCE,Connection , ,void ,kickRaw ,"@NotNull String reason"
|
|
INSTANCE,Connection , ,void ,kickRaw ,"@NotNull String reason, @NotNull PlayerKickEvent.Cause cause"
|
|
INSTANCE,Fall distance , ,float ,getFallDistance ,""
|
|
INSTANCE,Fall distance ,@NotNull ,PSPlayer ,setFallDistance ,"float fallDistance"
|
|
INSTANCE,Gamemode ,@NotNull ,GameMode ,getGamemode ,""
|
|
INSTANCE,Gamemode ,@NotNull ,PSPlayer ,setGamemode ,"@NotNull GameMode gamemode"
|
|
INSTANCE,Getters ,@NotNull ,Player ,getBukkitPlayer ,""
|
|
INSTANCE,Getters ,@NotNull ,PSPlayer.Data ,getData ,""
|
|
INSTANCE,Health , ,double ,getHealth ,""
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,setHealth ,"double healthPoints"
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,heal ,"double healthPoints"
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,heal ,"double healthPoints, @NotNull EntityRegainHealthEvent.RegainReason reason"
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,damage ,"double healthPoints"
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,damage ,"double healthPoints, @NotNull Entity entity"
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,damage ,"double healthPoints, @NotNull DamageSource damageSource"
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,kill ,""
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,kill ,"@NotNull Entity entity"
|
|
INSTANCE,Health ,@NotNull ,PSPlayer ,kill ,"@NotNull DamageSource damageSource"
|
|
INSTANCE,Hunger , ,int ,getHunger ,""
|
|
INSTANCE,Hunger , ,float ,getSaturation ,""
|
|
INSTANCE,Hunger ,@NotNull ,PSPlayer ,setHunger ,"int hungerPoints"
|
|
INSTANCE,Hunger ,@NotNull ,PSPlayer ,setSaturation ,"float saturationPoints"
|
|
INSTANCE,Location ,@NotNull ,World ,getWorld ,""
|
|
INSTANCE,Location ,@NotNull ,Location ,getLocation ,""
|
|
INSTANCE,Location ,@Nullable,Location ,getRespawnLocation ,""
|
|
INSTANCE,Location ,@NotNull ,PSPlayer ,teleport ,"@NotNull Location location"
|
|
INSTANCE,Location ,@NotNull ,PSPlayer ,teleport ,"@NotNull Location location, @NotNull PlayerTeleportEvent.TeleportCause cause"
|
|
INSTANCE,Location ,@NotNull ,PSPlayer ,teleport ,"@NotNull Location location, @NotNull TeleportFlag... flags"
|
|
INSTANCE,Location ,@NotNull ,PSPlayer ,teleport ,"@NotNull Location location, @NotNull PlayerTeleportEvent.TeleportCause cause, @NotNull TeleportFlag... flags"
|
|
INSTANCE,Messaging ,@NotNull ,PSPlayer ,message ,"@NotNull String message"
|
|
INSTANCE,Messaging ,@NotNull ,PSPlayer ,messageTranslatable ,"@NotNull LanguageString languageString, boolean includePrefix, @NotNull Map.Entry<@NotNull String, @NotNull String> @Nullable... placeholders"
|
|
INSTANCE,Messaging ,@NotNull ,PSPlayer ,messageRaw ,"@NotNull String message"
|
|
INSTANCE,Particles ,@NotNull ,PSPlayer ,particle ,"@NotNull Particle particle, int count"
|
|
INSTANCE,Particles ,@NotNull ,PSPlayer ,particle ,"@NotNull Particle particle, int count, @NotNull Location location"
|
|
INSTANCE,Permissions , ,boolean ,hasPermission ,"@NotNull String permission"
|
|
INSTANCE,Permissions , ,boolean ,hasPermission ,"@NotNull Permission permission"
|
|
INSTANCE,Player identification , ,boolean ,isOnline ,""
|
|
INSTANCE,Player identification ,@NotNull ,UUID ,getUUID ,""
|
|
INSTANCE,Player identification ,@NotNull ,String ,getUsername ,""
|
|
INSTANCE,Player identification ,@NotNull ,String ,getIdentificationString ,""
|
|
INSTANCE,Potion effects ,@NotNull ,PotionEffect @NotNull [],getPotions ,""
|
|
INSTANCE,Potion effects ,@NotNull ,PSPlayer ,getPotion ,"@NotNull PotionEffectType type"
|
|
INSTANCE,Potion effects ,@NotNull ,PSPlayer ,hasPotion ,"@NotNull PotionEffectType type"
|
|
INSTANCE,Potion effects ,@NotNull ,PSPlayer ,applyPotion ,"@NotNull PotionEffect effect"
|
|
INSTANCE,Potion effects ,@NotNull ,PSPlayer ,removePotion ,"@NotNull PotionEffectType type"
|
|
INSTANCE,Scheduling ,@NotNull ,PSPlayer ,schedule ,"@NotNull Runnable task, long delay"
|
|
INSTANCE,Scheduling ,@NotNull ,PSPlayer ,schedule ,"@NotNull Runnable task, @NotNull Runnable retired, long delay"
|
|
INSTANCE,Scheduling ,@NotNull ,PSPlayer ,scheduleRepeatedly ,"@NotNull Runnable task, long delay"
|
|
INSTANCE,Screen effects ,@NotNull ,PSPlayer ,showCredits ,""
|
|
INSTANCE,Screen effects ,@NotNull ,PSPlayer ,showDemoPopup ,""
|
|
INSTANCE,Screen effects ,@NotNull ,PSPlayer ,showElderGuardian ,""
|
|
INSTANCE,Screen effects ,@NotNull ,PSPlayer ,showElderGuardian ,"boolean silent"
|
|
INSTANCE,Sounds ,@NotNull ,PSPlayer ,sound ,"@NotNull Sound sound"
|
|
INSTANCE,Sounds ,@NotNull ,PSPlayer ,sound ,"@NotNull Key sound, @NotNull Sound.Source type, float volume, float pitch"
|
|
INSTANCE,Sounds ,@NotNull ,PSPlayer ,sound ,"@NotNull Key sound, @NotNull Sound.Source type"
|
|
INSTANCE,Sounds ,@NotNull ,PSPlayer ,stopSounds ,""
|
|
INSTANCE,Sounds ,@NotNull ,PSPlayer ,stopSound ,"@NotNull Sound sound"
|
|
INSTANCE,Times ,@NotNull ,PSPlayer ,title ,""
|
|
INSTANCE,Times ,@NotNull ,PSPlayer ,title ,"@NotNull Title title"
|
|
INSTANCE,Times ,@NotNull ,PSPlayer ,title ,"@Nullable Component title, @Nullable Component subtitle, @NotNull Title.Times times"
|
|
INSTANCE,Times ,@NotNull ,PSPlayer ,title ,"@Nullable Component title, @Nullable Component subtitle, @NotNull Duration fadeIn, @NotNull Duration stay, @NotNull Duration fadeOut"
|
|
INSTANCE,Times ,@NotNull ,PSPlayer ,title ,"@Nullable Component title, @Nullable Component subtitle, long fadeIn, long stay, long fadeOut"
|
|
INSTANCE,Times ,@NotNull ,PSPlayer ,titleRaw ,"@Nullable String title, @Nullable String subtitle, @NotNull Title.Times times"
|
|
INSTANCE,Times ,@NotNull ,PSPlayer ,titleRaw ,"@Nullable String title, @Nullable String subtitle, @NotNull Duration fadeIn, @NotNull Duration stay, @NotNull Duration fadeOut"
|
|
INSTANCE,Times ,@NotNull ,PSPlayer ,titleRaw ,"@Nullable String title, @Nullable String subtitle, long fadeIn, long stay, long fadeOut"
|
|
INSTANCE,Data ,@NotNull ,PSPlayer ,applyPlayerAttributes ,""
|