public enum PaintingType extends Enum<PaintingType>
| Enum Constant and Description |
|---|
ALBAN |
AZTEC |
AZTEC2 |
BOMB |
BURNING_SKULL |
BUST |
COURBET |
CREEBET |
DONKEY_KONG |
FIGHTERS |
GRAHAM |
KEBAB |
MATCH |
PIG_SCENE |
PLANT |
POINTER |
POOL |
SEA |
SKELETON |
SKULL_AND_ROSES |
STAGE |
SUNSET |
VOID |
WANDERER |
WASTELAND |
WITHER |
| Modifier and Type | Method and Description |
|---|---|
static PaintingType |
getByName(String javaName) |
static PaintingType |
getByPaintingType(com.github.steveice10.mc.protocol.data.game.entity.type.PaintingType paintingType) |
com.github.steveice10.mc.protocol.data.game.entity.type.PaintingType |
toJavaType() |
static PaintingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaintingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaintingType KEBAB
public static final PaintingType AZTEC
public static final PaintingType ALBAN
public static final PaintingType AZTEC2
public static final PaintingType BOMB
public static final PaintingType PLANT
public static final PaintingType WASTELAND
public static final PaintingType WANDERER
public static final PaintingType GRAHAM
public static final PaintingType POOL
public static final PaintingType COURBET
public static final PaintingType SUNSET
public static final PaintingType SEA
public static final PaintingType CREEBET
public static final PaintingType MATCH
public static final PaintingType BUST
public static final PaintingType STAGE
public static final PaintingType VOID
public static final PaintingType SKULL_AND_ROSES
public static final PaintingType WITHER
public static final PaintingType FIGHTERS
public static final PaintingType SKELETON
public static final PaintingType DONKEY_KONG
public static final PaintingType POINTER
public static final PaintingType PIG_SCENE
public static final PaintingType BURNING_SKULL
public static PaintingType[] values()
for (PaintingType c : PaintingType.values()) System.out.println(c);
public static PaintingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic com.github.steveice10.mc.protocol.data.game.entity.type.PaintingType toJavaType()
public static PaintingType getByName(String javaName)
public static PaintingType getByPaintingType(com.github.steveice10.mc.protocol.data.game.entity.type.PaintingType paintingType)
Copyright © 2021 GeyserMC. All rights reserved.