| Package | Description |
|---|---|
| org.cloudburstmc.server.entity.impl.misc | |
| org.cloudburstmc.server.entity.misc |
| Modifier and Type | Field and Description |
|---|---|
static Painting.Motive[] |
EntityPainting.motives |
| Modifier and Type | Method and Description |
|---|---|
Painting.Motive |
EntityPainting.getMotive() |
static Painting.Motive |
EntityPainting.getMotive(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPainting.setMotive(Painting.Motive motive) |
| Modifier and Type | Method and Description |
|---|---|
static Painting.Motive |
Painting.Motive.from(String name) |
static Painting.Motive |
Painting.Motive.from(String name,
Painting.Motive defaultValue) |
Painting.Motive |
Painting.getMotive() |
static Painting.Motive |
Painting.Motive.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Painting.Motive[] |
Painting.Motive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Painting.Motive |
Painting.Motive.from(String name,
Painting.Motive defaultValue) |
void |
Painting.setMotive(Painting.Motive motive) |
Copyright © 2020. All rights reserved.