Uses of Enum Class
org.cloudburstmc.api.entity.misc.Painting.Motive
Packages that use Painting.Motive
-
Uses of Painting.Motive in org.cloudburstmc.api.entity.misc
Methods in org.cloudburstmc.api.entity.misc that return Painting.MotiveModifier and TypeMethodDescriptionstatic @Nullable Painting.Motivestatic Painting.MotivePainting.Motive.from(String name, Painting.Motive defaultValue) Painting.getMotive()static Painting.MotiveReturns the enum constant of this class with the specified name.static Painting.Motive[]Painting.Motive.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cloudburstmc.api.entity.misc with parameters of type Painting.MotiveModifier and TypeMethodDescriptionstatic Painting.MotivePainting.Motive.from(String name, Painting.Motive defaultValue) voidPainting.setMotive(@NonNull Painting.Motive motive)