Uses of Enum
org.bukkit.entity.Panda.Gene
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Panda.Gene in org.bukkit.entity
Modifier and TypeMethodDescriptionPanda.getHiddenGene()
Gets this Panda's hidden gene.Panda.getMainGene()
Gets this Panda's main gene.static Panda.Gene
Returns the enum constant of this type with the specified name.static Panda.Gene[]
Panda.Gene.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Panda.setHiddenGene
(Panda.Gene gene) Sets this Panda's hidden gene.void
Panda.setMainGene
(Panda.Gene gene) Sets this Panda's main gene.