Uses of Class
net.md_5.bungee.protocol.data.NumberFormat
Packages that use NumberFormat
-
Uses of NumberFormat in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return NumberFormatModifier and TypeMethodDescriptionstatic NumberFormatDefinedPacket.readNumberFormat(io.netty.buffer.ByteBuf buf, int protocolVersion) Methods in net.md_5.bungee.protocol with parameters of type NumberFormatModifier and TypeMethodDescriptionstatic voidDefinedPacket.writeNumberFormat(NumberFormat format, io.netty.buffer.ByteBuf buf, int protocolVersion) -
Uses of NumberFormat in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return NumberFormatModifier and TypeMethodDescriptionScoreboardObjective.getNumberFormat()ScoreboardScore.getNumberFormat()Methods in net.md_5.bungee.protocol.packet with parameters of type NumberFormatModifier and TypeMethodDescriptionvoidScoreboardObjective.setNumberFormat(NumberFormat numberFormat) voidScoreboardScore.setNumberFormat(NumberFormat numberFormat) Constructors in net.md_5.bungee.protocol.packet with parameters of type NumberFormatModifierConstructorDescriptionScoreboardObjective(String name, Either<String, net.md_5.bungee.api.chat.BaseComponent> value, ScoreboardObjective.HealthDisplay type, byte action, NumberFormat numberFormat) Creates a newScoreboardObjectiveinstance.ScoreboardScore(String itemName, byte action, String scoreName, int value, net.md_5.bungee.api.chat.BaseComponent displayName, NumberFormat numberFormat) Creates a newScoreboardScoreinstance.