Copyright | (c) axionbuster 2025 |
---|---|
License | BSD-3-Clause |
Safe Haskell | None |
Language | GHC2021 |
Provides internal type definitions and utilities for protocol version 769, including game-specific enumerations, resolution specifications, and display configuration types used across different protocol states.
Synopsis
- data SetEntityVelocityRes
- data ChatMode
- data ParticleStatus
- data FilterType
- data BossBarColor
- newtype KeepAlive = KeepAlive {}
- data PluginMessage = PluginMessage {
- channel :: Text
- data_ :: ByteString
- data ResourcePack = ResourcePack {}
- newtype Ping = Ping {}
- data DisplayedSkinParts = DisplayedSkinParts {
- cape :: Bool
- jacket :: Bool
- leftsleeve :: Bool
- rightsleeve :: Bool
- leftpants :: Bool
- rightpants :: Bool
- hat :: Bool
Documentation
data SetEntityVelocityRes Source #
given in 1/8000 resolution
Instances
HasResolution SetEntityVelocityRes Source # | given in 1/8000 resolution |
Defined in M.V769.I resolution :: p SetEntityVelocityRes -> Integer # |
Instances
Data ChatMode Source # | |||||
Defined in M.V769.I gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChatMode -> c ChatMode # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChatMode # toConstr :: ChatMode -> Constr # dataTypeOf :: ChatMode -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ChatMode) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChatMode) # gmapT :: (forall b. Data b => b -> b) -> ChatMode -> ChatMode # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChatMode -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChatMode -> r # gmapQ :: (forall d. Data d => d -> u) -> ChatMode -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> ChatMode -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChatMode -> m ChatMode # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChatMode -> m ChatMode # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChatMode -> m ChatMode # | |||||
Bounded ChatMode Source # | |||||
Enum ChatMode Source # | |||||
Generic ChatMode Source # | |||||
Defined in M.V769.I
| |||||
Read ChatMode Source # | |||||
Show ChatMode Source # | |||||
NFData ChatMode Source # | |||||
Eq ChatMode Source # | |||||
Ord ChatMode Source # | |||||
Hashable ChatMode Source # | |||||
Lift ChatMode Source # | |||||
type Rep ChatMode Source # | |||||
Defined in M.V769.I type Rep ChatMode = D1 ('MetaData "ChatMode" "M.V769.I" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "CMEnabled" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "CMCommandsOnly" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CMHidden" 'PrefixI 'False) (U1 :: Type -> Type))) |
data ParticleStatus Source #
Instances
data FilterType Source #
Instances
Data FilterType Source # | |||||
Defined in M.V769.I gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FilterType -> c FilterType # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FilterType # toConstr :: FilterType -> Constr # dataTypeOf :: FilterType -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FilterType) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FilterType) # gmapT :: (forall b. Data b => b -> b) -> FilterType -> FilterType # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FilterType -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FilterType -> r # gmapQ :: (forall d. Data d => d -> u) -> FilterType -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> FilterType -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> FilterType -> m FilterType # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FilterType -> m FilterType # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FilterType -> m FilterType # | |||||
Bounded FilterType Source # | |||||
Defined in M.V769.I minBound :: FilterType # maxBound :: FilterType # | |||||
Enum FilterType Source # | |||||
Defined in M.V769.I succ :: FilterType -> FilterType # pred :: FilterType -> FilterType # toEnum :: Int -> FilterType # fromEnum :: FilterType -> Int # enumFrom :: FilterType -> [FilterType] # enumFromThen :: FilterType -> FilterType -> [FilterType] # enumFromTo :: FilterType -> FilterType -> [FilterType] # enumFromThenTo :: FilterType -> FilterType -> FilterType -> [FilterType] # | |||||
Generic FilterType Source # | |||||
Defined in M.V769.I
from :: FilterType -> Rep FilterType x # to :: Rep FilterType x -> FilterType # | |||||
Read FilterType Source # | |||||
Defined in M.V769.I readsPrec :: Int -> ReadS FilterType # readList :: ReadS [FilterType] # readPrec :: ReadPrec FilterType # readListPrec :: ReadPrec [FilterType] # | |||||
Show FilterType Source # | |||||
Defined in M.V769.I showsPrec :: Int -> FilterType -> ShowS # show :: FilterType -> String # showList :: [FilterType] -> ShowS # | |||||
NFData FilterType Source # | |||||
Defined in M.V769.I rnf :: FilterType -> () # | |||||
Eq FilterType Source # | |||||
Defined in M.V769.I (==) :: FilterType -> FilterType -> Bool # (/=) :: FilterType -> FilterType -> Bool # | |||||
Ord FilterType Source # | |||||
Defined in M.V769.I compare :: FilterType -> FilterType -> Ordering # (<) :: FilterType -> FilterType -> Bool # (<=) :: FilterType -> FilterType -> Bool # (>) :: FilterType -> FilterType -> Bool # (>=) :: FilterType -> FilterType -> Bool # max :: FilterType -> FilterType -> FilterType # min :: FilterType -> FilterType -> FilterType # | |||||
Hashable FilterType Source # | |||||
Defined in M.V769.I hashWithSalt :: Int -> FilterType -> Int hash :: FilterType -> Int | |||||
Lift FilterType Source # | |||||
Defined in M.V769.I lift :: Quote m => FilterType -> m Exp # liftTyped :: forall (m :: Type -> Type). Quote m => FilterType -> Code m FilterType # | |||||
type Rep FilterType Source # | |||||
Defined in M.V769.I type Rep FilterType = D1 ('MetaData "FilterType" "M.V769.I" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "PassThrough" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "FullyFiltered" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "PartiallyFiltered" 'PrefixI 'False) (U1 :: Type -> Type))) |
data BossBarColor Source #
Instances
Data BossBarColor Source # | |||||
Defined in M.V769.I gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BossBarColor -> c BossBarColor # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BossBarColor # toConstr :: BossBarColor -> Constr # dataTypeOf :: BossBarColor -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BossBarColor) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BossBarColor) # gmapT :: (forall b. Data b => b -> b) -> BossBarColor -> BossBarColor # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BossBarColor -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BossBarColor -> r # gmapQ :: (forall d. Data d => d -> u) -> BossBarColor -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> BossBarColor -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> BossBarColor -> m BossBarColor # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BossBarColor -> m BossBarColor # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BossBarColor -> m BossBarColor # | |||||
Bounded BossBarColor Source # | |||||
Defined in M.V769.I | |||||
Enum BossBarColor Source # | |||||
Defined in M.V769.I succ :: BossBarColor -> BossBarColor # pred :: BossBarColor -> BossBarColor # toEnum :: Int -> BossBarColor # fromEnum :: BossBarColor -> Int # enumFrom :: BossBarColor -> [BossBarColor] # enumFromThen :: BossBarColor -> BossBarColor -> [BossBarColor] # enumFromTo :: BossBarColor -> BossBarColor -> [BossBarColor] # enumFromThenTo :: BossBarColor -> BossBarColor -> BossBarColor -> [BossBarColor] # | |||||
Generic BossBarColor Source # | |||||
Defined in M.V769.I
from :: BossBarColor -> Rep BossBarColor x # to :: Rep BossBarColor x -> BossBarColor # | |||||
Read BossBarColor Source # | |||||
Defined in M.V769.I readsPrec :: Int -> ReadS BossBarColor # readList :: ReadS [BossBarColor] # | |||||
Show BossBarColor Source # | |||||
Defined in M.V769.I showsPrec :: Int -> BossBarColor -> ShowS # show :: BossBarColor -> String # showList :: [BossBarColor] -> ShowS # | |||||
NFData BossBarColor Source # | |||||
Defined in M.V769.I rnf :: BossBarColor -> () # | |||||
Eq BossBarColor Source # | |||||
Defined in M.V769.I (==) :: BossBarColor -> BossBarColor -> Bool # (/=) :: BossBarColor -> BossBarColor -> Bool # | |||||
Ord BossBarColor Source # | |||||
Defined in M.V769.I compare :: BossBarColor -> BossBarColor -> Ordering # (<) :: BossBarColor -> BossBarColor -> Bool # (<=) :: BossBarColor -> BossBarColor -> Bool # (>) :: BossBarColor -> BossBarColor -> Bool # (>=) :: BossBarColor -> BossBarColor -> Bool # max :: BossBarColor -> BossBarColor -> BossBarColor # min :: BossBarColor -> BossBarColor -> BossBarColor # | |||||
Hashable BossBarColor Source # | |||||
Defined in M.V769.I hashWithSalt :: Int -> BossBarColor -> Int hash :: BossBarColor -> Int | |||||
Lift BossBarColor Source # | |||||
Defined in M.V769.I lift :: Quote m => BossBarColor -> m Exp # liftTyped :: forall (m :: Type -> Type). Quote m => BossBarColor -> Code m BossBarColor # | |||||
type Rep BossBarColor Source # | |||||
Defined in M.V769.I type Rep BossBarColor = D1 ('MetaData "BossBarColor" "M.V769.I" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) ((C1 ('MetaCons "BCPink" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "BCBlue" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "BCRed" 'PrefixI 'False) (U1 :: Type -> Type))) :+: ((C1 ('MetaCons "BCGreen" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "BCYellow" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "BCPurple" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "BCWhite" 'PrefixI 'False) (U1 :: Type -> Type)))) |
Instances
Data KeepAlive Source # | |
Defined in M.V769.I gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> KeepAlive -> c KeepAlive # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c KeepAlive # toConstr :: KeepAlive -> Constr # dataTypeOf :: KeepAlive -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c KeepAlive) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c KeepAlive) # gmapT :: (forall b. Data b => b -> b) -> KeepAlive -> KeepAlive # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> KeepAlive -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> KeepAlive -> r # gmapQ :: (forall d. Data d => d -> u) -> KeepAlive -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> KeepAlive -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> KeepAlive -> m KeepAlive # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> KeepAlive -> m KeepAlive # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> KeepAlive -> m KeepAlive # | |
Generic KeepAlive Source # | |
Read KeepAlive Source # | |
Show KeepAlive Source # | |
NFData KeepAlive Source # | |
Eq KeepAlive Source # | |
Ord KeepAlive Source # | |
Defined in M.V769.I | |
Pack KeepAlive Source # | |
Unpack KeepAlive Source # | |
type Rep KeepAlive Source # | |
data PluginMessage Source #
PluginMessage | |
|
Instances
Data PluginMessage Source # | |||||
Defined in M.V769.I gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PluginMessage -> c PluginMessage # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PluginMessage # toConstr :: PluginMessage -> Constr # dataTypeOf :: PluginMessage -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PluginMessage) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PluginMessage) # gmapT :: (forall b. Data b => b -> b) -> PluginMessage -> PluginMessage # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PluginMessage -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PluginMessage -> r # gmapQ :: (forall d. Data d => d -> u) -> PluginMessage -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> PluginMessage -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PluginMessage -> m PluginMessage # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PluginMessage -> m PluginMessage # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PluginMessage -> m PluginMessage # | |||||
Generic PluginMessage Source # | |||||
Defined in M.V769.I
from :: PluginMessage -> Rep PluginMessage x # to :: Rep PluginMessage x -> PluginMessage # | |||||
Read PluginMessage Source # | |||||
Defined in M.V769.I readsPrec :: Int -> ReadS PluginMessage # readList :: ReadS [PluginMessage] # | |||||
Show PluginMessage Source # | |||||
Defined in M.V769.I showsPrec :: Int -> PluginMessage -> ShowS # show :: PluginMessage -> String # showList :: [PluginMessage] -> ShowS # | |||||
NFData PluginMessage Source # | |||||
Defined in M.V769.I rnf :: PluginMessage -> () # | |||||
Eq PluginMessage Source # | |||||
Defined in M.V769.I (==) :: PluginMessage -> PluginMessage -> Bool # (/=) :: PluginMessage -> PluginMessage -> Bool # | |||||
Ord PluginMessage Source # | |||||
Defined in M.V769.I compare :: PluginMessage -> PluginMessage -> Ordering # (<) :: PluginMessage -> PluginMessage -> Bool # (<=) :: PluginMessage -> PluginMessage -> Bool # (>) :: PluginMessage -> PluginMessage -> Bool # (>=) :: PluginMessage -> PluginMessage -> Bool # max :: PluginMessage -> PluginMessage -> PluginMessage # min :: PluginMessage -> PluginMessage -> PluginMessage # | |||||
Pack PluginMessage Source # | |||||
Unpack PluginMessage Source # | |||||
Defined in M.V769.I unpack :: forall (st :: ZeroBitType) r. Parser st r PluginMessage Source # | |||||
type Rep PluginMessage Source # | |||||
Defined in M.V769.I type Rep PluginMessage = D1 ('MetaData "PluginMessage" "M.V769.I" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "PluginMessage" 'PrefixI 'True) (S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data ResourcePack Source #
Instances
Data ResourcePack Source # | |||||
Defined in M.V769.I gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourcePack -> c ResourcePack # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourcePack # toConstr :: ResourcePack -> Constr # dataTypeOf :: ResourcePack -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ResourcePack) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourcePack) # gmapT :: (forall b. Data b => b -> b) -> ResourcePack -> ResourcePack # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourcePack -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourcePack -> r # gmapQ :: (forall d. Data d => d -> u) -> ResourcePack -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourcePack -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourcePack -> m ResourcePack # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourcePack -> m ResourcePack # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourcePack -> m ResourcePack # | |||||
Generic ResourcePack Source # | |||||
Defined in M.V769.I
from :: ResourcePack -> Rep ResourcePack x # to :: Rep ResourcePack x -> ResourcePack # | |||||
Read ResourcePack Source # | |||||
Defined in M.V769.I readsPrec :: Int -> ReadS ResourcePack # readList :: ReadS [ResourcePack] # | |||||
Show ResourcePack Source # | |||||
Defined in M.V769.I showsPrec :: Int -> ResourcePack -> ShowS # show :: ResourcePack -> String # showList :: [ResourcePack] -> ShowS # | |||||
NFData ResourcePack Source # | |||||
Defined in M.V769.I rnf :: ResourcePack -> () # | |||||
Eq ResourcePack Source # | |||||
Defined in M.V769.I (==) :: ResourcePack -> ResourcePack -> Bool # (/=) :: ResourcePack -> ResourcePack -> Bool # | |||||
Ord ResourcePack Source # | |||||
Defined in M.V769.I compare :: ResourcePack -> ResourcePack -> Ordering # (<) :: ResourcePack -> ResourcePack -> Bool # (<=) :: ResourcePack -> ResourcePack -> Bool # (>) :: ResourcePack -> ResourcePack -> Bool # (>=) :: ResourcePack -> ResourcePack -> Bool # max :: ResourcePack -> ResourcePack -> ResourcePack # min :: ResourcePack -> ResourcePack -> ResourcePack # | |||||
Pack ResourcePack Source # | |||||
Unpack ResourcePack Source # | |||||
Defined in M.V769.I unpack :: forall (st :: ZeroBitType) r. Parser st r ResourcePack Source # | |||||
type Rep ResourcePack Source # | |||||
Defined in M.V769.I type Rep ResourcePack = D1 ('MetaData "ResourcePack" "M.V769.I" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "ResourcePack" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
Instances
Data Ping Source # | |
Defined in M.V769.I gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Ping -> c Ping # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Ping # dataTypeOf :: Ping -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Ping) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Ping) # gmapT :: (forall b. Data b => b -> b) -> Ping -> Ping # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Ping -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Ping -> r # gmapQ :: (forall d. Data d => d -> u) -> Ping -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Ping -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Ping -> m Ping # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Ping -> m Ping # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Ping -> m Ping # | |
Generic Ping Source # | |
Read Ping Source # | |
Show Ping Source # | |
NFData Ping Source # | |
Eq Ping Source # | |
Ord Ping Source # | |
Pack Ping Source # | |
Unpack Ping Source # | |
type Rep Ping Source # | |
data DisplayedSkinParts Source #
DisplayedSkinParts | |
|
Instances
Data DisplayedSkinParts Source # | |||||
Defined in M.V769.I gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DisplayedSkinParts -> c DisplayedSkinParts # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DisplayedSkinParts # toConstr :: DisplayedSkinParts -> Constr # dataTypeOf :: DisplayedSkinParts -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DisplayedSkinParts) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DisplayedSkinParts) # gmapT :: (forall b. Data b => b -> b) -> DisplayedSkinParts -> DisplayedSkinParts # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DisplayedSkinParts -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DisplayedSkinParts -> r # gmapQ :: (forall d. Data d => d -> u) -> DisplayedSkinParts -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> DisplayedSkinParts -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DisplayedSkinParts -> m DisplayedSkinParts # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DisplayedSkinParts -> m DisplayedSkinParts # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DisplayedSkinParts -> m DisplayedSkinParts # | |||||
Generic DisplayedSkinParts Source # | |||||
Defined in M.V769.I
from :: DisplayedSkinParts -> Rep DisplayedSkinParts x # to :: Rep DisplayedSkinParts x -> DisplayedSkinParts # | |||||
Read DisplayedSkinParts Source # | |||||
Defined in M.V769.I | |||||
Show DisplayedSkinParts Source # | |||||
Defined in M.V769.I showsPrec :: Int -> DisplayedSkinParts -> ShowS # show :: DisplayedSkinParts -> String # showList :: [DisplayedSkinParts] -> ShowS # | |||||
NFData DisplayedSkinParts Source # | |||||
Defined in M.V769.I rnf :: DisplayedSkinParts -> () # | |||||
Eq DisplayedSkinParts Source # | |||||
Defined in M.V769.I (==) :: DisplayedSkinParts -> DisplayedSkinParts -> Bool # (/=) :: DisplayedSkinParts -> DisplayedSkinParts -> Bool # | |||||
Ord DisplayedSkinParts Source # | |||||
Defined in M.V769.I compare :: DisplayedSkinParts -> DisplayedSkinParts -> Ordering # (<) :: DisplayedSkinParts -> DisplayedSkinParts -> Bool # (<=) :: DisplayedSkinParts -> DisplayedSkinParts -> Bool # (>) :: DisplayedSkinParts -> DisplayedSkinParts -> Bool # (>=) :: DisplayedSkinParts -> DisplayedSkinParts -> Bool # max :: DisplayedSkinParts -> DisplayedSkinParts -> DisplayedSkinParts # min :: DisplayedSkinParts -> DisplayedSkinParts -> DisplayedSkinParts # | |||||
Pack DisplayedSkinParts Source # | |||||
Unpack DisplayedSkinParts Source # | |||||
Defined in M.V769.I unpack :: forall (st :: ZeroBitType) r. Parser st r DisplayedSkinParts Source # | |||||
(Bits i, Integral i, Pack i, Unpack i) => Bitreppable i DisplayedSkinParts Source # | |||||
Defined in M.V769.I tobits0 :: DisplayedSkinParts -> Builder Source # frombits0 :: forall (st :: ZeroBitType) r. Parser st r DisplayedSkinParts Source # | |||||
type Rep DisplayedSkinParts Source # | |||||
Defined in M.V769.I type Rep DisplayedSkinParts = D1 ('MetaData "DisplayedSkinParts" "M.V769.I" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "DisplayedSkinParts" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cape") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "jacket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "leftsleeve") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "rightsleeve") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "leftpants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "rightpants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "hat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |