Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ADD - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Adds value to the current value of the key on the server, if both the current value and value are arrays then value will be appended to the current @value.
- addCheckedLocations(Set<Long>) - Method in class dev.koifysh.archipelago.LocationManager
- addDataStorageOperation(SetPacket.Operation, Object) - Method in class dev.koifysh.archipelago.network.client.SetPacket
-
adds a
SetPacket.DataStorageOperationto be performed to the value on the server, these are applied in the order that you add them. - addTag(String) - Method in class dev.koifysh.archipelago.Client
-
add a tag to your list, keeping all previous tags intact.
- AdminCommandResult - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
The client entered an !admin command.
- ADVANCEMENT - Static variable in class dev.koifysh.archipelago.flags.NetworkItem
-
If set, indicates the item can unlock logical advancement
- alias - Variable in class dev.koifysh.archipelago.parts.NetworkPlayer
- AND - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Applies a bitwise AND to the current value on the server of the key with @value.
- APPacket - Class in dev.koifysh.archipelago.network
- APPacket(APPacketType) - Constructor for class dev.koifysh.archipelago.network.APPacket
- APPacketType - Enum Class in dev.koifysh.archipelago.network
- apPrint - Variable in class dev.koifysh.archipelago.events.PrintJSONEvent
- APPrint - Class in dev.koifysh.archipelago.Print
- APPrint() - Constructor for class dev.koifysh.archipelago.Print.APPrint
- APPrintColor - Enum Class in dev.koifysh.archipelago.Print
- APPrintJsonType - Enum Class in dev.koifysh.archipelago.Print
- APPrintPart - Class in dev.koifysh.archipelago.Print
- APPrintPart() - Constructor for class dev.koifysh.archipelago.Print.APPrintPart
- APPrintType - Enum Class in dev.koifysh.archipelago.Print
- ArchipelagoEventListener - Annotation Interface in dev.koifysh.archipelago.events
-
tag a method with this who's only parameter is a class that extends
Event - auto - Enum constant in enum class dev.koifysh.archipelago.network.Permission
- auto - Enum constant in enum class dev.koifysh.archipelago.network.RemainingMode.ForfeitMode
- auto_enabled - Enum constant in enum class dev.koifysh.archipelago.network.Permission
- autoEnabled - Enum constant in enum class dev.koifysh.archipelago.network.RemainingMode.ForfeitMode
B
- black - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- black_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- blue - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- blue_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- bold - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- Bounce - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- Bounced - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- BouncedEvent - Class in dev.koifysh.archipelago.events
- BouncedEvent(HashSet<String>, HashSet<String>, HashSet<Integer>, HashMap<String, Object>) - Constructor for class dev.koifysh.archipelago.events.BouncedEvent
- BouncedPacket - Class in dev.koifysh.archipelago.network.server
- BouncedPacket() - Constructor for class dev.koifysh.archipelago.network.server.BouncedPacket
- BouncePacket - Class in dev.koifysh.archipelago.network.client
- BouncePacket() - Constructor for class dev.koifysh.archipelago.network.client.BouncePacket
- BROADCAST_ALWAYS - Enum constant in enum class dev.koifysh.archipelago.network.client.CreateAsHint
- BROADCAST_NEW - Enum constant in enum class dev.koifysh.archipelago.network.client.CreateAsHint
C
- callEvent(Event) - Method in class dev.koifysh.archipelago.EventManager
- cause - Variable in class dev.koifysh.archipelago.events.DeathLinkEvent
- Chat - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player sent a chat message.
- checkedLocations - Variable in class dev.koifysh.archipelago.events.CheckedLocationsEvent
- checkedLocations - Variable in class dev.koifysh.archipelago.network.server.ConnectedPacket
- checkedLocations - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- CheckedLocationsEvent - Class in dev.koifysh.archipelago.events
- CheckedLocationsEvent(ArrayList<Long>) - Constructor for class dev.koifysh.archipelago.events.CheckedLocationsEvent
- checkLocation(long) - Method in class dev.koifysh.archipelago.Client
-
inform the Archipelago server that a location ID has been checked.
- checkLocation(long) - Method in class dev.koifysh.archipelago.LocationManager
- checkLocations(Collection<Long>) - Method in class dev.koifysh.archipelago.Client
-
inform the Archipelago server that a collection of location ID has been checked.
- checkLocations(Collection<Long>) - Method in class dev.koifysh.archipelago.LocationManager
- checksum - Variable in class dev.koifysh.archipelago.parts.Game
- client - Static variable in class dev.koifysh.archipelago.Client
- Client - Class in dev.koifysh.archipelago
- Client() - Constructor for class dev.koifysh.archipelago.Client
- CLIENT_GOAL - Enum constant in enum class dev.koifysh.archipelago.ClientStatus
- CLIENT_PLAYING - Enum constant in enum class dev.koifysh.archipelago.ClientStatus
- CLIENT_READY - Enum constant in enum class dev.koifysh.archipelago.ClientStatus
- CLIENT_UNKNOWN - Enum constant in enum class dev.koifysh.archipelago.ClientStatus
- ClientStatus - Enum Class in dev.koifysh.archipelago
-
A Status to send to the server.
- close() - Method in class dev.koifysh.archipelago.Client
-
closes a connection to the Archipelago server if connected.
- Collect - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player collected the remaining items for their world.
- color - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- color - Variable in enum class dev.koifysh.archipelago.Print.APPrintColor
- color - Variable in class dev.koifysh.archipelago.Print.APPrintPart
- CommandResult - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
Someone (usually the client) entered an ! command.
- connect(String) - Method in class dev.koifysh.archipelago.Client
-
Works exactly like
Client.connect(URI, boolean)with allowDowngrade set to true; - connect(URI) - Method in class dev.koifysh.archipelago.Client
-
Works exactly like
Client.connect(URI, boolean)but allowDowngrade is False - connect(URI, boolean) - Method in class dev.koifysh.archipelago.Client
-
Equivalent to
Client.connect(URI, boolean, SocketFactory)socketFactory being null. - connect(URI, boolean, SocketFactory) - Method in class dev.koifysh.archipelago.Client
-
Connects to an Archipelago server with previously provided info.
- Connect - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- Connected - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- ConnectedPacket - Class in dev.koifysh.archipelago.network.server
- ConnectedPacket() - Constructor for class dev.koifysh.archipelago.network.server.ConnectedPacket
- ConnectionAttemptEvent - Class in dev.koifysh.archipelago.events
- ConnectionAttemptEvent(int, int, String, JsonElement) - Constructor for class dev.koifysh.archipelago.events.ConnectionAttemptEvent
- ConnectionRefused - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- ConnectionRefusedPacket - Class in dev.koifysh.archipelago.network.server
- ConnectionRefusedPacket() - Constructor for class dev.koifysh.archipelago.network.server.ConnectionRefusedPacket
- ConnectionResult - Enum Class in dev.koifysh.archipelago.network
- ConnectionResultEvent - Class in dev.koifysh.archipelago.events
- ConnectionResultEvent(ConnectionResult) - Constructor for class dev.koifysh.archipelago.events.ConnectionResultEvent
- ConnectionResultEvent(ConnectionResult, int, int, String, JsonElement) - Constructor for class dev.koifysh.archipelago.events.ConnectionResultEvent
- ConnectPacket - Class in dev.koifysh.archipelago.network.client
- ConnectPacket() - Constructor for class dev.koifysh.archipelago.network.client.ConnectPacket
- ConnectUpdate - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- ConnectUpdatePacket - Class in dev.koifysh.archipelago.network.server
- ConnectUpdatePacket() - Constructor for class dev.koifysh.archipelago.network.server.ConnectUpdatePacket
- containsKey(String) - Method in class dev.koifysh.archipelago.events.BouncedEvent
- containsKey(String) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- countdown - Variable in class dev.koifysh.archipelago.Print.APPrint
- Countdown - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
The current server countdown has progressed.
- createAsHint - Variable in class dev.koifysh.archipelago.network.client.LocationScouts
- CreateAsHint - Enum Class in dev.koifysh.archipelago.network.client
- cyan - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- cyan_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
D
- data - Variable in class dev.koifysh.archipelago.events.RetrievedEvent
- data - Variable in class dev.koifysh.archipelago.network.server.BouncedPacket
- DataPackage - Class in dev.koifysh.archipelago.parts
- DataPackage - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- DataPackage() - Constructor for class dev.koifysh.archipelago.parts.DataPackage
- datapackageChecksums - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- datapackageChecksums - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- datapackageVersion - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- dataStorageGet(Collection<String>) - Method in class dev.koifysh.archipelago.Client
-
Uses DataStorage to reterieve a value from the server will get value back though a
RetrievedEvent. - dataStorageSet(SetPacket) - Method in class dev.koifysh.archipelago.Client
-
Uses DataStorage to save a value on the AP server.
- dataStorageSetNotify(Collection<String>) - Method in class dev.koifysh.archipelago.Client
-
Registers to receive updates of when a key in the Datastorage has been changed on the server.
- DeathLink - Class in dev.koifysh.archipelago.helper
-
a helper-class for sending and receiving death links.
- DeathLink() - Constructor for class dev.koifysh.archipelago.helper.DeathLink
- DeathLinkEvent - Class in dev.koifysh.archipelago.events
-
event that is fired whenever you receive a death link from another player.
- DeathLinkEvent(String, String, double) - Constructor for class dev.koifysh.archipelago.events.DeathLinkEvent
- DEFAULT - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
If the key has no value yet, Sets the current value of the key on the server to the default of the Set's package (@value is ignored).
- defaultValue - Variable in class dev.koifysh.archipelago.network.client.SetPacket
-
The default value to use in case the key has no value on the server.
- dev.koifysh.archipelago - package dev.koifysh.archipelago
- dev.koifysh.archipelago.events - package dev.koifysh.archipelago.events
- dev.koifysh.archipelago.flags - package dev.koifysh.archipelago.flags
- dev.koifysh.archipelago.helper - package dev.koifysh.archipelago.helper
- dev.koifysh.archipelago.network - package dev.koifysh.archipelago.network
- dev.koifysh.archipelago.network.client - package dev.koifysh.archipelago.network.client
- dev.koifysh.archipelago.network.server - package dev.koifysh.archipelago.network.server
- dev.koifysh.archipelago.parts - package dev.koifysh.archipelago.parts
- dev.koifysh.archipelago.Print - package dev.koifysh.archipelago.Print
- disabled - Enum constant in enum class dev.koifysh.archipelago.network.Permission
- disabled - Enum constant in enum class dev.koifysh.archipelago.network.RemainingMode
- disabled - Enum constant in enum class dev.koifysh.archipelago.network.RemainingMode.ForfeitMode
- disconnect() - Method in class dev.koifysh.archipelago.Client
-
disconnects from a connected Archipelago server.
E
- enabled - Enum constant in enum class dev.koifysh.archipelago.network.Permission
- enabled - Enum constant in enum class dev.koifysh.archipelago.network.RemainingMode
- enabled - Enum constant in enum class dev.koifysh.archipelago.network.RemainingMode.ForfeitMode
- entranceName - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- errors - Variable in class dev.koifysh.archipelago.network.server.ConnectionRefusedPacket
- Event - Interface in dev.koifysh.archipelago.events
- EventManager - Class in dev.koifysh.archipelago
-
Manages registering and calling events
- EventManager() - Constructor for class dev.koifysh.archipelago.EventManager
F
- flags - Variable in class dev.koifysh.archipelago.parts.NetworkItem
-
Bit flags that tell you information about the item.
- flags - Variable in class dev.koifysh.archipelago.Print.APPrintPart
- forfeitMode - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- found - Variable in class dev.koifysh.archipelago.Print.APPrint
G
- game - Variable in class dev.koifysh.archipelago.network.client.ConnectPacket
- game - Variable in class dev.koifysh.archipelago.parts.NetworkSlot
- Game - Class in dev.koifysh.archipelago.parts
- Game() - Constructor for class dev.koifysh.archipelago.parts.Game
- games - Variable in class dev.koifysh.archipelago.Client
- games - Variable in class dev.koifysh.archipelago.events.BouncedEvent
- games - Variable in class dev.koifysh.archipelago.network.client.BouncePacket
- games - Variable in class dev.koifysh.archipelago.network.server.BouncedPacket
- games - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- generatorVersion - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- Get - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- getAlias() - Method in class dev.koifysh.archipelago.Client
-
gets the alias of this slot.
- getBoolean(String) - Method in class dev.koifysh.archipelago.events.BouncedEvent
- getBoolean(String) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- getCheckedLocations() - Method in class dev.koifysh.archipelago.LocationManager
- getChecksums() - Method in class dev.koifysh.archipelago.parts.DataPackage
- getCmd() - Method in class dev.koifysh.archipelago.network.APPacket
- getConnectedAddress() - Method in class dev.koifysh.archipelago.Client
- getData() - Method in class dev.koifysh.archipelago.network.client.BouncePacket
- getDataPackage() - Method in class dev.koifysh.archipelago.Client
- GetDataPackage - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- GetDataPackagePacket - Class in dev.koifysh.archipelago.network.client
- GetDataPackagePacket() - Constructor for class dev.koifysh.archipelago.network.client.GetDataPackagePacket
- GetDataPackagePacket(Set<String>) - Constructor for class dev.koifysh.archipelago.network.client.GetDataPackagePacket
- getDouble(String) - Method in class dev.koifysh.archipelago.events.BouncedEvent
- getDouble(String) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- getEventManager() - Method in class dev.koifysh.archipelago.Client
- getFloat(String) - Method in class dev.koifysh.archipelago.events.BouncedEvent
- getFloat(String) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- getGame() - Method in class dev.koifysh.archipelago.Client
- getGame(String) - Method in class dev.koifysh.archipelago.parts.DataPackage
- getGames() - Method in class dev.koifysh.archipelago.parts.DataPackage
- getHintPoints() - Method in class dev.koifysh.archipelago.Client
- getIndex() - Method in class dev.koifysh.archipelago.events.ReceiveItemEvent
- getIndex() - Method in class dev.koifysh.archipelago.ItemManager
- getInt(String) - Method in class dev.koifysh.archipelago.events.BouncedEvent
- getInt(String) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- getItem() - Method in class dev.koifysh.archipelago.events.ReceiveItemEvent
- getItem(long) - Method in class dev.koifysh.archipelago.parts.Game
- getItem(long, String) - Method in class dev.koifysh.archipelago.parts.DataPackage
- getItemID() - Method in class dev.koifysh.archipelago.events.ReceiveItemEvent
- getItemManager() - Method in class dev.koifysh.archipelago.Client
- getItemName() - Method in class dev.koifysh.archipelago.events.ReceiveItemEvent
- getItemsHandlingFlags() - Method in class dev.koifysh.archipelago.Client
-
fetch the itemflags that have been set, bitwise Or against
ItemsHandlingto read. - getLocation(long) - Method in class dev.koifysh.archipelago.parts.Game
- getLocation(long, String) - Method in class dev.koifysh.archipelago.parts.DataPackage
- getLocationID() - Method in class dev.koifysh.archipelago.events.ReceiveItemEvent
- getLocationManager() - Method in class dev.koifysh.archipelago.Client
- getLocationName() - Method in class dev.koifysh.archipelago.events.ReceiveItemEvent
- getMissingLocations() - Method in class dev.koifysh.archipelago.LocationManager
- getMyName() - Method in class dev.koifysh.archipelago.Client
- getObject(String) - Method in class dev.koifysh.archipelago.events.BouncedEvent
- getObject(String) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- getOriginalCommand() - Method in class dev.koifysh.archipelago.events.InvalidPacketEvent
- GetPacket - Class in dev.koifysh.archipelago.network.client
-
Used to request a single or multiple values from the server's data storage, see the
ArchipelagoClient.dataStorageSet()for how to write values to the data storage. - GetPacket(Collection<String>) - Constructor for class dev.koifysh.archipelago.network.client.GetPacket
- getPassword() - Method in class dev.koifysh.archipelago.Client
- getPlainText() - Method in class dev.koifysh.archipelago.Print.APPrint
- getPlayer(int, int) - Method in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- getPlayerID() - Method in class dev.koifysh.archipelago.events.ReceiveItemEvent
- getPlayerName() - Method in class dev.koifysh.archipelago.events.ReceiveItemEvent
- getReceivedItemIDs() - Method in class dev.koifysh.archipelago.ItemManager
- getReceivedItems() - Method in class dev.koifysh.archipelago.ItemManager
- getRequestID() - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- getRequestID() - Method in class dev.koifysh.archipelago.events.SetReplyEvent
- getRequestID() - Method in class dev.koifysh.archipelago.network.client.GetPacket
- getRequestID() - Method in class dev.koifysh.archipelago.network.client.SetPacket
- getResult() - Method in class dev.koifysh.archipelago.events.ConnectionResultEvent
- getRoomInfo() - Method in class dev.koifysh.archipelago.Client
-
fetches the
- getSeedName() - Method in class dev.koifysh.archipelago.events.ConnectionAttemptEvent
- getSeedName() - Method in class dev.koifysh.archipelago.events.ConnectionResultEvent
- getSlot() - Method in class dev.koifysh.archipelago.Client
- getSlot() - Method in class dev.koifysh.archipelago.events.ConnectionAttemptEvent
- getSlot() - Method in class dev.koifysh.archipelago.events.ConnectionResultEvent
- getSlotData(Class<T>) - Method in class dev.koifysh.archipelago.events.ConnectionAttemptEvent
- getSlotData(Class<T>) - Method in class dev.koifysh.archipelago.events.ConnectionResultEvent
- getSlotInfo() - Method in class dev.koifysh.archipelago.Client
- getString(String) - Method in class dev.koifysh.archipelago.events.BouncedEvent
- getString(String) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- getTags() - Method in class dev.koifysh.archipelago.Client
- getTeam() - Method in class dev.koifysh.archipelago.Client
- getTeam() - Method in class dev.koifysh.archipelago.events.ConnectionAttemptEvent
- getTeam() - Method in class dev.koifysh.archipelago.events.ConnectionResultEvent
- getText() - Method in class dev.koifysh.archipelago.events.InvalidPacketEvent
- getText() - Method in class dev.koifysh.archipelago.network.server.PrintPacket
- getType() - Method in class dev.koifysh.archipelago.events.InvalidPacketEvent
- getUUID() - Method in class dev.koifysh.archipelago.Client
-
Gets the UUID of this client.
- getUUID() - Method in class dev.koifysh.archipelago.parts.DataPackage
- getValue() - Method in enum class dev.koifysh.archipelago.ClientStatus
- getValueAsObject(Class<T>) - Method in class dev.koifysh.archipelago.events.SetReplyEvent
- getValueAsObject(Type) - Method in class dev.koifysh.archipelago.events.SetReplyEvent
- getValueAsObject(String, Class<T>) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- getValueAsObject(String, Type) - Method in class dev.koifysh.archipelago.events.RetrievedEvent
- goal - Enum constant in enum class dev.koifysh.archipelago.network.Permission
- goal - Enum constant in enum class dev.koifysh.archipelago.network.RemainingMode
- Goal - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player reached their goal.
- gold - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- green - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- green_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- GROUP - Static variable in class dev.koifysh.archipelago.flags.NetworkPlayer
-
If set, indicates the slot is a group.
H
- hasOriginalCommand() - Method in class dev.koifysh.archipelago.events.InvalidPacketEvent
- Hint - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player hinted.
- HINT_AVOID - Enum constant in enum class dev.koifysh.archipelago.network.client.HintStatus
- HINT_FOUND - Enum constant in enum class dev.koifysh.archipelago.network.client.HintStatus
- HINT_NO_PRIORITY - Enum constant in enum class dev.koifysh.archipelago.network.client.HintStatus
- HINT_PRIORITY - Enum constant in enum class dev.koifysh.archipelago.network.client.HintStatus
- HINT_UNSPECIFIED - Enum constant in enum class dev.koifysh.archipelago.network.client.HintStatus
- hintCost - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- hintCost - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- hintPoints - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- HintStatus - Enum Class in dev.koifysh.archipelago.network.client
I
- IncompatibleVersion - Enum constant in enum class dev.koifysh.archipelago.network.ConnectionResult
- index - Variable in class dev.koifysh.archipelago.network.server.ReceivedItemsPacket
- InvalidPacket - Class in dev.koifysh.archipelago.network.server
- InvalidPacket - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- InvalidPacket() - Constructor for class dev.koifysh.archipelago.network.server.InvalidPacket
- InvalidPacketEvent - Class in dev.koifysh.archipelago.events
- InvalidPacketEvent(String, String, String) - Constructor for class dev.koifysh.archipelago.events.InvalidPacketEvent
- InvalidPassword - Enum constant in enum class dev.koifysh.archipelago.network.ConnectionResult
- InvalidSlot - Enum constant in enum class dev.koifysh.archipelago.network.ConnectionResult
- isCanceled() - Method in class dev.koifysh.archipelago.events.ConnectionAttemptEvent
- isConnected() - Method in class dev.koifysh.archipelago.Client
-
Returns true only if connected to an Archipelago server.
- item - Variable in class dev.koifysh.archipelago.events.PrintJSONEvent
- item - Variable in class dev.koifysh.archipelago.Print.APPrint
- ItemCheat - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player used the `!getitem` command.
- itemID - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- itemID - Variable in class dev.koifysh.archipelago.parts.NetworkItem
- ItemManager - Class in dev.koifysh.archipelago
- ItemManager(Client) - Constructor for class dev.koifysh.archipelago.ItemManager
- itemName - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- itemName - Variable in class dev.koifysh.archipelago.parts.NetworkItem
- itemNameToId - Variable in class dev.koifysh.archipelago.parts.Game
- items - Variable in class dev.koifysh.archipelago.network.server.ReceivedItemsPacket
- ItemSend - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player received an item.
- itemsHandling - Variable in class dev.koifysh.archipelago.network.client.ConnectPacket
- ItemsHandling - Class in dev.koifysh.archipelago.flags
-
Item Flag variables to read
Client.getItemsHandlingFlags()and setClient.setItemsHandlingFlags(int)
Current item flags:ItemsHandling.SEND_ITEMSItemsHandling.SEND_OWN_ITEMSItemsHandling.SEND_STARTING_INVENTORY - ItemsHandling() - Constructor for class dev.koifysh.archipelago.flags.ItemsHandling
J
- Join - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player connected.
- JsonPrintPacket - Class in dev.koifysh.archipelago.network.server
- JsonPrintPacket() - Constructor for class dev.koifysh.archipelago.network.server.JsonPrintPacket
K
- key - Variable in class dev.koifysh.archipelago.events.SetReplyEvent
- key - Variable in class dev.koifysh.archipelago.network.client.SetPacket
-
The key to manipulate.
- key - Variable in class dev.koifysh.archipelago.network.server.SetReplyPacket
- keys - Variable in class dev.koifysh.archipelago.network.client.GetPacket
-
a list of keys to retrieve data for.
- keys - Variable in class dev.koifysh.archipelago.network.client.SetNotifyPacket
-
a list of datastorage keys to be notified upon their change.
- keys - Variable in class dev.koifysh.archipelago.network.server.RetrievedPacket
L
- label - Variable in enum class dev.koifysh.archipelago.network.RemainingMode.ForfeitMode
- LEFT_SHIFT - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Applies a bitwise left-shift to the current value of the key on the server by @value.
- loadDataPackage() - Method in class dev.koifysh.archipelago.Client
- locationCheckPoints - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- locationCheckPoints - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- LocationChecks - Class in dev.koifysh.archipelago.network.client
- LocationChecks - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- LocationChecks() - Constructor for class dev.koifysh.archipelago.network.client.LocationChecks
- locationID - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- locationID - Variable in class dev.koifysh.archipelago.parts.NetworkItem
- LocationInfo - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- LocationInfoEvent - Class in dev.koifysh.archipelago.events
- LocationInfoEvent(ArrayList<NetworkItem>) - Constructor for class dev.koifysh.archipelago.events.LocationInfoEvent
- LocationInfoPacket - Class in dev.koifysh.archipelago.network.server
- LocationInfoPacket() - Constructor for class dev.koifysh.archipelago.network.server.LocationInfoPacket
- LocationManager - Class in dev.koifysh.archipelago
- LocationManager(Client) - Constructor for class dev.koifysh.archipelago.LocationManager
- locationName - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- locationName - Variable in class dev.koifysh.archipelago.parts.NetworkItem
- locationNameToId - Variable in class dev.koifysh.archipelago.parts.Game
- locations - Variable in class dev.koifysh.archipelago.events.LocationInfoEvent
- locations - Variable in class dev.koifysh.archipelago.network.client.LocationChecks
- locations - Variable in class dev.koifysh.archipelago.network.client.LocationScouts
- locations - Variable in class dev.koifysh.archipelago.network.server.LocationInfoPacket
- LocationScouts - Class in dev.koifysh.archipelago.network.client
- LocationScouts - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- LocationScouts(ArrayList<Long>) - Constructor for class dev.koifysh.archipelago.network.client.LocationScouts
- LocationScouts(ArrayList<Long>, Integer) - Constructor for class dev.koifysh.archipelago.network.client.LocationScouts
M
- magenta - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- magenta_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- MAX - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Sets the current value of the key on the server to @value if @value is bigger.
- message - Variable in class dev.koifysh.archipelago.Print.APPrint
- MIN - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Sets the current value of the key on the server to @value if @value is lower.
- missingLocations - Variable in class dev.koifysh.archipelago.network.server.ConnectedPacket
- missingLocations - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- MODULO - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Sets the current value of the key on the server to the remainder after division by @value.
- MULTIPLY - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Multiplies the current value of the key on the server by @value.
N
- name - Variable in class dev.koifysh.archipelago.network.client.ConnectPacket
- name - Variable in class dev.koifysh.archipelago.parts.NetworkPlayer
- name - Variable in class dev.koifysh.archipelago.parts.NetworkSlot
- NetworkItem - Class in dev.koifysh.archipelago.flags
-
Flags that will tell you more about the item that was sent.
NetworkItem.ADVANCEMENT,NetworkItem.USEFUL,NetworkItem.TRAP - NetworkItem - Class in dev.koifysh.archipelago.parts
- NetworkItem() - Constructor for class dev.koifysh.archipelago.flags.NetworkItem
- NetworkItem() - Constructor for class dev.koifysh.archipelago.parts.NetworkItem
- NetworkPlayer - Class in dev.koifysh.archipelago.flags
-
Flags that will tell you more about the slot type.
NetworkPlayer.SPECTATOR,NetworkPlayer.PLAYER,NetworkPlayer.GROUP - NetworkPlayer - Class in dev.koifysh.archipelago.parts
- NetworkPlayer() - Constructor for class dev.koifysh.archipelago.flags.NetworkPlayer
- NetworkPlayer(int, int, String) - Constructor for class dev.koifysh.archipelago.parts.NetworkPlayer
- networkPlayers - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- networkPlayers - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- NetworkSlot - Class in dev.koifysh.archipelago.parts
- NetworkSlot(String, String, int) - Constructor for class dev.koifysh.archipelago.parts.NetworkSlot
- NO - Enum constant in enum class dev.koifysh.archipelago.network.client.CreateAsHint
- none - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
O
- onClose(String, int) - Method in class dev.koifysh.archipelago.Client
- onError(Exception) - Method in class dev.koifysh.archipelago.Client
- operations - Variable in class dev.koifysh.archipelago.network.client.SetPacket
-
Operations to apply to the value on the server, multiple operations can be present, and they will be executed in order of appearance.
- OR - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Applies a bitwise OR to the current value of the key on the server with @value.
- Original_cmd - Variable in class dev.koifysh.archipelago.network.server.InvalidPacket
- original_value - Variable in class dev.koifysh.archipelago.events.SetReplyEvent
- original_Value - Variable in class dev.koifysh.archipelago.network.server.SetReplyPacket
P
- Part - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player disconnected.
- parts - Variable in class dev.koifysh.archipelago.Print.APPrint
- password - Variable in class dev.koifysh.archipelago.network.client.ConnectPacket
- password - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- password - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- Permission - Enum Class in dev.koifysh.archipelago.network
- permissions - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- player - Variable in class dev.koifysh.archipelago.events.PrintJSONEvent
- player - Variable in class dev.koifysh.archipelago.Print.APPrintPart
- PLAYER - Static variable in class dev.koifysh.archipelago.flags.NetworkPlayer
-
If set, indicates the slot is a player
- playerID - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- playerID - Variable in class dev.koifysh.archipelago.parts.NetworkItem
- playerName - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- playerName - Variable in class dev.koifysh.archipelago.parts.NetworkItem
- players - Variable in class dev.koifysh.archipelago.network.server.ConnectedPacket
- POP - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
List or Dict: for lists it will remove the index of the @value given.
- POWER - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Multiplies the current value of the key on the server to the power of @value.
- Print - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- PrintJSON - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- PrintJSONEvent - Class in dev.koifysh.archipelago.events
-
event that is fired when the server wishes to send a message to the user.
- PrintJSONEvent(APPrint, APPrintJsonType, int, NetworkItem) - Constructor for class dev.koifysh.archipelago.events.PrintJSONEvent
- PrintPacket - Class in dev.koifysh.archipelago.network.server
- PrintPacket() - Constructor for class dev.koifysh.archipelago.network.server.PrintPacket
- protocolVersion - Static variable in class dev.koifysh.archipelago.Client
- purple_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
R
- receiveDeathLink(BouncedPacket) - Static method in class dev.koifysh.archipelago.helper.DeathLink
- ReceivedItems - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- ReceivedItemsPacket - Class in dev.koifysh.archipelago.network.server
- ReceivedItemsPacket() - Constructor for class dev.koifysh.archipelago.network.server.ReceivedItemsPacket
- ReceiveItemEvent - Class in dev.koifysh.archipelago.events
- ReceiveItemEvent(NetworkItem, int) - Constructor for class dev.koifysh.archipelago.events.ReceiveItemEvent
- receiveItems(ArrayList<NetworkItem>, int) - Method in class dev.koifysh.archipelago.ItemManager
- receiving - Variable in class dev.koifysh.archipelago.Print.APPrint
- reconnect() - Method in class dev.koifysh.archipelago.Client
-
this should not need to be called externally but is left public just in case.
- red - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- red_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- registerListener(Object) - Method in class dev.koifysh.archipelago.EventManager
-
Use to register for Events that come from the Archipelago server.
- Release - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player released the remaining items in their world.
- remainingMode - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- RemainingMode - Enum Class in dev.koifysh.archipelago.network
- RemainingMode.ForfeitMode - Enum Class in dev.koifysh.archipelago.network
- REMOVE - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
List only: removes the first instance of @value found in the list.
- removeTag(String) - Method in class dev.koifysh.archipelago.Client
-
removes supplied tag, if it exists.
- REPLACE - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Sets the current value of the key on the server to the value given in
addDataStorageOperation(Operation, Value). - requestID - Variable in class dev.koifysh.archipelago.network.server.RetrievedPacket
- requestID - Variable in class dev.koifysh.archipelago.network.server.SetReplyPacket
- resendAllCheckedLocations() - Method in class dev.koifysh.archipelago.LocationManager
- Retrieved - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- RetrievedEvent - Class in dev.koifysh.archipelago.events
- RetrievedEvent(HashMap<String, Object>, JsonObject, int) - Constructor for class dev.koifysh.archipelago.events.RetrievedEvent
- RetrievedPacket - Class in dev.koifysh.archipelago.network.server
- RetrievedPacket() - Constructor for class dev.koifysh.archipelago.network.server.RetrievedPacket
- RIGHT_SHIFT - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Applies a bitwise right-shift to the current value of the key on the server by @value.
- RoomInfo - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- RoomInfoPacket - Class in dev.koifysh.archipelago.network.server
- RoomInfoPacket() - Constructor for class dev.koifysh.archipelago.network.server.RoomInfoPacket
- RoomUpdate - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- RoomUpdatePacket - Class in dev.koifysh.archipelago.network.server
- RoomUpdatePacket() - Constructor for class dev.koifysh.archipelago.network.server.RoomUpdatePacket
S
- saveDataPackage() - Method in class dev.koifysh.archipelago.Client
- Say - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- SayPacket - Class in dev.koifysh.archipelago.network.client
- SayPacket(String) - Constructor for class dev.koifysh.archipelago.network.client.SayPacket
- scoutLocations(ArrayList<Long>) - Method in class dev.koifysh.archipelago.Client
-
Ask the server for information about what is in locations.
- scoutLocations(ArrayList<Long>, CreateAsHint) - Method in class dev.koifysh.archipelago.Client
- seedName - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- SEND_ITEMS - Static variable in class dev.koifysh.archipelago.flags.ItemsHandling
-
Tells the server to send you items from other worlds.
- SEND_OWN_ITEMS - Static variable in class dev.koifysh.archipelago.flags.ItemsHandling
-
Tells the server to send your own items to you (remote items game)
- SEND_STARTING_INVENTORY - Static variable in class dev.koifysh.archipelago.flags.ItemsHandling
-
Tells the server to send you any items that You should start with.
- sendBounce(BouncePacket) - Method in class dev.koifysh.archipelago.Client
- sendChat(String) - Method in class dev.koifysh.archipelago.Client
-
Sends a Chat message to all other connected Clients.
- SendDeathLink(String, String) - Static method in class dev.koifysh.archipelago.helper.DeathLink
-
helper for sending a death link bounce packet.
- sendIfChecked(Set<Long>) - Method in class dev.koifysh.archipelago.LocationManager
- ServerChat - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
The server broadcast a message.
- Set - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- setAPWebSocket(WebSocket) - Method in class dev.koifysh.archipelago.ItemManager
- setAPWebSocket(WebSocket) - Method in class dev.koifysh.archipelago.LocationManager
- setCanceled(boolean) - Method in class dev.koifysh.archipelago.events.ConnectionAttemptEvent
- setData(HashMap<String, Object>) - Method in class dev.koifysh.archipelago.network.client.BouncePacket
- setDeathLinkEnabled(boolean) - Static method in class dev.koifysh.archipelago.helper.DeathLink
-
Enable or Disable receiving death links.
- setGame(String) - Method in class dev.koifysh.archipelago.Client
-
Sets the name of the game to send to Archipelago's servers
- setGameState(ClientStatus) - Method in class dev.koifysh.archipelago.Client
-
Update the current game status.
- setItemsHandlingFlags(int) - Method in class dev.koifysh.archipelago.Client
-
fetch the itemflags that have been set, bitwise Or against
ItemsHandlingto read. - setMissingLocations(HashSet<Long>) - Method in class dev.koifysh.archipelago.LocationManager
- setName(String) - Method in class dev.koifysh.archipelago.Client
-
sets the slot name to connect to an Archcipelago server with.
- SetNotify - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- SetNotifyPacket - Class in dev.koifysh.archipelago.network.client
- SetNotifyPacket(Collection<String>) - Constructor for class dev.koifysh.archipelago.network.client.SetNotifyPacket
- SetPacket - Class in dev.koifysh.archipelago.network.client
- SetPacket(String, Object) - Constructor for class dev.koifysh.archipelago.network.client.SetPacket
- SetPacket.Operation - Enum Class in dev.koifysh.archipelago.network.client
-
A List of operations that can be performed on the value stored on the server.
SetPacket.Operation.REPLACE,SetPacket.Operation.DEFAULT,SetPacket.Operation.ADD,SetPacket.Operation.MULTIPLY,SetPacket.Operation.POWER,SetPacket.Operation.MODULO,SetPacket.Operation.MAX,SetPacket.Operation.MIN,SetPacket.Operation.AND,SetPacket.Operation.OR,SetPacket.Operation.XOR,SetPacket.Operation.LEFT_SHIFT,SetPacket.Operation.RIGHT_SHIFT,SetPacket.Operation.REMOVE,SetPacket.Operation.POP,SetPacket.Operation.UPDATE - setPassword(String) - Method in class dev.koifysh.archipelago.Client
-
sets a password to authenticate with to join a password protected room.
- SetReply - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- SetReplyEvent - Class in dev.koifysh.archipelago.events
- SetReplyEvent(String, Object, Object, JsonElement, int) - Constructor for class dev.koifysh.archipelago.events.SetReplyEvent
- SetReplyPacket - Class in dev.koifysh.archipelago.network.server
- SetReplyPacket() - Constructor for class dev.koifysh.archipelago.network.server.SetReplyPacket
- setTags(Set<String>) - Method in class dev.koifysh.archipelago.Client
-
overwrite, and set all tags sent to the Archipelago server.
- slot - Variable in class dev.koifysh.archipelago.network.server.ConnectedPacket
- slot - Variable in class dev.koifysh.archipelago.network.server.SetReplyPacket
- slot - Variable in class dev.koifysh.archipelago.parts.NetworkPlayer
- slot - Variable in class dev.koifysh.archipelago.Print.APPrint
- SlotAlreadyTaken - Enum constant in enum class dev.koifysh.archipelago.network.ConnectionResult
- slotInfo - Variable in class dev.koifysh.archipelago.network.server.ConnectedPacket
- slots - Variable in class dev.koifysh.archipelago.events.BouncedEvent
- slots - Variable in class dev.koifysh.archipelago.network.client.BouncePacket
- slots - Variable in class dev.koifysh.archipelago.network.server.BouncedPacket
- source - Variable in class dev.koifysh.archipelago.events.DeathLinkEvent
- SPECTATOR - Static variable in class dev.koifysh.archipelago.flags.NetworkPlayer
-
If set, indicates the slot is a spectator
- StatusUpdate - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- StatusUpdatePacket - Class in dev.koifysh.archipelago.network.client
- StatusUpdatePacket(ClientStatus) - Constructor for class dev.koifysh.archipelago.network.client.StatusUpdatePacket
- Success - Enum constant in enum class dev.koifysh.archipelago.network.ConnectionResult
- sync() - Method in class dev.koifysh.archipelago.Client
-
manually trigger a resync to the Archipelago server.
- Sync - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- SyncPacket - Class in dev.koifysh.archipelago.network.client
- SyncPacket() - Constructor for class dev.koifysh.archipelago.network.client.SyncPacket
T
- tags - Variable in class dev.koifysh.archipelago.events.BouncedEvent
- tags - Variable in class dev.koifysh.archipelago.network.client.BouncePacket
- tags - Variable in class dev.koifysh.archipelago.network.client.ConnectPacket
- tags - Variable in class dev.koifysh.archipelago.network.server.BouncedPacket
- tags - Variable in class dev.koifysh.archipelago.network.server.ConnectUpdatePacket
- tags - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- tags - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- tags - Variable in class dev.koifysh.archipelago.Print.APPrint
- TagsChanged - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
A player changed their tags.
- team - Variable in class dev.koifysh.archipelago.network.server.ConnectedPacket
- team - Variable in class dev.koifysh.archipelago.parts.NetworkPlayer
- team - Variable in class dev.koifysh.archipelago.Print.APPrint
- text - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintType
- text - Variable in class dev.koifysh.archipelago.network.server.InvalidPacket
- text - Variable in class dev.koifysh.archipelago.Print.APPrintPart
- time - Variable in class dev.koifysh.archipelago.events.DeathLinkEvent
- time - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- TRAP - Static variable in class dev.koifysh.archipelago.flags.NetworkItem
-
If set, indicates the item is a trap
- Tutorial - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
The client has triggered a tutorial message, such as when first connecting.
- type - Variable in class dev.koifysh.archipelago.events.PrintJSONEvent
- type - Variable in class dev.koifysh.archipelago.network.server.InvalidPacket
- type - Variable in class dev.koifysh.archipelago.parts.NetworkSlot
- type - Variable in class dev.koifysh.archipelago.Print.APPrint
- type - Variable in class dev.koifysh.archipelago.Print.APPrintPart
U
- underline - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- Unknown - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
The Message type was not set, or is invalid.
- unRegisterListener(Object) - Method in class dev.koifysh.archipelago.EventManager
-
Use to unregister for Events that come from the Archipelago server.
- update(DataPackage) - Method in class dev.koifysh.archipelago.parts.DataPackage
- UPDATE - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Dict only: Updates the dictionary with the specified elements given in @value creating new keys, or updating old ones if they previously existed.
- UpdateHint - Enum constant in enum class dev.koifysh.archipelago.network.APPacketType
- UpdateHintPacket - Class in dev.koifysh.archipelago.network.client
- UpdateHintPacket() - Constructor for class dev.koifysh.archipelago.network.client.UpdateHintPacket
- USEFUL - Static variable in class dev.koifysh.archipelago.flags.NetworkItem
-
If set, indicates the item is important but not in a way that unlocks advancement
- uuid - Variable in class dev.koifysh.archipelago.network.client.ConnectPacket
- uuid - Variable in class dev.koifysh.archipelago.parts.DataPackage
V
- value - Variable in class dev.koifysh.archipelago.events.SetReplyEvent
- value - Variable in enum class dev.koifysh.archipelago.network.client.CreateAsHint
- value - Variable in enum class dev.koifysh.archipelago.network.client.HintStatus
- value - Variable in enum class dev.koifysh.archipelago.network.Permission
- value - Variable in class dev.koifysh.archipelago.network.server.SetReplyPacket
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.ClientStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.network.APPacketType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.network.client.CreateAsHint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.network.client.HintStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.network.ConnectionResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.network.Permission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.network.RemainingMode.ForfeitMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.network.RemainingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.Print.APPrintColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.koifysh.archipelago.Print.APPrintType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class dev.koifysh.archipelago.ClientStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.network.APPacketType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.network.client.CreateAsHint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.network.client.HintStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.network.ConnectionResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.network.Permission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.network.RemainingMode.ForfeitMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.network.RemainingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.Print.APPrintColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.Print.APPrintJsonType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.koifysh.archipelago.Print.APPrintType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version - Variable in class dev.koifysh.archipelago.network.client.ConnectPacket
- version - Variable in class dev.koifysh.archipelago.network.server.RoomInfoPacket
- version - Variable in class dev.koifysh.archipelago.network.server.RoomUpdatePacket
- Version - Class in dev.koifysh.archipelago.parts
- Version(int, int, int) - Constructor for class dev.koifysh.archipelago.parts.Version
- versions - Variable in class dev.koifysh.archipelago.Client
W
- want_reply - Variable in class dev.koifysh.archipelago.network.client.SetPacket
-
If true, the server will send a
SetReplyEventresponse back to the client. - white - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- white_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- writeFromSave(ArrayList<NetworkItem>, int) - Method in class dev.koifysh.archipelago.ItemManager
X
- XOR - Enum constant in enum class dev.koifysh.archipelago.network.client.SetPacket.Operation
-
Applies a bitwise Exclusive OR to the current value of the key on the server with @value.
Y
- yellow - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
- yellow_bg - Enum constant in enum class dev.koifysh.archipelago.Print.APPrintColor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form