| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Settings.Master.Item.IncenseAttributes
Documentation
data IncenseAttributes #
Constructors
Instances
| Eq IncenseAttributes # | |
| Show IncenseAttributes # | |
| Message IncenseAttributes # | |
| Default IncenseAttributes # | |
| HasField "distanceRequiredForShorterIntervalMeters" IncenseAttributes IncenseAttributes # | |
| HasField "incenseLifetimeSeconds" IncenseAttributes IncenseAttributes # | |
| HasField "movingTimeBetweenEncounterSeconds" IncenseAttributes IncenseAttributes # | |
| HasField "pokemonAttractedLengthSec" IncenseAttributes IncenseAttributes # | |
| HasField "pokemonIncenseTypeProbability" IncenseAttributes IncenseAttributes # | |
| HasField "pokemonType" IncenseAttributes IncenseAttributes # | |
| HasField "standingTimeBetweenEncountersSeconds" IncenseAttributes IncenseAttributes # | |
| type Field "distanceRequiredForShorterIntervalMeters" IncenseAttributes # | |
| type Field "incenseLifetimeSeconds" IncenseAttributes # | |
| type Field "movingTimeBetweenEncounterSeconds" IncenseAttributes # | |
| type Field "pokemonAttractedLengthSec" IncenseAttributes # | |
| type Field "pokemonIncenseTypeProbability" IncenseAttributes # | |
| type Field "pokemonType" IncenseAttributes # | |
| type Field "standingTimeBetweenEncountersSeconds" IncenseAttributes # | |
distanceRequiredForShorterIntervalMeters :: forall msg msg'. HasField "distanceRequiredForShorterIntervalMeters" msg msg' => Lens msg msg' (Field "distanceRequiredForShorterIntervalMeters" msg) (Field "distanceRequiredForShorterIntervalMeters" msg') #
incenseLifetimeSeconds :: forall msg msg'. HasField "incenseLifetimeSeconds" msg msg' => Lens msg msg' (Field "incenseLifetimeSeconds" msg) (Field "incenseLifetimeSeconds" msg') #
movingTimeBetweenEncounterSeconds :: forall msg msg'. HasField "movingTimeBetweenEncounterSeconds" msg msg' => Lens msg msg' (Field "movingTimeBetweenEncounterSeconds" msg) (Field "movingTimeBetweenEncounterSeconds" msg') #
pokemonAttractedLengthSec :: forall msg msg'. HasField "pokemonAttractedLengthSec" msg msg' => Lens msg msg' (Field "pokemonAttractedLengthSec" msg) (Field "pokemonAttractedLengthSec" msg') #
pokemonIncenseTypeProbability :: forall msg msg'. HasField "pokemonIncenseTypeProbability" msg msg' => Lens msg msg' (Field "pokemonIncenseTypeProbability" msg) (Field "pokemonIncenseTypeProbability" msg') #
pokemonType :: forall msg msg'. HasField "pokemonType" msg msg' => Lens msg msg' (Field "pokemonType" msg) (Field "pokemonType" msg') #
standingTimeBetweenEncountersSeconds :: forall msg msg'. HasField "standingTimeBetweenEncountersSeconds" msg msg' => Lens msg msg' (Field "standingTimeBetweenEncountersSeconds" msg) (Field "standingTimeBetweenEncountersSeconds" msg') #