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 | Description |
---|---|---|
TropicalFish.Pattern |
TropicalFish.getPattern() |
Gets the fish's pattern.
|
static TropicalFish.Pattern |
TropicalFish.Pattern.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TropicalFish.Pattern[] |
TropicalFish.Pattern.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TropicalFish.setPattern(TropicalFish.Pattern pattern) |
Sets the fish's pattern
|
Modifier and Type | Method | Description |
---|---|---|
TropicalFish.Pattern |
TropicalFishBucketMeta.getPattern() |
Gets the fish's pattern.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TropicalFishBucketMeta.setPattern(TropicalFish.Pattern pattern) |
Sets the fish's pattern.
|
Copyright © 2019. All rights reserved.