Uses of Enum Class
net.minecraft.item.FishItem.FishType
Packages that use FishItem.FishType
-
Uses of FishItem.FishType in net.minecraft.item
Fields in net.minecraft.item with type parameters of type FishItem.FishTypeModifier and TypeFieldDescriptionprivate static final Map<Integer,FishItem.FishType> FishItem.FishType.FISH_TYPESMethods in net.minecraft.item that return FishItem.FishTypeModifier and TypeMethodDescriptionstatic FishItem.FishTypeFishItem.FishType.getById(int id) static FishItem.FishTypeFishItem.FishType.getByItemStack(ItemStack itemStack) static FishItem.FishTypeReturns the enum constant of this class with the specified name.static FishItem.FishType[]FishItem.FishType.values()Returns an array containing the constants of this enum class, in the order they are declared.