Uses of Enum Class
com.booksaw.betterTeams.RelationType
Packages that use RelationType
Package
Description
This package will contain most, if not all of the classes that you will
require while hooking a plugin in with better teams.
-
Uses of RelationType in com.booksaw.betterTeams
Methods in com.booksaw.betterTeams that return RelationTypeModifier and TypeMethodDescriptionstatic RelationType
Returns the enum constant of this class with the specified name.static RelationType[]
RelationType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RelationType in com.booksaw.betterTeams.customEvents
Methods in com.booksaw.betterTeams.customEvents that return RelationTypeModifier and TypeMethodDescription@NotNull RelationType
RelationChangeTeamEvent.getNewRelation()
@NotNull RelationType
RelationChangeTeamEvent.getPreviousRelation()
Methods in com.booksaw.betterTeams.customEvents with parameters of type RelationTypeModifier and TypeMethodDescriptionvoid
RelationChangeTeamEvent.setNewRelation
(@NotNull RelationType newRelation) Constructors in com.booksaw.betterTeams.customEvents with parameters of type RelationTypeModifierConstructorDescriptionRelationChangeTeamEvent
(@NotNull Team team, @NotNull Team otherTeam, @NotNull RelationType previousRelation, @NotNull RelationType newRelation) -
Uses of RelationType in com.booksaw.betterTeams.customEvents.post
Methods in com.booksaw.betterTeams.customEvents.post that return RelationTypeModifier and TypeMethodDescription@NotNull RelationType
PostRelationChangeTeamEvent.getNewRelation()
@NotNull RelationType
PostRelationChangeTeamEvent.getPreviousRelation()
Constructors in com.booksaw.betterTeams.customEvents.post with parameters of type RelationTypeModifierConstructorDescriptionPostRelationChangeTeamEvent
(@NotNull Team team, @NotNull Team otherTeam, @NotNull RelationType previousRelation, @NotNull RelationType newRelation)