Uses of Enum Class
it.polimi.ingsw.communication.sugar_framework.messages.SugarMethod
Packages that use SugarMethod
-
Uses of SugarMethod in it.polimi.ingsw.communication.sugar_framework.messages
Fields in it.polimi.ingsw.communication.sugar_framework.messages declared as SugarMethodMethods in it.polimi.ingsw.communication.sugar_framework.messages that return SugarMethodModifier and TypeMethodDescriptionstatic SugarMethodReturns the enum constant of this class with the specified name.static SugarMethod[]SugarMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in it.polimi.ingsw.communication.sugar_framework.messages with parameters of type SugarMethodModifierConstructorDescriptionSugarMessage(SugarMethod sugarMethod) SugarMessage(SugarMethod sugarMethod, String jwt) SugarMessage(SugarMethod sugarMethod, UUID messageID, String jwt)