net.minecraft.item

public enum FishItem$Type

adh$a
net.minecraft.class_1732$class_1733
net.minecraft.item.FishItem$Type
net.minecraft.item.ItemFishFood$FishType

Enum constant summary

Enum Constant
a
field_6958
COD
COD
b
field_6959
SALMON
SALMON
c
field_6960
CLOWNFISH
CLOWNFISH
d
field_6961
PUFFERFISH
PUFFERFISH

Field summary

Modifier and TypeField
private static final Map<Integer, FishItem$Type>
e
field_6962
BY_ID
META_LOOKUP
private final int
f
field_6963
id
meta
private final String
g
field_6964
key
unlocalizedName
private final int
h
field_6967
hungerPointsForRaw
uncookedHealAmount
private final float
i
field_6968
saturationForRaw
uncookedSaturationModifier
private final int
j
field_6969
hungerPointsForCooked
cookedHealAmount
private final float
k
field_6970
saturationForCooked
cookedSaturationModifier
private boolean
l
field_6971
canBeCooked
cookable

Constructor summary

ModifierConstructor
private (int arg0, String arg1, int id, float key, int hungerPointsForRaw, float saturationForRaw)
private (int arg0, String arg1, int id, float key)

Method summary

Modifier and TypeMethod
public int
a()
method_6348()
getId()
getMetadata()
public String
b()
method_6352()
getKey()
getUnlocalizedName()
public int
c()
method_6353()
getHungerPointsForRaw()
getUncookedHealAmount()
public float
d()
method_6354()
getSaturationForRaw()
getUncookedSaturationModifier()
public int
e()
method_6355()
getHungerPointsForCooked()
getCookedHealAmount()
public float
f()
method_6356()
getSaturationForCooked()
getCookedSaturationModifier()
public boolean
g()
method_6359()
canBeCooked()
canCook()
public static FishItem$Type
a(int arg0)
method_6349(int arg0)
byId(int id)
byMetadata(int meta)
public static FishItem$Type
a(adq arg0)
method_6350(class_1071 arg0)
byItem(ItemStack stack)
byItemStack(ItemStack stack)