Uses of Class
net.md_5.bungee.protocol.NumberFormat
-
Packages that use NumberFormat Package Description net.md_5.bungee.protocol net.md_5.bungee.protocol.packet -
-
Uses of NumberFormat in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return NumberFormat Modifier and Type Method Description static NumberFormatDefinedPacket. readNumberFormat(io.netty.buffer.ByteBuf buf, int protocolVersion)Methods in net.md_5.bungee.protocol with parameters of type NumberFormat Modifier and Type Method Description static 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 NumberFormat Modifier and Type Method Description NumberFormatScoreboardObjective. getNumberFormat()NumberFormatScoreboardScore. getNumberFormat()Methods in net.md_5.bungee.protocol.packet with parameters of type NumberFormat Modifier and Type Method Description voidScoreboardObjective. setNumberFormat(NumberFormat numberFormat)voidScoreboardScore. setNumberFormat(NumberFormat numberFormat)Constructors in net.md_5.bungee.protocol.packet with parameters of type NumberFormat Constructor Description ScoreboardObjective(String name, Either<String,BaseComponent> value, ScoreboardObjective.HealthDisplay type, byte action, NumberFormat numberFormat)ScoreboardScore(String itemName, byte action, String scoreName, int value, BaseComponent displayName, NumberFormat numberFormat)
-