Package dev.kitteh.factions.config.file
Class MainConfig.Colors.Relations
java.lang.Object
dev.kitteh.factions.config.file.MainConfig.Colors.Relations
- Enclosing class:
MainConfig.Colors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.text.format.TextColorgetAlly()net.kyori.adventure.text.format.TextColorgetEnemy()net.kyori.adventure.text.format.TextColornet.kyori.adventure.text.format.TextColornet.kyori.adventure.text.format.TextColornet.kyori.adventure.text.format.TextColorgetTruce()
-
Constructor Details
-
Relations
public Relations()
-
-
Method Details
-
getMember
public net.kyori.adventure.text.format.TextColor getMember() -
getAlly
public net.kyori.adventure.text.format.TextColor getAlly() -
getTruce
public net.kyori.adventure.text.format.TextColor getTruce() -
getNeutral
public net.kyori.adventure.text.format.TextColor getNeutral() -
getEnemy
public net.kyori.adventure.text.format.TextColor getEnemy() -
getPeaceful
public net.kyori.adventure.text.format.TextColor getPeaceful()
-