- getAcceptedItems() - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseEvent
-
Gibt die akzeptierten Items zurück.
- getAmount() - Method in class de.byteandbit.velociraptor.api.data.item.ItemPrice
-
Gibt die Anzahl des Items zurück.
- getAmountOf(Item) - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseEvent
-
- getAmountOf(Item) - Method in class de.byteandbit.velociraptor.api.events.sell.SellEvent
-
Gibt die Anzahl zurück, wie oft ein Item gedroppt / verkauft wurde.
- getAreaAPI() - Method in class de.byteandbit.velociraptor.api.VelociraptorAPI
-
Gibt die Area API zurück.
- getAreaImpl() - Method in interface de.byteandbit.velociraptor.api.VelociraptorImpl
-
- getBalance() - Method in class de.byteandbit.velociraptor.api.stats.MoneyInformation
-
Gibt das aktuelle Guthaben zurück.
- getBankBalance() - Method in class de.byteandbit.velociraptor.api.stats.MoneyInformation
-
Gibt das aktuelle Bankguthaben zurück.
- getCancelReason() - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseDetectedEvent
-
Gibt die Nachricht zurück, die an den Spieler geschickt wird, wenn das Event gecancelled wird.
- getCancelReason() - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchasePrePayEvent
-
Gibt die Nachricht zurück, die an den Spieler geschickt wird, wenn das Event gecancelled wird.
- getCancelReason() - Method in class de.byteandbit.velociraptor.api.events.sell.SellDetectedEvent
-
Gibt die Nachricht zurück, die an den Spieler geschickt wird, wenn das Event gecancelled wird.
- getCancelReason() - Method in class de.byteandbit.velociraptor.api.events.sell.SellPreDropEvent
-
Gibt die Nachricht zurück, die an den Spieler geschickt wird, wenn das Event gecancelled wird.
- getChatAPI() - Method in class de.byteandbit.velociraptor.api.VelociraptorAPI
-
Gibt die Chat API zurück.
- getChatImpl() - Method in interface de.byteandbit.velociraptor.api.VelociraptorImpl
-
- getCommandsImpl() - Method in interface de.byteandbit.velociraptor.api.VelociraptorImpl
-
- getCurrentMoneyInformation() - Method in interface de.byteandbit.velociraptor.api.stats.StatsAPI
-
Gibt die aktuellen Geldinformationen zu einem Spieler zurück.
- getDisplayName() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
-
Gibt den gesetzten Anzeigenamen des Item Eintrags zurück.
- getEnchantments() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
-
Gibt, falls gesetzt, die Item Verzauberungen zurück.
- getId() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemEnchantments
-
- getIngameCommandsAPI() - Method in class de.byteandbit.velociraptor.api.VelociraptorAPI
-
Gibt die IngameCommands API zurück.
- getInternalId() - Method in class de.byteandbit.velociraptor.api.data.item.Item
-
Gibt die interne ID des Item Eintrags zurück.
- getItemFlags() - Method in class de.byteandbit.velociraptor.api.data.item.Item
-
Gibt die eingestellten ItemFlags zurück.
- getItemLore() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
-
Gibt, falls gesetzt, die ItemLore in einem Array zurück (Zeile für Zeile).
- getItemMaterial() - Method in class de.byteandbit.velociraptor.api.data.item.Item
-
Gibt das Item Material zurück.
- getItems() - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseEvent
-
Gibt die Items zurück, die der Spieler eingelegt hat.
- getItems() - Method in class de.byteandbit.velociraptor.api.events.sell.SellEvent
-
Gibt die verkauften Items zurück, falls diese bereits erkannt wurden.
- getLastUpdated() - Method in class de.byteandbit.velociraptor.api.stats.MoneyInformation
-
Gibt zurück, wann die Guthaben Werte das letzte mal von uns aktualisiert/eingelesen wurden.
- getLevel() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemEnchantments
-
- getLine() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemLore
-
- getLineNumber() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemLore
-
- getLogger() - Method in class de.byteandbit.velociraptor.api.VelociraptorAPI
-
Gibt den Logger für die velociraptor.log zurück.
- getLogger() - Method in interface de.byteandbit.velociraptor.api.VelociraptorImpl
-
- getMessage() - Method in class de.byteandbit.velociraptor.api.events.player.PlayerPrivateMessageEvent
-
Gibt die Nachricht des Spielers zurück.
- getMetadata() - Method in class de.byteandbit.velociraptor.api.data.item.Item
-
Gibt die Item Metadaten zurück.
- getName() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMaterial
-
Gibt den Namen des Materials zurück, zum Beispiel minecraft:stone.
- getNickname() - Method in class de.byteandbit.velociraptor.api.data.item.Item
-
Gibt den Nickname des Items zurück.
- getPayAmount() - Method in class de.byteandbit.velociraptor.api.events.sell.MoneyDetectedEvent
-
Gibt den bezahlten Betrag an den Bot zurück.
- getPayAmount() - Method in class de.byteandbit.velociraptor.api.events.sell.SellEvent
-
Gibt den bezahlten Betrag an den Bot zurück.
- getPaymentAPI() - Method in class de.byteandbit.velociraptor.api.VelociraptorAPI
-
Gibt die Payment API zurück.
- getPaymentImpl() - Method in interface de.byteandbit.velociraptor.api.VelociraptorImpl
-
- getPayOutAmount() - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseEvent
-
Gibt den ausgezahlten Betrag an den Spieler zurück.
- getPipelineAPI() - Method in class de.byteandbit.velociraptor.api.VelociraptorAPI
-
Gibt die Pipeline API zurück.
- getPipelineImpl() - Method in interface de.byteandbit.velociraptor.api.VelociraptorImpl
-
- getPipelineState() - Method in interface de.byteandbit.velociraptor.api.pipeline.PipelineAPI
-
Gibt den aktuellen Zustand der Pipeline zurück.
- getPlayerName() - Method in class de.byteandbit.velociraptor.api.events.player.PlayerEvent
-
Gibt den Spielernamen zurück, der das Event verursacht hat.
- getPlayerUUID() - Method in class de.byteandbit.velociraptor.api.events.player.PlayerEvent
-
Gibt die UUID des Spielers zurück, der das Event verursacht hat.
- getPrice() - Method in class de.byteandbit.velociraptor.api.data.item.ItemPrice
-
Gibt den Item Preis zurück.
- getPrices() - Method in class de.byteandbit.velociraptor.api.data.item.Item
-
Gibt die eingestellten Item Preise zurück.
- getReason() - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseAbortedEvent
-
Gibt den Grund zurück, wieso das Verkaufsevent abgebrochen wurde.
- getReason() - Method in class de.byteandbit.velociraptor.api.events.sell.SellAbortedEvent
-
Gibt den Grund zurück, wieso das Verkaufsevent abgebrochen wurde.
- getRepairCost() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
-
Gibt die Reparaturkosten zurück.
- getSignDate() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
-
Gibt das Datum, an dem das Item signiert wurde zurück, falls gesetzt.
- getSignUser() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
-
Gibt den Nutzer, der das Item signiert hat zurück, falls gesetzt.
- getStackSize() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMaterial
-
Gibt die Stack-Size des Materials zurück, bei Knochen z.B.
- getStatsAPI() - Method in class de.byteandbit.velociraptor.api.VelociraptorAPI
-
Gibt die Statistik API zurück.
- getStatsImpl() - Method in interface de.byteandbit.velociraptor.api.VelociraptorImpl
-
- getSubId() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMaterial
-
Gibt die Sub-ID des Materials zurück, zum Beispiel "2".
- getTPS() - Method in interface de.byteandbit.velociraptor.api.stats.StatsAPI
-
Gibt die aktuelle Server TPS zurück.
- getType() - Method in class de.byteandbit.velociraptor.api.data.item.ItemPrice
-
Gibt den Typ des Eintrags zurück, Verkauf oder Ankauf.
- getWarehouseCount() - Method in class de.byteandbit.velociraptor.api.data.item.Item
-
Gibt den aktuellen Lagerstand zurück.
- IngameCommand - Class in de.byteandbit.velociraptor.api.chat
-
Repräsentiert einen IngameCommand.
- IngameCommand(String) - Constructor for class de.byteandbit.velociraptor.api.chat.IngameCommand
-
Initialisiert einen Command mit dem angegebenen Name
- IngameCommandsAPI - Interface in de.byteandbit.velociraptor.api.chat
-
Die IngamePermissionsAPI ist zuständig für die Registrierung und Verwaltung von /msg Commands.
- isActive() - Method in class de.byteandbit.velociraptor.api.data.item.Item
-
Gibt zurück, ob der Itemeintrag gerade aktiv ist.
- isCancelled() - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseDetectedEvent
-
Falls dies true zurückgibt, wird der Ankauf abgebrochen.
- isCancelled() - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchasePrePayEvent
-
Falls dies true zurückgibt, wird der Ankauf abgebrochen.
- isCancelled() - Method in class de.byteandbit.velociraptor.api.events.sell.MoneyDetectedEvent
-
Falls dies true zurückgibt, wird der Verkauf abgebrochen.
- isCancelled() - Method in class de.byteandbit.velociraptor.api.events.sell.SellDetectedEvent
-
Falls dies true zurückgibt, wird der Verkauf abgebrochen.
- isCancelled() - Method in class de.byteandbit.velociraptor.api.events.sell.SellPreDropEvent
-
Falls dies true zurückgibt, wird der Verkauf abgebrochen.
- isOnBotPos() - Method in interface de.byteandbit.velociraptor.api.area.AreaAPI
-
- isPayBack() - Method in class de.byteandbit.velociraptor.api.events.sell.MoneyDetectedEvent
-
Falls dies true zurückgibt, wird die Zahlung zurückgezahlt bei Abbruch.
- Item - Class in de.byteandbit.velociraptor.api.data.item
-
Datenstruktur für einen Item-Eintrag im Bot.
- Item() - Constructor for class de.byteandbit.velociraptor.api.data.item.Item
-
- ItemEnchantments() - Constructor for class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemEnchantments
-
- ItemFlags - Class in de.byteandbit.velociraptor.api.data.item
-
Items können sogenannte Flags haben.
- ItemFlags() - Constructor for class de.byteandbit.velociraptor.api.data.item.ItemFlags
-
- ItemLore() - Constructor for class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemLore
-
- ITEMLORE_EQUALS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
-
- ItemMaterial - Class in de.byteandbit.velociraptor.api.data.item
-
Datenstruktur für das Item Material im Bot
- ItemMaterial() - Constructor for class de.byteandbit.velociraptor.api.data.item.ItemMaterial
-
- ItemMetadata - Class in de.byteandbit.velociraptor.api.data.item
-
- ItemMetadata() - Constructor for class de.byteandbit.velociraptor.api.data.item.ItemMetadata
-
- ItemMetadata.ItemEnchantments - Class in de.byteandbit.velociraptor.api.data.item
-
- ItemMetadata.ItemLore - Class in de.byteandbit.velociraptor.api.data.item
-
- ItemPrice - Class in de.byteandbit.velociraptor.api.data.item
-
Datenstruktur für einen Itempreis
- ItemPrice() - Constructor for class de.byteandbit.velociraptor.api.data.item.ItemPrice
-
- items - Variable in class de.byteandbit.velociraptor.api.events.purchase.PurchaseEvent
-
- items - Variable in class de.byteandbit.velociraptor.api.events.sell.SellEvent
-
- ItemType - Enum in de.byteandbit.velociraptor.api.data.item
-
- payAmount - Variable in class de.byteandbit.velociraptor.api.events.purchase.PurchaseEvent
-
- payAmount - Variable in class de.byteandbit.velociraptor.api.events.sell.SellEvent
-
- PaymentAPI - Interface in de.byteandbit.velociraptor.api.payment
-
Die PaymentAPI steuert die Zahlungsaktionen wie Verkauf und Ankauf.
- PermissionType - Enum in de.byteandbit.velociraptor.api.chat
-
Repräsentiert einen Permission Typ.
- PipelineAPI - Interface in de.byteandbit.velociraptor.api.pipeline
-
Diese API ist für die Synchronisierung der Bot Funktionen zuständig, die nicht parallel laufen können.
- PipelineState - Enum in de.byteandbit.velociraptor.api.pipeline
-
Repräsentiert den aktuellen Status der Bot Pipeline
- PlayerAreaEnterEvent - Class in de.byteandbit.velociraptor.api.events.area
-
Dieses Event wird aufgerufen sobald ein Spieler die Verkaufszone betritt.
- PlayerAreaEnterEvent(String, String) - Constructor for class de.byteandbit.velociraptor.api.events.area.PlayerAreaEnterEvent
-
- PlayerAreaLeaveEvent - Class in de.byteandbit.velociraptor.api.events.area
-
Dieses Event wird aufgerufen sobald ein Spieler die Verkaufszone wieder verlässt.
- PlayerAreaLeaveEvent(String, String) - Constructor for class de.byteandbit.velociraptor.api.events.area.PlayerAreaLeaveEvent
-
- PlayerEvent - Class in de.byteandbit.velociraptor.api.events.player
-
Basis für jegliche spielerbezogene Events.
- PlayerEvent() - Constructor for class de.byteandbit.velociraptor.api.events.player.PlayerEvent
-
- playerName - Variable in class de.byteandbit.velociraptor.api.events.player.PlayerEvent
-
- PlayerPrivateMessageEvent - Class in de.byteandbit.velociraptor.api.events.player
-
Dieses Event wird aufgerufen sobald dem Bot eine private Nachricht von einem Spieler gesendet wurde.
- PlayerPrivateMessageEvent(String, String, String) - Constructor for class de.byteandbit.velociraptor.api.events.player.PlayerPrivateMessageEvent
-
- playerUUID - Variable in class de.byteandbit.velociraptor.api.events.player.PlayerEvent
-
- plotChat() - Static method in class de.byteandbit.velociraptor.api.chat.ChatMessage
-
Erstellt eine ChatMessage, die in den Plot Chat geschickt wird.
- post(T) - Method in class de.byteandbit.velociraptor.api.events.EventBus
-
Wirft ein Event an alle registrierten Klassen im EventBus.
- priority(ChatPriority) - Method in class de.byteandbit.velociraptor.api.chat.ChatMessage
-
Setzt die Chat Priorität.
- privateMessage(String, String, Object...) - Method in class de.byteandbit.velociraptor.api.chat.ChatMessage
-
Verschickt eine private Nachricht.
- PurchaseAbortedEvent - Class in de.byteandbit.velociraptor.api.events.purchase
-
Dieses Ankaufsevent wird aufgerufen, wenn der Ankauf eines Spielers abgebrochen wurde.
- PurchaseAbortedEvent(String, String, Set<Item>, Map<Item, Integer>, double, PurchaseAbortedEvent.AbortReason) - Constructor for class de.byteandbit.velociraptor.api.events.purchase.PurchaseAbortedEvent
-
- PurchaseAbortedEvent.AbortReason - Enum in de.byteandbit.velociraptor.api.events.purchase
-
- PurchaseDetectedEvent - Class in de.byteandbit.velociraptor.api.events.purchase
-
Dieses Ankaufevent wird aufgerufen, nachdem ein Ankaufbefehl über API/via private Nachricht erkannt wurde.
- PurchaseDetectedEvent(String, String) - Constructor for class de.byteandbit.velociraptor.api.events.purchase.PurchaseDetectedEvent
-
- PurchaseEvent - Class in de.byteandbit.velociraptor.api.events.purchase
-
Basis für die Ankaufsevents
- PurchaseEvent(String, String, Set<Item>, Map<Item, Integer>, double) - Constructor for class de.byteandbit.velociraptor.api.events.purchase.PurchaseEvent
-
- PurchasePrePayEvent - Class in de.byteandbit.velociraptor.api.events.purchase
-
Dieses Ankaufevent wird aufgerufen, nachdem Bot die Ankaufsitems ins Lager gelegt und die falschen Items droppt/zurücklegt hat.
- PurchasePrePayEvent(String, String, Set<Item>, Map<Item, Integer>, double) - Constructor for class de.byteandbit.velociraptor.api.events.purchase.PurchasePrePayEvent
-
- value() - Method in class de.byteandbit.velociraptor.api.chat.ChatPriority
-
Gibt den Wert der ChatPriority zurück.
- valueOf(String) - Static method in enum de.byteandbit.velociraptor.api.chat.ChatMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.byteandbit.velociraptor.api.chat.PermissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.byteandbit.velociraptor.api.data.item.ItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.byteandbit.velociraptor.api.events.purchase.PurchaseAbortedEvent.AbortReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.byteandbit.velociraptor.api.events.sell.SellAbortedEvent.AbortReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.byteandbit.velociraptor.api.pipeline.PipelineState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.byteandbit.velociraptor.api.stats.StatType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.byteandbit.velociraptor.api.chat.ChatMessage.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.byteandbit.velociraptor.api.chat.PermissionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.byteandbit.velociraptor.api.data.item.ItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.byteandbit.velociraptor.api.events.purchase.PurchaseAbortedEvent.AbortReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.byteandbit.velociraptor.api.events.sell.SellAbortedEvent.AbortReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.byteandbit.velociraptor.api.pipeline.PipelineState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.byteandbit.velociraptor.api.stats.StatType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VelociraptorAPI - Class in de.byteandbit.velociraptor.api
-
Dies ist die Hauptklasse der Velociraptor API.
- VelociraptorAPI() - Constructor for class de.byteandbit.velociraptor.api.VelociraptorAPI
-
- VelociraptorImpl - Interface in de.byteandbit.velociraptor.api
-
Nur für die interne Verwendung.