Enum Constant and Description |
---|
AGUAV |
APICOT |
ASPEAR |
BABIRI |
BELUE |
BLUK |
CHARTI |
CHERI |
CHESTO |
CHILAN |
CHOPLE |
COBA |
COLBUR |
CORNN |
CUSTAP |
DRASH |
DURIN |
EGGANT |
ENIGMA |
FIGY |
GANLON |
GINEMA |
GREPA |
HABAN |
HONDEW |
IAPAPA |
JABOCA |
KASIB |
KEBIA |
KEE |
KELPSY |
KUO |
LANSAT |
LEPPA |
LIECHI |
LUM |
MAGO |
MAGOST |
MARANGA |
MICLE |
NANAB |
NINIKU |
NOMEL |
NUTPEA |
OCCA |
ORAN |
PAMTRE |
PASSHO |
PAYAPA |
PECHA |
PERSIM |
PETAYA |
PINAP |
POMEG |
PUMKIN |
QUALOT |
RABUTA |
RAWST |
RAZZ |
RINDO |
ROSELI |
ROWAP |
SALAC |
SHUCA |
SITRUS |
SPELON |
STARF |
STRIB |
TAMATO |
TANGA |
TOPO |
TOUGA |
WACAN |
WATMEL |
WEPEAR |
WIKI |
YACHE |
YAGO |
Modifier and Type | Field and Description |
---|---|
byte |
bitter |
net.minecraft.item.DyeColor |
color |
byte |
dry |
byte |
growthTime |
boolean |
isImplemented |
byte |
juiceGroup |
byte |
maxYield |
byte |
minYield |
byte |
sour |
byte |
spicy |
byte |
sweet |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.Item |
getBerryItem() |
byte |
getBitter() |
net.minecraft.item.DyeColor |
getColor() |
byte |
getDry() |
net.minecraft.world.gen.feature.ConfiguredFeature<net.minecraft.world.gen.feature.BaseTreeFeatureConfig,?> |
getFeature() |
byte |
getGrowthTime() |
static BerryType |
getImplementedBerry() |
byte |
getJuiceGroup() |
net.minecraft.block.Block |
getLeavesBlock() |
net.minecraft.block.Block |
getLogBlock() |
byte |
getMaxYield() |
byte |
getMinYield() |
net.minecraft.block.Block |
getSaplingBlock() |
net.minecraft.block.Block |
getSignBlock() |
byte |
getSour() |
byte |
getSpicy() |
byte |
getSweet() |
net.minecraft.block.Block |
getWallSignBlock() |
net.minecraft.block.WoodType |
getWoodType() |
boolean |
isImplemented() |
static BerryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BerryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BerryType CHERI
public static final BerryType CHESTO
public static final BerryType PECHA
public static final BerryType RAWST
public static final BerryType ASPEAR
public static final BerryType LEPPA
public static final BerryType ORAN
public static final BerryType PERSIM
public static final BerryType LUM
public static final BerryType SITRUS
public static final BerryType FIGY
public static final BerryType WIKI
public static final BerryType MAGO
public static final BerryType AGUAV
public static final BerryType IAPAPA
public static final BerryType RAZZ
public static final BerryType BLUK
public static final BerryType NANAB
public static final BerryType WEPEAR
public static final BerryType PINAP
public static final BerryType POMEG
public static final BerryType KELPSY
public static final BerryType QUALOT
public static final BerryType HONDEW
public static final BerryType GREPA
public static final BerryType TAMATO
public static final BerryType CORNN
public static final BerryType MAGOST
public static final BerryType RABUTA
public static final BerryType NOMEL
public static final BerryType SPELON
public static final BerryType PAMTRE
public static final BerryType WATMEL
public static final BerryType DURIN
public static final BerryType BELUE
public static final BerryType OCCA
public static final BerryType PASSHO
public static final BerryType WACAN
public static final BerryType RINDO
public static final BerryType YACHE
public static final BerryType CHOPLE
public static final BerryType KEBIA
public static final BerryType SHUCA
public static final BerryType COBA
public static final BerryType PAYAPA
public static final BerryType TANGA
public static final BerryType CHARTI
public static final BerryType KASIB
public static final BerryType HABAN
public static final BerryType COLBUR
public static final BerryType BABIRI
public static final BerryType CHILAN
public static final BerryType ROSELI
public static final BerryType LIECHI
public static final BerryType GANLON
public static final BerryType SALAC
public static final BerryType PETAYA
public static final BerryType APICOT
public static final BerryType LANSAT
public static final BerryType STARF
public static final BerryType PUMKIN
public static final BerryType DRASH
public static final BerryType EGGANT
public static final BerryType STRIB
public static final BerryType NUTPEA
public static final BerryType GINEMA
public static final BerryType KUO
public static final BerryType YAGO
public static final BerryType TOUGA
public static final BerryType NINIKU
public static final BerryType TOPO
public static final BerryType ENIGMA
public static final BerryType MICLE
public static final BerryType CUSTAP
public static final BerryType JABOCA
public static final BerryType ROWAP
public static final BerryType KEE
public static final BerryType MARANGA
public final byte minYield
public final byte maxYield
public final byte growthTime
public final boolean isImplemented
public final byte spicy
public final byte dry
public final byte sweet
public final byte bitter
public final byte sour
public final net.minecraft.item.DyeColor color
public final byte juiceGroup
public static BerryType[] values()
for (BerryType c : BerryType.values()) System.out.println(c);
public static BerryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic byte getMinYield()
public byte getMaxYield()
public byte getGrowthTime()
public boolean isImplemented()
public byte getSpicy()
public byte getDry()
public byte getSweet()
public byte getBitter()
public byte getSour()
public net.minecraft.item.DyeColor getColor()
public byte getJuiceGroup()
public net.minecraft.world.gen.feature.ConfiguredFeature<net.minecraft.world.gen.feature.BaseTreeFeatureConfig,?> getFeature()
public net.minecraft.item.Item getBerryItem()
public net.minecraft.block.Block getLogBlock()
public net.minecraft.block.Block getLeavesBlock()
public net.minecraft.block.Block getSaplingBlock()
public net.minecraft.block.WoodType getWoodType()
public net.minecraft.block.Block getSignBlock()
public net.minecraft.block.Block getWallSignBlock()
@Nonnull public static BerryType getImplementedBerry()