| Package | Description |
|---|---|
| net.md_5.bungee.protocol | |
| net.md_5.bungee.protocol.packet |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Either<L,R> |
Either.left(L left) |
static Either<String,BaseComponent> |
DefinedPacket.readEitherBaseComponent(io.netty.buffer.ByteBuf buf,
int protocolVersion,
boolean string) |
static <L,R> Either<L,R> |
Either.right(R right) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefinedPacket.writeEitherBaseComponent(Either<String,BaseComponent> message,
io.netty.buffer.ByteBuf buf,
int protocolVersion) |
| Modifier and Type | Method and Description |
|---|---|
Either<String,BaseComponent> |
Team.getDisplayName() |
Either<String,BaseComponent> |
Team.getPrefix() |
Either<String,BaseComponent> |
Team.getSuffix() |
Either<String,BaseComponent> |
ScoreboardObjective.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setDisplayName(Either<String,BaseComponent> displayName) |
void |
Team.setPrefix(Either<String,BaseComponent> prefix) |
void |
Team.setSuffix(Either<String,BaseComponent> suffix) |
void |
ScoreboardObjective.setValue(Either<String,BaseComponent> value) |
| Constructor and Description |
|---|
ScoreboardObjective(String name,
Either<String,BaseComponent> value,
ScoreboardObjective.HealthDisplay type,
byte action,
NumberFormat numberFormat) |
Team(String name,
byte mode,
Either<String,BaseComponent> displayName,
Either<String,BaseComponent> prefix,
Either<String,BaseComponent> suffix,
String nameTagVisibility,
String collisionRule,
int color,
byte friendlyFire,
String[] players) |
Team(String name,
byte mode,
Either<String,BaseComponent> displayName,
Either<String,BaseComponent> prefix,
Either<String,BaseComponent> suffix,
String nameTagVisibility,
String collisionRule,
int color,
byte friendlyFire,
String[] players) |
Team(String name,
byte mode,
Either<String,BaseComponent> displayName,
Either<String,BaseComponent> prefix,
Either<String,BaseComponent> suffix,
String nameTagVisibility,
String collisionRule,
int color,
byte friendlyFire,
String[] players) |
Copyright © 2012–2024 SpigotMC. All rights reserved.