Package de.jvstvshd.necrify.common.util
Class PunishmentHelper
java.lang.Object
de.jvstvshd.necrify.common.util.PunishmentHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.kyori.adventure.text.ComponentbuildPunishmentData(de.jvstvshd.necrify.api.punishment.Punishment punishment, de.jvstvshd.necrify.api.message.MessageProvider provider) static net.kyori.adventure.text.ComponentbuildPunishmentData(de.jvstvshd.necrify.api.punishment.Punishment punishment, de.jvstvshd.necrify.api.message.MessageProvider messageProvider, int indents) static net.kyori.adventure.text.ComponentbuildPunishmentDataTemporal(de.jvstvshd.necrify.api.punishment.TemporalPunishment punishment, de.jvstvshd.necrify.api.message.MessageProvider provider, net.kyori.adventure.text.Component linePrefix) static net.kyori.adventure.text.ComponentindentComponent(int n)
-
Method Details
-
buildPunishmentData
public static net.kyori.adventure.text.Component buildPunishmentData(de.jvstvshd.necrify.api.punishment.Punishment punishment, de.jvstvshd.necrify.api.message.MessageProvider provider) -
buildPunishmentData
public static net.kyori.adventure.text.Component buildPunishmentData(de.jvstvshd.necrify.api.punishment.Punishment punishment, de.jvstvshd.necrify.api.message.MessageProvider messageProvider, int indents) -
indentComponent
public static net.kyori.adventure.text.Component indentComponent(int n) -
buildPunishmentDataTemporal
public static net.kyori.adventure.text.Component buildPunishmentDataTemporal(de.jvstvshd.necrify.api.punishment.TemporalPunishment punishment, de.jvstvshd.necrify.api.message.MessageProvider provider, net.kyori.adventure.text.Component linePrefix)
-