| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Requests.Messages.CatchPokemonMessage
Documentation
data CatchPokemonMessage #
Constructors
Instances
| Eq CatchPokemonMessage # | |
| Show CatchPokemonMessage # | |
| Message CatchPokemonMessage # | |
| Default CatchPokemonMessage # | |
| HasField "encounterId" CatchPokemonMessage CatchPokemonMessage # | |
| HasField "hitPokemon" CatchPokemonMessage CatchPokemonMessage # | |
| HasField "normalizedHitPosition" CatchPokemonMessage CatchPokemonMessage # | |
| HasField "normalizedReticleSize" CatchPokemonMessage CatchPokemonMessage # | |
| HasField "pokeball" CatchPokemonMessage CatchPokemonMessage # | |
| HasField "spawnPointId" CatchPokemonMessage CatchPokemonMessage # | |
| HasField "spinModifier" CatchPokemonMessage CatchPokemonMessage # | |
| type Field "encounterId" CatchPokemonMessage # | |
| type Field "hitPokemon" CatchPokemonMessage # | |
| type Field "normalizedHitPosition" CatchPokemonMessage # | |
| type Field "normalizedReticleSize" CatchPokemonMessage # | |
| type Field "pokeball" CatchPokemonMessage # | |
| type Field "spawnPointId" CatchPokemonMessage # | |
| type Field "spinModifier" CatchPokemonMessage # | |
encounterId :: forall msg msg'. HasField "encounterId" msg msg' => Lens msg msg' (Field "encounterId" msg) (Field "encounterId" msg') #
hitPokemon :: forall msg msg'. HasField "hitPokemon" msg msg' => Lens msg msg' (Field "hitPokemon" msg) (Field "hitPokemon" msg') #
normalizedHitPosition :: forall msg msg'. HasField "normalizedHitPosition" msg msg' => Lens msg msg' (Field "normalizedHitPosition" msg) (Field "normalizedHitPosition" msg') #
normalizedReticleSize :: forall msg msg'. HasField "normalizedReticleSize" msg msg' => Lens msg msg' (Field "normalizedReticleSize" msg) (Field "normalizedReticleSize" msg') #
pokeball :: forall msg msg'. HasField "pokeball" msg msg' => Lens msg msg' (Field "pokeball" msg) (Field "pokeball" msg') #
spawnPointId :: forall msg msg'. HasField "spawnPointId" msg msg' => Lens msg msg' (Field "spawnPointId" msg) (Field "spawnPointId" msg') #
spinModifier :: forall msg msg'. HasField "spinModifier" msg msg' => Lens msg msg' (Field "spinModifier" msg) (Field "spinModifier" msg') #