| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.advancement |
| Modifier and Type | Method and Description |
|---|---|
Advancement.DisplayData.FrameType |
Advancement.DisplayData.getFrameType() |
static Advancement.DisplayData.FrameType |
Advancement.DisplayData.FrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Advancement.DisplayData.FrameType[] |
Advancement.DisplayData.FrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DisplayData(String title,
String description,
ItemStack icon,
Advancement.DisplayData.FrameType frameType,
boolean showToast,
boolean hidden,
float posX,
float posY) |
DisplayData(String title,
String description,
ItemStack icon,
Advancement.DisplayData.FrameType frameType,
boolean showToast,
boolean hidden,
float posX,
float posY,
String backgroundTexture) |
Copyright © 2020. All rights reserved.