Package dev.koifysh.archipelago.events
Class ConnectionResultEvent
java.lang.Object
dev.koifysh.archipelago.events.ConnectionResultEvent
- All Implemented Interfaces:
Event
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionResultEvent(ConnectionResult result, int team, int slot, String seedName, com.google.gson.JsonElement slot_data) -
Method Summary
Modifier and TypeMethodDescriptionintgetSlot()<T> TgetSlotData(Class<T> classOfT) intgetTeam()
-
Constructor Details
-
ConnectionResultEvent
-
ConnectionResultEvent
public ConnectionResultEvent(ConnectionResult result, int team, int slot, String seedName, com.google.gson.JsonElement slot_data)
-
-
Method Details
-
getTeam
public int getTeam() -
getSlot
public int getSlot() -
getSeedName
-
getResult
-
getSlotData
-