| Package | Description |
|---|---|
| net.glowstone.net.codec.play.scoreboard | |
| net.glowstone.net.message.play.scoreboard |
| Modifier and Type | Method and Description |
|---|---|
ScoreboardObjectiveMessage |
ScoreboardObjectiveCodec.decode(io.netty.buffer.ByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
ScoreboardObjectiveCodec.encode(io.netty.buffer.ByteBuf buf,
ScoreboardObjectiveMessage message) |
| Modifier and Type | Method and Description |
|---|---|
static ScoreboardObjectiveMessage |
ScoreboardObjectiveMessage.create(String name,
String displayName) |
static ScoreboardObjectiveMessage |
ScoreboardObjectiveMessage.create(String name,
String displayName,
RenderType renderType) |
static ScoreboardObjectiveMessage |
ScoreboardObjectiveMessage.remove(String name) |
static ScoreboardObjectiveMessage |
ScoreboardObjectiveMessage.update(String name,
String displayName) |
static ScoreboardObjectiveMessage |
ScoreboardObjectiveMessage.update(String name,
String displayName,
RenderType renderType) |
Copyright © 2021. All rights reserved.