java.lang.Cloneable
, ConfigurationSerializable
, ItemMeta
public interface TropicalFishBucketMeta extends ItemMeta
ItemMeta.Spigot
Modifier and Type | Method | Description |
---|---|---|
TropicalFishBucketMeta |
clone() |
|
DyeColor |
getBodyColor() |
Gets the color of the fish's body.
|
TropicalFish.Pattern |
getPattern() |
Gets the fish's pattern.
|
DyeColor |
getPatternColor() |
Gets the color of the fish's pattern.
|
boolean |
hasVariant() |
Checks for existence of a variant tag indicating a specific fish will be
spawned.
|
void |
setBodyColor(DyeColor color) |
Sets the color of the fish's body.
|
void |
setPattern(TropicalFish.Pattern pattern) |
Sets the fish's pattern.
|
void |
setPatternColor(DyeColor color) |
Sets the color of the fish's pattern.
|
serialize
addEnchant, addItemFlags, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeEnchant, removeItemFlags, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigot
DyeColor getPatternColor()
Plugins should check that hasVariant() returns true
before
calling this method.
void setPatternColor(DyeColor color)
Setting this when hasVariant() returns false
will initialize
all other values to unspecified defaults.
color
- pattern colorDyeColor getBodyColor()
Plugins should check that hasVariant() returns true
before
calling this method.
void setBodyColor(DyeColor color)
Setting this when hasVariant() returns false
will initialize
all other values to unspecified defaults.
color
- body colorTropicalFish.Pattern getPattern()
Plugins should check that hasVariant() returns true
before
calling this method.
void setPattern(TropicalFish.Pattern pattern)
Setting this when hasVariant() returns false
will initialize
all other values to unspecified defaults.
pattern
- new patternboolean hasVariant()
TropicalFishBucketMeta clone()
Copyright © 2018. All rights reserved.