Package org.spongepowered.api.data.type
Class PandaGenes
- java.lang.Object
-
- org.spongepowered.api.data.type.PandaGenes
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<PandaGene>AGGRESSIVEstatic DefaultedRegistryReference<PandaGene>BROWNstatic DefaultedRegistryReference<PandaGene>LAZYstatic DefaultedRegistryReference<PandaGene>NORMALstatic DefaultedRegistryReference<PandaGene>PLAYFULstatic DefaultedRegistryReference<PandaGene>WEAKstatic DefaultedRegistryReference<PandaGene>WORRIED
-
-
-
Field Detail
-
AGGRESSIVE
public static final DefaultedRegistryReference<PandaGene> AGGRESSIVE
-
BROWN
public static final DefaultedRegistryReference<PandaGene> BROWN
-
LAZY
public static final DefaultedRegistryReference<PandaGene> LAZY
-
NORMAL
public static final DefaultedRegistryReference<PandaGene> NORMAL
-
PLAYFUL
public static final DefaultedRegistryReference<PandaGene> PLAYFUL
-
WEAK
public static final DefaultedRegistryReference<PandaGene> WEAK
-
WORRIED
public static final DefaultedRegistryReference<PandaGene> WORRIED
-
-