Class UltraDepositoryEvent

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.bukkit.event.Event

        org.bukkit.event.Event.Result
    • Constructor Summary

      Constructors 
      Constructor Description
      UltraDepositoryEvent​(@NotNull org.bukkit.entity.Player player, @NotNull Depository depository)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull Depository getDepository()  
      @NotNull org.bukkit.entity.Player getPlayer()  
      @NotNull UserData getUserData()  
      • Methods inherited from class org.bukkit.event.Event

        getEventName, getHandlers, isAsynchronous
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UltraDepositoryEvent

        public UltraDepositoryEvent​(@NotNull
                                    @NotNull org.bukkit.entity.Player player,
                                    @NotNull
                                    @NotNull Depository depository)
    • Method Detail

      • getUserData

        @NotNull
        public @NotNull UserData getUserData()
      • getPlayer

        @NotNull
        public @NotNull org.bukkit.entity.Player getPlayer()
      • getDepository

        @NotNull
        public @NotNull Depository getDepository()