Package | Description |
---|---|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks . |
Modifier and Type | Method and Description |
---|---|
Axolotl.Variant |
Axolotl.getVariant()
Get the variant of this axolotl.
|
static Axolotl.Variant |
Axolotl.Variant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axolotl.Variant[] |
Axolotl.Variant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Axolotl.setVariant(Axolotl.Variant variant)
Set the variant of this axolotl.
|
Modifier and Type | Method and Description |
---|---|
Axolotl.Variant |
AxolotlBucketMeta.getVariant()
Get the variant of the axolotl in the bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
AxolotlBucketMeta.setVariant(Axolotl.Variant variant)
Set the variant of this axolotl in the bucket.
|
Copyright © 2022. All rights reserved.