| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Settings.Master.Item.FoodAttributes
Documentation
data FoodAttributes #
Constructors
| FoodAttributes | |
Instances
| Eq FoodAttributes # | |
| Show FoodAttributes # | |
| Message FoodAttributes # | |
| Default FoodAttributes # | |
| HasField "growthPercent" FoodAttributes FoodAttributes # | |
| HasField "itemEffect" FoodAttributes FoodAttributes # | |
| HasField "itemEffectPercent" FoodAttributes FoodAttributes # | |
| type Field "growthPercent" FoodAttributes # | |
| type Field "itemEffect" FoodAttributes # | |
| type Field "itemEffectPercent" FoodAttributes # | |
growthPercent :: forall msg msg'. HasField "growthPercent" msg msg' => Lens msg msg' (Field "growthPercent" msg) (Field "growthPercent" msg') #
itemEffect :: forall msg msg'. HasField "itemEffect" msg msg' => Lens msg msg' (Field "itemEffect" msg) (Field "itemEffect" msg') #
itemEffectPercent :: forall msg msg'. HasField "itemEffectPercent" msg msg' => Lens msg msg' (Field "itemEffectPercent" msg) (Field "itemEffectPercent" msg') #