Uses of Class
com.plotsquared.bukkit.BukkitPlatform
Packages that use BukkitPlatform
Package
Description
-
Uses of BukkitPlatform in com.plotsquared.bukkit.inject
Constructors in com.plotsquared.bukkit.inject with parameters of type BukkitPlatform -
Uses of BukkitPlatform in com.plotsquared.bukkit.listener
Constructors in com.plotsquared.bukkit.listener with parameters of type BukkitPlatformModifierConstructorDescriptionEntityEventListener(@NonNull BukkitPlatform platform, @NonNull PlotAreaManager plotAreaManager, @NonNull EventDispatcher eventDispatcher) ServerListener(@NonNull BukkitPlatform plugin) -
Uses of BukkitPlatform in com.plotsquared.bukkit.util.task
Constructors in com.plotsquared.bukkit.util.task with parameters of type BukkitPlatformModifierConstructorDescriptionBukkitTaskManager(@NonNull BukkitPlatform bukkitMain, @NonNull TaskTime.TimeConverter timeConverter)