Uses of Interface
com.plotsquared.core.player.OfflinePlotPlayer
Packages that use OfflinePlotPlayer
Package
Description
Contains events which are fired after specific actions are completed.
-
Uses of OfflinePlotPlayer in com.plotsquared.core.events.post
Methods in com.plotsquared.core.events.post that return OfflinePlotPlayerModifier and TypeMethodDescriptionPostPlayerBuyPlotEvent.previousOwner()The previous owner of the bought plot.Constructors in com.plotsquared.core.events.post with parameters of type OfflinePlotPlayerModifierConstructorDescriptionPostPlayerBuyPlotEvent(PlotPlayer<?> plotPlayer, OfflinePlotPlayer previousOwner, Plot plot, @org.checkerframework.checker.index.qual.NonNegative double price) -
Uses of OfflinePlotPlayer in com.plotsquared.core.permissions
Methods in com.plotsquared.core.permissions with parameters of type OfflinePlotPlayerModifier and TypeMethodDescription@NonNull Optional<PermissionProfile>PermissionHandler.getPermissionProfile(@NonNull OfflinePlotPlayer offlinePlotPlayer) Attempt to construct a permission profile for an offline plot player -
Uses of OfflinePlotPlayer in com.plotsquared.core.player
Classes in com.plotsquared.core.player that implement OfflinePlotPlayerModifier and TypeClassDescriptionclassclassPlotPlayer<P>The abstract class supportingBukkitPlayerandSpongePlayer. -
Uses of OfflinePlotPlayer in com.plotsquared.core.util
Methods in com.plotsquared.core.util that return OfflinePlotPlayerModifier and TypeMethodDescriptionabstract @Nullable OfflinePlotPlayerPlayerManager.getOfflinePlayer(@NonNull String username) Get an offline player object from the player's usernameabstract @Nullable OfflinePlotPlayerPlayerManager.getOfflinePlayer(@Nullable UUID uuid) Get an an offline player object from the player's UUIDMethods in com.plotsquared.core.util with parameters of type OfflinePlotPlayerModifier and TypeMethodDescriptionvoidEventDispatcher.callPostPlayerBuyPlot(PlotPlayer<?> player, OfflinePlotPlayer previousOwner, Plot plot, double price) abstract voidEconHandler.depositMoney(OfflinePlotPlayer player, double amount)