Skip navigation links
A C D E G H I L M N P R S T U V 

A

acceptedItems - Variable in class de.byteandbit.velociraptor.api.events.purchase.PurchaseEvent
 
addItemStat(StatType, double, Item, int) - Method in interface de.byteandbit.velociraptor.api.stats.StatsAPI
Fügt eine Itemstatistik hinzu.
addPlayerStat(StatType, double, String, String) - Method in interface de.byteandbit.velociraptor.api.stats.StatsAPI
Fügt eine Spielerstatistik hinzu.
AfterPurchaseEvent - Class in de.byteandbit.velociraptor.api.events.purchase
Dieses Ankaufsevent wird nach jedem abgeschlossenen Ankauf aufgerufen.
AfterPurchaseEvent(String, String, Set<Item>, Map<Item, Integer>, double) - Constructor for class de.byteandbit.velociraptor.api.events.purchase.AfterPurchaseEvent
 
AfterSellEvent - Class in de.byteandbit.velociraptor.api.events.sell
Dieses Verkaufevent wird nach jedem abgeschlossenen Verkauf aufgerufen.
AfterSellEvent(String, String, Map<Item, Integer>, double) - Constructor for class de.byteandbit.velociraptor.api.events.sell.AfterSellEvent
 
aquireLock() - Method in interface de.byteandbit.velociraptor.api.pipeline.PipelineAPI
Diese Methode wird solange blockiert, bis alle vorherigen Aktionen abgearbeitet wurden und die nächste Aktion starten kann.
AreaAPI - Interface in de.byteandbit.velociraptor.api.area
API für die Zonen und Bot Positionen.

C

chat() - Static method in class de.byteandbit.velociraptor.api.chat.ChatMessage
Erstellt eine ChatMessage, die in den normalen Chat geschickt wird.
ChatAPI - Interface in de.byteandbit.velociraptor.api.chat
Die ChatAPI ist zuständig für die Verwaltung des Chats, das Abfangen von Chat Nachrichten, die Validierung von Geldeingängen sowie das geordnete Senden von Befehlen.
ChatMessage - Class in de.byteandbit.velociraptor.api.chat
Repräsentiert eine ChatNachricht oder einen Befehl.
ChatMessage.Type - Enum in de.byteandbit.velociraptor.api.chat
 
ChatPriority - Class in de.byteandbit.velociraptor.api.chat
Definiert die Priorität, mit der Befehle/Nachrichten gesendet werden.
command() - Static method in class de.byteandbit.velociraptor.api.chat.ChatMessage
Erstellt eine ChatMessage, die als Befehl ausgeführt wird.

D

de.byteandbit.velociraptor.api - package de.byteandbit.velociraptor.api
 
de.byteandbit.velociraptor.api.area - package de.byteandbit.velociraptor.api.area
 
de.byteandbit.velociraptor.api.chat - package de.byteandbit.velociraptor.api.chat
 
de.byteandbit.velociraptor.api.data.item - package de.byteandbit.velociraptor.api.data.item
 
de.byteandbit.velociraptor.api.events - package de.byteandbit.velociraptor.api.events
 
de.byteandbit.velociraptor.api.events.area - package de.byteandbit.velociraptor.api.events.area
 
de.byteandbit.velociraptor.api.events.player - package de.byteandbit.velociraptor.api.events.player
 
de.byteandbit.velociraptor.api.events.purchase - package de.byteandbit.velociraptor.api.events.purchase
 
de.byteandbit.velociraptor.api.events.sell - package de.byteandbit.velociraptor.api.events.sell
 
de.byteandbit.velociraptor.api.payment - package de.byteandbit.velociraptor.api.payment
 
de.byteandbit.velociraptor.api.pipeline - package de.byteandbit.velociraptor.api.pipeline
 
de.byteandbit.velociraptor.api.stats - package de.byteandbit.velociraptor.api.stats
 
DISPLAYNAME_CONTAINS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
DISPLAYNAME_EQUALS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 

E

ENCHANTMENT_EQUALS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
equals(Object) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMaterial
 
equals(Object) - Method in class de.byteandbit.velociraptor.api.data.item.ItemPrice
 
Event - Class in de.byteandbit.velociraptor.api.events
Basisklasse für Events.
Event() - Constructor for class de.byteandbit.velociraptor.api.events.Event
 
EVENT_BUS - Static variable in class de.byteandbit.velociraptor.api.VelociraptorAPI
Der EventBus ist eines der wichtigsten Features der API.
EventBus - Class in de.byteandbit.velociraptor.api.events
Der EventBus ist eines der wichtigsten Features der API.
EventBus(Logger) - Constructor for class de.byteandbit.velociraptor.api.events.EventBus
 
EventHandler - Annotation Type in de.byteandbit.velociraptor.api.events
Markiert eine Methode für den EventBus.
execute(String, String, String...) - Method in class de.byteandbit.velociraptor.api.chat.IngameCommand
Wird aufgerufen, nachdem die Permission eines Spielers gecheckt wurde und der Command nun ausgeführt werden soll.

G

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.

H

hasFlag(int, int) - Static method in class de.byteandbit.velociraptor.api.data.item.ItemFlags
Prüft ob eine Flag gesetzt ist.
hashCode() - Method in class de.byteandbit.velociraptor.api.data.item.ItemMaterial
 
hashCode() - Method in class de.byteandbit.velociraptor.api.data.item.ItemPrice
 
hasPermission(String, String, String...) - Method in class de.byteandbit.velociraptor.api.chat.IngameCommand
Wird aufgerufen, um zu prüfen, ob ein Spieler die Berechtigung hat, einen Message/IngameBefehl auszuführen.
hasPermission(String, String, PermissionType) - Method in interface de.byteandbit.velociraptor.api.chat.IngameCommandsAPI
Prüft, ob der angegebene Spieler die angegebene Permission hat.
hasPermission(UUID, String, PermissionType) - Method in interface de.byteandbit.velociraptor.api.chat.IngameCommandsAPI
Prüft, ob der angegebene Spieler die angegebene Permission hat.
HIGH - Static variable in class de.byteandbit.velociraptor.api.chat.ChatPriority
 
HIGHEST - Static variable in class de.byteandbit.velociraptor.api.chat.ChatPriority
 

I

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
 

L

LOW - Static variable in class de.byteandbit.velociraptor.api.chat.ChatPriority
 

M

MEDIUM - Static variable in class de.byteandbit.velociraptor.api.chat.ChatPriority
 
MoneyDetectedEvent - Class in de.byteandbit.velociraptor.api.events.sell
Dieses Event wird aufgerufen, direkt nachdem der Bot eine Zahlung erkannt hat, egal ob der Spieler in der Verkaufszone steht oder nicht.
MoneyDetectedEvent(String, String, double, boolean) - Constructor for class de.byteandbit.velociraptor.api.events.sell.MoneyDetectedEvent
 
MoneyInformation - Class in de.byteandbit.velociraptor.api.stats
Repräsentiert die aktuellen Geldinformationen des Bots.
MoneyInformation() - Constructor for class de.byteandbit.velociraptor.api.stats.MoneyInformation
 

N

name - Variable in class de.byteandbit.velociraptor.api.chat.IngameCommand
 
NBT_FIVE - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
NBT_FOUR - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
NBT_ONE - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
NBT_THREE - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
NBT_TWO - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
NBT_ZERO - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
NO_DAMAGE - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
NORMAL - Static variable in class de.byteandbit.velociraptor.api.chat.ChatPriority
 
NOT_USED - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 

P

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
 

R

register(IngameCommand) - Method in interface de.byteandbit.velociraptor.api.chat.IngameCommandsAPI
Registriert einen neuen IngameCommand.
register(Object) - Method in class de.byteandbit.velociraptor.api.events.EventBus
Registriert eine Klasse im EventBus.
releaseLock() - Method in interface de.byteandbit.velociraptor.api.pipeline.PipelineAPI
Beendet eine Aktion.
REPAIRCOST_EQUALS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
REPAIRCOST_LESS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
REPAIRCOST_LESSEQUALS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 

S

SellAbortedEvent - Class in de.byteandbit.velociraptor.api.events.sell
Dieses Verkaufsevent wird aufgerufen, wenn der Verkauf eines Spielers abgebrochen wurde.
SellAbortedEvent(String, String, Map<Item, Integer>, double, SellAbortedEvent.AbortReason) - Constructor for class de.byteandbit.velociraptor.api.events.sell.SellAbortedEvent
 
SellAbortedEvent.AbortReason - Enum in de.byteandbit.velociraptor.api.events.sell
 
SellDetectedEvent - Class in de.byteandbit.velociraptor.api.events.sell
Dieses Verkaufsevent wird aufgerufen, bevor der Bot die Items aus dem Lager holt.
SellDetectedEvent(String, String, Map<Item, Integer>, double) - Constructor for class de.byteandbit.velociraptor.api.events.sell.SellDetectedEvent
 
SellEvent - Class in de.byteandbit.velociraptor.api.events.sell
Basis für die Verkaufsevents.
SellEvent(String, String, Map<Item, Integer>, double) - Constructor for class de.byteandbit.velociraptor.api.events.sell.SellEvent
 
SellPreDropEvent - Class in de.byteandbit.velociraptor.api.events.sell
Dieses Verkaufsevent wird kurz bevor der Bot die Items aus dem Lager holt.
SellPreDropEvent(String, String, Map<Item, Integer>, double) - Constructor for class de.byteandbit.velociraptor.api.events.sell.SellPreDropEvent
 
send(ChatMessage) - Method in interface de.byteandbit.velociraptor.api.chat.ChatAPI
Sendet eine Nachricht oder einen Befehl.
setActive(boolean) - Method in class de.byteandbit.velociraptor.api.data.item.Item
 
setAmount(int) - Method in class de.byteandbit.velociraptor.api.data.item.ItemPrice
 
setCancelled(boolean) - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseDetectedEvent
 
setCancelled(boolean) - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchasePrePayEvent
 
setCancelled(boolean) - Method in class de.byteandbit.velociraptor.api.events.sell.MoneyDetectedEvent
 
setCancelled(boolean) - Method in class de.byteandbit.velociraptor.api.events.sell.SellDetectedEvent
 
setCancelled(boolean) - Method in class de.byteandbit.velociraptor.api.events.sell.SellPreDropEvent
 
setCancelReason(String) - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchaseDetectedEvent
 
setCancelReason(String) - Method in class de.byteandbit.velociraptor.api.events.purchase.PurchasePrePayEvent
 
setCancelReason(String) - Method in class de.byteandbit.velociraptor.api.events.sell.SellDetectedEvent
 
setCancelReason(String) - Method in class de.byteandbit.velociraptor.api.events.sell.SellPreDropEvent
 
setDisplayName(String) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
 
setEnchantments(ItemMetadata.ItemEnchantments[]) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
 
setFlag(int, int) - Static method in class de.byteandbit.velociraptor.api.data.item.ItemFlags
Hilfsfunktion zur Setzung einer Flag.
setId(int) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemEnchantments
 
setInternalId(String) - Method in class de.byteandbit.velociraptor.api.data.item.Item
 
setItemFlags(int) - Method in class de.byteandbit.velociraptor.api.data.item.Item
 
setItemLore(ItemMetadata.ItemLore[]) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
 
setItemMaterial(ItemMaterial) - Method in class de.byteandbit.velociraptor.api.data.item.Item
 
setLevel(int) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemEnchantments
 
setLine(String) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemLore
 
setLineNumber(int) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata.ItemLore
 
setMetadata(ItemMetadata) - Method in class de.byteandbit.velociraptor.api.data.item.Item
 
setName(String) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMaterial
 
setNickname(String) - Method in class de.byteandbit.velociraptor.api.data.item.Item
 
setPayBack(boolean) - Method in class de.byteandbit.velociraptor.api.events.sell.MoneyDetectedEvent
 
setPrice(double) - Method in class de.byteandbit.velociraptor.api.data.item.ItemPrice
 
setPrices(ItemPrice[]) - Method in class de.byteandbit.velociraptor.api.data.item.Item
 
setRepairCost(int) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
 
setSignDate(String) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
 
setSignUser(String) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMetadata
 
setStackSize(int) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMaterial
 
setSubId(int) - Method in class de.byteandbit.velociraptor.api.data.item.ItemMaterial
 
setType(ItemType) - Method in class de.byteandbit.velociraptor.api.data.item.ItemPrice
 
setWarehouseCount(int) - Method in class de.byteandbit.velociraptor.api.data.item.Item
 
SIGNDATE_EQUALS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
SIGNUSER_CONTAINS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
SIGNUSER_EQUALS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 
StatsAPI - Interface in de.byteandbit.velociraptor.api.stats
 
StatType - Enum in de.byteandbit.velociraptor.api.stats
 
SUBTYPE_EQUALS - Static variable in class de.byteandbit.velociraptor.api.data.item.ItemFlags
 

T

text(String, Object...) - Method in class de.byteandbit.velociraptor.api.chat.ChatMessage
Setzt die Nachricht, die geschickt werden soll.
toString() - Method in class de.byteandbit.velociraptor.api.stats.MoneyInformation
 
triggerPayment(String, double) - Method in interface de.byteandbit.velociraptor.api.payment.PaymentAPI
Löst einen Verkauf für den angegebenen Spieler und den angegebenen Betrag aus.
triggerPurchase() - Method in interface de.byteandbit.velociraptor.api.payment.PaymentAPI
Löst einen Ankauf aus.

U

unregister(Object) - Method in class de.byteandbit.velociraptor.api.events.EventBus
Unregistriert eine Klasse vom EventBus.
unsetFlag(int, int) - Static method in class de.byteandbit.velociraptor.api.data.item.ItemFlags
Hilfsfunktion zum Entfernen einer Flag-

V

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.
A C D E G H I L M N P R S T U V 
Skip navigation links

Copyright © 2023. All rights reserved.