Class PixelExtrasData
java.lang.Object
com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
Created by Jay113355 on 12/4/2018.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
static enum
static enum
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canSeeTexture
(Species pokemon) Checks if the data allows a special texture to be used.void
checkPokemon
(Pokemon pokemon) int
dataHash()
int[]
getColours
(PixelExtrasData.Category category) boolean
boolean
hasData()
boolean
isEnabled
(PixelExtrasData.Category category) boolean
isReady()
void
void
setColours
(PixelExtrasData.Category category, int[] array) void
setEnabled
(PixelExtrasData.Category category, boolean bool) boolean
boolean
boolean
boolean
void
boolean
setWingType
(PixelExtrasData.WingType wingType) void
updateServerCosmetics
(Set<ServerCosmetics> serverCosmetics)
-
Field Details
-
id
UUID of the owning player.
-
-
Constructor Details
-
PixelExtrasData
-
-
Method Details
-
isReady
public boolean isReady() -
hasData
public boolean hasData() -
updateServerCosmetics
-
getServerCosmetics
-
dataHash
public int dataHash() -
getColours
-
setColours
-
isEnabled
-
setEnabled
-
getHatType
-
setHatType
-
getAvailableHats
-
getWingType
-
setWingType
-
getMonocleType
-
setMonocleType
-
getAvailableMonocles
-
getSashType
-
setSashType
-
getAvailableSashs
-
getAvailableWings
-
getAvailableTextures
-
canSeeTexture
Checks if the data allows a special texture to be used.- Parameters:
pokemon
- The Pokémon with a special texture.- Returns:
- Whether the data allows the special texture to be used by the Pokémon.
-
checkPokemon
-
setRobeType
-
getRobeType
-
getAvailableRobes
-
hasBoostedNecklace
public boolean hasBoostedNecklace() -
getSphealType
-
setSphealType
-
randomiseSpheal
public void randomiseSpheal()
-