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