net.minecraft.item

public enum FishItem__Type

acu
net.minecraft.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
e
field_6962
BY_ID
itemDamageToFishTypeMap
private final int
f
field_6963
id
itemDamage
private final String
g
field_6964
key
unlocalizedNamePart
private final int
j
field_6967
hungerPointsForRaw
uncookedHealAmount
private final float
k
field_6968
saturationForRaw
uncookedSaturationModifier
private final int
l
field_6969
hungerPointsForCooked
cookedHealAmount
private final float
m
field_6970
saturationForCooked
cookedSaturationModifier
private boolean
n
field_6971
canBeCooked
cookable
private Sprite
h
field_6965
spriteForRaw
uncookedIcon
private Sprite
i
field_6966
spriteForCooked
cookedIcon

Constructor summary

ModifierConstructor
private (String arg0, int arg1, int id, String key, int hungerPointsForRaw, float saturationForRaw, int hungerPointsForCooked, float saturationForCooked)
private (String arg0, int arg1, int id, String key, int hungerPoints, float saturation)

Method summary

Modifier and TypeMethod
public int
a()
method_6348()
getId()
getItemDamage()
public String
b()
method_6352()
getKey()
getUnlocalizedNamePart()
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
i()
method_6359()
canBeCooked()
getCookable()
public static FishItem__Type
a(int arg0)
method_6349(int arg0)
byId(int id)
getFishTypeForItemDamage(int arg0)
public static FishItem__Type
a(add arg0)
method_6350(class_1071 arg0)
byItem(ItemStack stack)
getFishTypeForItemStack(ItemStack arg0)
public void
a(rg arg0)
method_6351(class_1558 arg0)
loadSprites(SpriteRegistry loader)
registerIcon(IIconRegister arg0)
public Sprite
g()
method_6357()
getSpriteForRaw()
getUncookedIcon()
public Sprite
h()
method_6358()
getSpriteForCooked()
getCookedIcon()