| Package | Description |
|---|---|
| net.glowstone.net.message.play.scoreboard | |
| net.glowstone.scoreboard |
| Modifier and Type | Method and Description |
|---|---|
RenderType |
ScoreboardObjectiveMessage.getRenderType() |
| Modifier and Type | Method and Description |
|---|---|
static ScoreboardObjectiveMessage |
ScoreboardObjectiveMessage.create(String name,
String displayName,
RenderType renderType) |
static ScoreboardObjectiveMessage |
ScoreboardObjectiveMessage.update(String name,
String displayName,
RenderType renderType) |
| Modifier and Type | Method and Description |
|---|---|
RenderType |
GlowObjective.getType() |
static RenderType |
RenderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderType[] |
RenderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlowObjective.setType(RenderType renderType)
Sets the
RenderType for this objective. |
Copyright © 2021. All rights reserved.