| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Settings.GlobalSettings
Documentation
data GlobalSettings #
Constructors
| GlobalSettings | |
Instances
| Eq GlobalSettings # | |
| Show GlobalSettings # | |
| Message GlobalSettings # | |
| Default GlobalSettings # | |
| HasField "fortSettings" GlobalSettings GlobalSettings # | |
| HasField "inventorySettings" GlobalSettings GlobalSettings # | |
| HasField "levelSettings" GlobalSettings GlobalSettings # | |
| HasField "mapSettings" GlobalSettings GlobalSettings # | |
| HasField "maybe'fortSettings" GlobalSettings GlobalSettings # | |
| HasField "maybe'inventorySettings" GlobalSettings GlobalSettings # | |
| HasField "maybe'levelSettings" GlobalSettings GlobalSettings # | |
| HasField "maybe'mapSettings" GlobalSettings GlobalSettings # | |
| HasField "minimumClientVersion" GlobalSettings GlobalSettings # | |
| type Field "fortSettings" GlobalSettings # | |
| type Field "inventorySettings" GlobalSettings # | |
| type Field "levelSettings" GlobalSettings # | |
| type Field "mapSettings" GlobalSettings # | |
| type Field "maybe'fortSettings" GlobalSettings # | |
| type Field "maybe'inventorySettings" GlobalSettings # | |
| type Field "maybe'levelSettings" GlobalSettings # | |
| type Field "maybe'mapSettings" GlobalSettings # | |
| type Field "minimumClientVersion" GlobalSettings # | |
fortSettings :: forall msg msg'. HasField "fortSettings" msg msg' => Lens msg msg' (Field "fortSettings" msg) (Field "fortSettings" msg') #
inventorySettings :: forall msg msg'. HasField "inventorySettings" msg msg' => Lens msg msg' (Field "inventorySettings" msg) (Field "inventorySettings" msg') #
levelSettings :: forall msg msg'. HasField "levelSettings" msg msg' => Lens msg msg' (Field "levelSettings" msg) (Field "levelSettings" msg') #
mapSettings :: forall msg msg'. HasField "mapSettings" msg msg' => Lens msg msg' (Field "mapSettings" msg) (Field "mapSettings" msg') #
maybe'fortSettings :: forall msg msg'. HasField "maybe'fortSettings" msg msg' => Lens msg msg' (Field "maybe'fortSettings" msg) (Field "maybe'fortSettings" msg') #
maybe'inventorySettings :: forall msg msg'. HasField "maybe'inventorySettings" msg msg' => Lens msg msg' (Field "maybe'inventorySettings" msg) (Field "maybe'inventorySettings" msg') #
maybe'levelSettings :: forall msg msg'. HasField "maybe'levelSettings" msg msg' => Lens msg msg' (Field "maybe'levelSettings" msg) (Field "maybe'levelSettings" msg') #
maybe'mapSettings :: forall msg msg'. HasField "maybe'mapSettings" msg msg' => Lens msg msg' (Field "maybe'mapSettings" msg) (Field "maybe'mapSettings" msg') #
minimumClientVersion :: forall msg msg'. HasField "minimumClientVersion" msg msg' => Lens msg msg' (Field "minimumClientVersion" msg) (Field "minimumClientVersion" msg') #