| Package | Description | 
|---|---|
| org.bukkit.entity | Interfaces for non-voxel objects that can exist in a  world, including all players, monsters, projectiles, etc. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull Panda.Gene | Panda. getHiddenGene() | Gets this Panda's hidden gene. | 
| @NotNull Panda.Gene | Panda. getMainGene() | Gets this Panda's main gene. | 
| static Panda.Gene | Panda.Gene. valueOf(String name) | 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 Type | Method | Description | 
|---|---|---|
| void | Panda. setHiddenGene(@NotNull Panda.Gene gene) | Sets this Panda's hidden gene. | 
| void | Panda. setMainGene(@NotNull Panda.Gene gene) | Sets this Panda's main gene. | 
Copyright © 2020. All rights reserved.