Copyright | (c) axionbuster 2025 |
---|---|
License | BSD-3-Clause |
Safe Haskell | None |
Language | GHC2021 |
M.V769.I
Description
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 Methods resolution :: p SetEntityVelocityRes -> Integer # |
Constructors
CMEnabled | |
CMCommandsOnly | |
CMHidden |
Instances
NFData ChatMode Source # | |||||
Data ChatMode Source # | |||||
Defined in M.V769.I Methods 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 Associated Types
| |||||
Read ChatMode Source # | |||||
Show ChatMode Source # | |||||
Eq ChatMode Source # | |||||
Ord ChatMode Source # | |||||
Defined in M.V769.I | |||||
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-LGnxNP98iy5DdX3UVbzAAf" '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 #
Constructors
PSAll | |
PSDecreased | |
PSMinimal |
Instances
data FilterType Source #
Constructors
PassThrough | |
FullyFiltered | |
PartiallyFiltered |
Instances
NFData FilterType Source # | |||||
Defined in M.V769.I Methods rnf :: FilterType -> () # | |||||
Data FilterType Source # | |||||
Defined in M.V769.I Methods 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 | |||||
Enum FilterType Source # | |||||
Defined in M.V769.I Methods 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 Associated Types
| |||||
Read FilterType Source # | |||||
Defined in M.V769.I Methods readsPrec :: Int -> ReadS FilterType # readList :: ReadS [FilterType] # readPrec :: ReadPrec FilterType # readListPrec :: ReadPrec [FilterType] # | |||||
Show FilterType Source # | |||||
Defined in M.V769.I Methods showsPrec :: Int -> FilterType -> ShowS # show :: FilterType -> String # showList :: [FilterType] -> ShowS # | |||||
Eq FilterType Source # | |||||
Defined in M.V769.I | |||||
Ord FilterType Source # | |||||
Defined in M.V769.I Methods 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 | |||||
Lift FilterType Source # | |||||
Defined in M.V769.I Methods 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-LGnxNP98iy5DdX3UVbzAAf" '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
NFData BossBarColor Source # | |||||
Defined in M.V769.I Methods rnf :: BossBarColor -> () # | |||||
Data BossBarColor Source # | |||||
Defined in M.V769.I Methods 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 Methods 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 Associated Types
| |||||
Read BossBarColor Source # | |||||
Defined in M.V769.I Methods readsPrec :: Int -> ReadS BossBarColor # readList :: ReadS [BossBarColor] # | |||||
Show BossBarColor Source # | |||||
Defined in M.V769.I Methods showsPrec :: Int -> BossBarColor -> ShowS # show :: BossBarColor -> String # showList :: [BossBarColor] -> ShowS # | |||||
Eq BossBarColor Source # | |||||
Defined in M.V769.I | |||||
Ord BossBarColor Source # | |||||
Defined in M.V769.I Methods 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 | |||||
Lift BossBarColor Source # | |||||
Defined in M.V769.I Methods 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-LGnxNP98iy5DdX3UVbzAAf" '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
NFData KeepAlive Source # | |
Data KeepAlive Source # | |
Defined in M.V769.I Methods 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 # | |
Eq KeepAlive Source # | |
Ord KeepAlive Source # | |
Pack KeepAlive Source # | |
Unpack KeepAlive Source # | |
type Rep KeepAlive Source # | |
data PluginMessage Source #
Constructors
PluginMessage | |
Fields
|
Instances
NFData PluginMessage Source # | |||||
Defined in M.V769.I Methods rnf :: PluginMessage -> () # | |||||
Data PluginMessage Source # | |||||
Defined in M.V769.I Methods 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 Associated Types
| |||||
Read PluginMessage Source # | |||||
Defined in M.V769.I Methods readsPrec :: Int -> ReadS PluginMessage # readList :: ReadS [PluginMessage] # | |||||
Show PluginMessage Source # | |||||
Defined in M.V769.I Methods showsPrec :: Int -> PluginMessage -> ShowS # show :: PluginMessage -> String # showList :: [PluginMessage] -> ShowS # | |||||
Eq PluginMessage Source # | |||||
Defined in M.V769.I Methods (==) :: PluginMessage -> PluginMessage -> Bool # (/=) :: PluginMessage -> PluginMessage -> Bool # | |||||
Ord PluginMessage Source # | |||||
Defined in M.V769.I Methods 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 Methods 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-LGnxNP98iy5DdX3UVbzAAf" '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 #
Constructors
ResourcePack | |
Instances
NFData ResourcePack Source # | |||||
Defined in M.V769.I Methods rnf :: ResourcePack -> () # | |||||
Data ResourcePack Source # | |||||
Defined in M.V769.I Methods 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 Associated Types
| |||||
Read ResourcePack Source # | |||||
Defined in M.V769.I Methods readsPrec :: Int -> ReadS ResourcePack # readList :: ReadS [ResourcePack] # | |||||
Show ResourcePack Source # | |||||
Defined in M.V769.I Methods showsPrec :: Int -> ResourcePack -> ShowS # show :: ResourcePack -> String # showList :: [ResourcePack] -> ShowS # | |||||
Eq ResourcePack Source # | |||||
Defined in M.V769.I | |||||
Ord ResourcePack Source # | |||||
Defined in M.V769.I Methods 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 Methods 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-LGnxNP98iy5DdX3UVbzAAf" '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
NFData Ping Source # | |
Data Ping Source # | |
Defined in M.V769.I Methods 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 # | |
Eq Ping Source # | |
Ord Ping Source # | |
Pack Ping Source # | |
Unpack Ping Source # | |
type Rep Ping Source # | |
data DisplayedSkinParts Source #
Constructors
DisplayedSkinParts | |
Fields
|
Instances
NFData DisplayedSkinParts Source # | |||||
Defined in M.V769.I Methods rnf :: DisplayedSkinParts -> () # | |||||
Generic DisplayedSkinParts Source # | |||||
Defined in M.V769.I Associated Types
Methods from :: DisplayedSkinParts -> Rep DisplayedSkinParts x # to :: Rep DisplayedSkinParts x -> DisplayedSkinParts # | |||||
Show DisplayedSkinParts Source # | |||||
Defined in M.V769.I Methods showsPrec :: Int -> DisplayedSkinParts -> ShowS # show :: DisplayedSkinParts -> String # showList :: [DisplayedSkinParts] -> ShowS # | |||||
Eq DisplayedSkinParts Source # | |||||
Defined in M.V769.I Methods (==) :: DisplayedSkinParts -> DisplayedSkinParts -> Bool # (/=) :: DisplayedSkinParts -> DisplayedSkinParts -> Bool # | |||||
Pack DisplayedSkinParts Source # | |||||
Unpack DisplayedSkinParts Source # | |||||
Defined in M.V769.I Methods 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 Methods 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-LGnxNP98iy5DdX3UVbzAAf" '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))))) |