| Package | Description |
|---|---|
| net.md_5.bungee.protocol | |
| net.md_5.bungee.protocol.packet |
| Modifier and Type | Method and Description |
|---|---|
static NumberFormat |
DefinedPacket.readNumberFormat(io.netty.buffer.ByteBuf buf,
int protocolVersion) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefinedPacket.writeNumberFormat(NumberFormat format,
io.netty.buffer.ByteBuf buf,
int protocolVersion) |
| Modifier and Type | Method and Description |
|---|---|
NumberFormat |
ScoreboardScore.getNumberFormat() |
NumberFormat |
ScoreboardObjective.getNumberFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreboardScore.setNumberFormat(NumberFormat numberFormat) |
void |
ScoreboardObjective.setNumberFormat(NumberFormat numberFormat) |
| Constructor and 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) |
Copyright © 2012–2024 SpigotMC. All rights reserved.