Copyright | (c) axionbuster 2025 |
---|---|
License | BSD-3-Clause |
Safe Haskell | None |
Language | GHC2021 |
M.V769.P
Description
Implements the extensive set of packet structures for the play state of protocol version 769, including entity management, world interaction, inventory handling, and all other gameplay-related communication.
Documentation
Constructors
UseItem__ | |
Fields
|
Instances
Generic UseItem__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack UseItem__ Source # | |||||
Unpack UseItem__ Source # | |||||
type Rep UseItem__ Source # | |||||
Defined in M.V769.P type Rep UseItem__ = D1 ('MetaData "UseItem__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UseItem__" 'PrefixI 'True) (S1 ('MetaSel ('Just "hand__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "sequence__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
Instances
NFData UseItem Source # | |||||
Generic UseItem Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UseItem Source # | |||||
Eq UseItem Source # | |||||
Pack UseItem Source # | |||||
Unpack UseItem Source # | |||||
type Rep UseItem Source # | |||||
Defined in M.V769.P type Rep UseItem = D1 ('MetaData "UseItem" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UseItem" 'PrefixI 'True) (S1 ('MetaSel ('Just "hand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "sequence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data UseItemOn__ Source #
Constructors
UseItemOn__ | |
Fields
|
Instances
Constructors
UseItemOn | |
Instances
NFData UseItemOn Source # | |||||
Generic UseItemOn Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UseItemOn Source # | |||||
Eq UseItemOn Source # | |||||
Pack UseItemOn Source # | |||||
Unpack UseItemOn Source # | |||||
type Rep UseItemOn Source # | |||||
Defined in M.V769.P type Rep UseItemOn = D1 ('MetaData "UseItemOn" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UseItemOn" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position)) :*: (S1 ('MetaSel ('Just "face") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "cursor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Float)) :*: S1 ('MetaSel ('Just "insideblock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data TeleportToEntity__ Source #
Constructors
TeleportToEntity__ | |
Fields |
Instances
Generic TeleportToEntity__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: TeleportToEntity__ -> Rep TeleportToEntity__ x # to :: Rep TeleportToEntity__ x -> TeleportToEntity__ # | |||||
Pack TeleportToEntity__ Source # | |||||
Unpack TeleportToEntity__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r TeleportToEntity__ Source # | |||||
type Rep TeleportToEntity__ Source # | |||||
Defined in M.V769.P type Rep TeleportToEntity__ = D1 ('MetaData "TeleportToEntity__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "TeleportToEntity__" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetentityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data TeleportToEntity Source #
Constructors
TeleportToEntity | |
Fields |
Instances
NFData TeleportToEntity Source # | |||||
Defined in M.V769.P Methods rnf :: TeleportToEntity -> () # | |||||
Generic TeleportToEntity Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: TeleportToEntity -> Rep TeleportToEntity x # to :: Rep TeleportToEntity x -> TeleportToEntity # | |||||
Show TeleportToEntity Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> TeleportToEntity -> ShowS # show :: TeleportToEntity -> String # showList :: [TeleportToEntity] -> ShowS # | |||||
Eq TeleportToEntity Source # | |||||
Defined in M.V769.P Methods (==) :: TeleportToEntity -> TeleportToEntity -> Bool # (/=) :: TeleportToEntity -> TeleportToEntity -> Bool # | |||||
Pack TeleportToEntity Source # | |||||
Unpack TeleportToEntity Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r TeleportToEntity Source # | |||||
type Rep TeleportToEntity Source # | |||||
Defined in M.V769.P type Rep TeleportToEntity = D1 ('MetaData "TeleportToEntity" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "TeleportToEntity" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetentityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data SwingArm__ Source #
Constructors
SwingArm__ | |
Instances
Generic SwingArm__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack SwingArm__ Source # | |||||
Unpack SwingArm__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SwingArm__ Source # | |||||
type Rep SwingArm__ Source # | |||||
Defined in M.V769.P type Rep SwingArm__ = D1 ('MetaData "SwingArm__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SwingArm__" 'PrefixI 'True) (S1 ('MetaSel ('Just "hand__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data UpdateSign Source #
Constructors
UpdateSign | |
Instances
NFData UpdateSign Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateSign -> () # | |||||
Generic UpdateSign Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UpdateSign Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateSign -> ShowS # show :: UpdateSign -> String # showList :: [UpdateSign] -> ShowS # | |||||
Eq UpdateSign Source # | |||||
Defined in M.V769.P | |||||
Pack UpdateSign Source # | |||||
Unpack UpdateSign Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateSign Source # | |||||
type Rep UpdateSign Source # | |||||
Defined in M.V769.P type Rep UpdateSign = D1 ('MetaData "UpdateSign" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateSign" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: (S1 ('MetaSel ('Just "isfronttext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "lines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text))))) |
data ProgramStructureBlock__ Source #
Constructors
ProgramStructureBlock__ | |
Instances
Generic ProgramStructureBlock__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ProgramStructureBlock__ -> Rep ProgramStructureBlock__ x # to :: Rep ProgramStructureBlock__ x -> ProgramStructureBlock__ # | |||||
Pack ProgramStructureBlock__ Source # | |||||
Unpack ProgramStructureBlock__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ProgramStructureBlock__ Source # | |||||
type Rep ProgramStructureBlock__ Source # | |||||
Defined in M.V769.P type Rep ProgramStructureBlock__ = D1 ('MetaData "ProgramStructureBlock__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ProgramStructureBlock__" 'PrefixI 'True) (((S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: (S1 ('MetaSel ('Just "action__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "mode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) :*: (S1 ('MetaSel ('Just "name__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "offset__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Int8)) :*: S1 ('MetaSel ('Just "size__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Int8))))) :*: ((S1 ('MetaSel ('Just "mirror__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "rotation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "metadata___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "integrity__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: (S1 ('MetaSel ('Just "seed__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarLong) :*: S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))))) |
data ProgramStructureBlock Source #
Constructors
ProgramStructureBlock | |
Instances
NFData ProgramStructureBlock Source # | |||||
Defined in M.V769.P Methods rnf :: ProgramStructureBlock -> () # | |||||
Generic ProgramStructureBlock Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ProgramStructureBlock -> Rep ProgramStructureBlock x # to :: Rep ProgramStructureBlock x -> ProgramStructureBlock # | |||||
Show ProgramStructureBlock Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ProgramStructureBlock -> ShowS # show :: ProgramStructureBlock -> String # showList :: [ProgramStructureBlock] -> ShowS # | |||||
Eq ProgramStructureBlock Source # | |||||
Defined in M.V769.P Methods (==) :: ProgramStructureBlock -> ProgramStructureBlock -> Bool # (/=) :: ProgramStructureBlock -> ProgramStructureBlock -> Bool # | |||||
Pack ProgramStructureBlock Source # | |||||
Unpack ProgramStructureBlock Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ProgramStructureBlock Source # | |||||
type Rep ProgramStructureBlock Source # | |||||
Defined in M.V769.P type Rep ProgramStructureBlock = D1 ('MetaData "ProgramStructureBlock" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ProgramStructureBlock" 'PrefixI 'True) (((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Int8)) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Int8))))) :*: ((S1 ('MetaSel ('Just "mirror") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "metadata_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "integrity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: (S1 ('MetaSel ('Just "seed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))))) |
data ProgramJigsawBlock Source #
Constructors
ProgramJigsawBlock | |
Instances
NFData ProgramJigsawBlock Source # | |||||
Defined in M.V769.P Methods rnf :: ProgramJigsawBlock -> () # | |||||
Generic ProgramJigsawBlock Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ProgramJigsawBlock -> Rep ProgramJigsawBlock x # to :: Rep ProgramJigsawBlock x -> ProgramJigsawBlock # | |||||
Show ProgramJigsawBlock Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ProgramJigsawBlock -> ShowS # show :: ProgramJigsawBlock -> String # showList :: [ProgramJigsawBlock] -> ShowS # | |||||
Eq ProgramJigsawBlock Source # | |||||
Defined in M.V769.P Methods (==) :: ProgramJigsawBlock -> ProgramJigsawBlock -> Bool # (/=) :: ProgramJigsawBlock -> ProgramJigsawBlock -> Bool # | |||||
Pack ProgramJigsawBlock Source # | |||||
Unpack ProgramJigsawBlock Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ProgramJigsawBlock Source # | |||||
type Rep ProgramJigsawBlock Source # | |||||
Defined in M.V769.P type Rep ProgramJigsawBlock = D1 ('MetaData "ProgramJigsawBlock" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ProgramJigsawBlock" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "pool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "finalstate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "jointtype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))) |
data SetCreativeModeSlot Source #
Constructors
SetCreativeModeSlot | |
Instances
NFData SetCreativeModeSlot Source # | |||||
Defined in M.V769.P Methods rnf :: SetCreativeModeSlot -> () # | |||||
Generic SetCreativeModeSlot Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetCreativeModeSlot -> Rep SetCreativeModeSlot x # to :: Rep SetCreativeModeSlot x -> SetCreativeModeSlot # | |||||
Show SetCreativeModeSlot Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetCreativeModeSlot -> ShowS # show :: SetCreativeModeSlot -> String # showList :: [SetCreativeModeSlot] -> ShowS # | |||||
Eq SetCreativeModeSlot Source # | |||||
Defined in M.V769.P Methods (==) :: SetCreativeModeSlot -> SetCreativeModeSlot -> Bool # (/=) :: SetCreativeModeSlot -> SetCreativeModeSlot -> Bool # | |||||
Pack SetCreativeModeSlot Source # | |||||
Unpack SetCreativeModeSlot Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetCreativeModeSlot Source # | |||||
type Rep SetCreativeModeSlot Source # | |||||
Defined in M.V769.P type Rep SetCreativeModeSlot = D1 ('MetaData "SetCreativeModeSlot" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetCreativeModeSlot" 'PrefixI 'True) (S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "slotdata_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot))) |
data ProgramCommandBlockMinecart__ Source #
Constructors
ProgramCommandBlockMinecart__ | |
Fields
|
Instances
Generic ProgramCommandBlockMinecart__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack ProgramCommandBlockMinecart__ Source # | |||||
Unpack ProgramCommandBlockMinecart__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ProgramCommandBlockMinecart__ Source # | |||||
type Rep ProgramCommandBlockMinecart__ Source # | |||||
Defined in M.V769.P type Rep ProgramCommandBlockMinecart__ = D1 ('MetaData "ProgramCommandBlockMinecart__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ProgramCommandBlockMinecart__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "command__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "trackoutput__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data ProgramCommandBlockMinecart Source #
Constructors
ProgramCommandBlockMinecart | |
Instances
NFData ProgramCommandBlockMinecart Source # | |||||
Defined in M.V769.P Methods rnf :: ProgramCommandBlockMinecart -> () # | |||||
Generic ProgramCommandBlockMinecart Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ProgramCommandBlockMinecart -> Rep ProgramCommandBlockMinecart x # to :: Rep ProgramCommandBlockMinecart x -> ProgramCommandBlockMinecart # | |||||
Show ProgramCommandBlockMinecart Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ProgramCommandBlockMinecart -> ShowS # show :: ProgramCommandBlockMinecart -> String # showList :: [ProgramCommandBlockMinecart] -> ShowS # | |||||
Eq ProgramCommandBlockMinecart Source # | |||||
Defined in M.V769.P Methods (==) :: ProgramCommandBlockMinecart -> ProgramCommandBlockMinecart -> Bool # (/=) :: ProgramCommandBlockMinecart -> ProgramCommandBlockMinecart -> Bool # | |||||
Pack ProgramCommandBlockMinecart Source # | |||||
Unpack ProgramCommandBlockMinecart Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ProgramCommandBlockMinecart Source # | |||||
type Rep ProgramCommandBlockMinecart Source # | |||||
Defined in M.V769.P type Rep ProgramCommandBlockMinecart = D1 ('MetaData "ProgramCommandBlockMinecart" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ProgramCommandBlockMinecart" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "trackoutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data ProgramCommandBlock__ Source #
Constructors
ProgramCommandBlock__ | |
Instances
Generic ProgramCommandBlock__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ProgramCommandBlock__ -> Rep ProgramCommandBlock__ x # to :: Rep ProgramCommandBlock__ x -> ProgramCommandBlock__ # | |||||
Pack ProgramCommandBlock__ Source # | |||||
Unpack ProgramCommandBlock__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ProgramCommandBlock__ Source # | |||||
type Rep ProgramCommandBlock__ Source # | |||||
Defined in M.V769.P type Rep ProgramCommandBlock__ = D1 ('MetaData "ProgramCommandBlock__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ProgramCommandBlock__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "command__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "mode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))) |
data ProgramCommandBlock Source #
Constructors
ProgramCommandBlock | |
Instances
NFData ProgramCommandBlock Source # | |||||
Defined in M.V769.P Methods rnf :: ProgramCommandBlock -> () # | |||||
Generic ProgramCommandBlock Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ProgramCommandBlock -> Rep ProgramCommandBlock x # to :: Rep ProgramCommandBlock x -> ProgramCommandBlock # | |||||
Show ProgramCommandBlock Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ProgramCommandBlock -> ShowS # show :: ProgramCommandBlock -> String # showList :: [ProgramCommandBlock] -> ShowS # | |||||
Eq ProgramCommandBlock Source # | |||||
Defined in M.V769.P Methods (==) :: ProgramCommandBlock -> ProgramCommandBlock -> Bool # (/=) :: ProgramCommandBlock -> ProgramCommandBlock -> Bool # | |||||
Pack ProgramCommandBlock Source # | |||||
Unpack ProgramCommandBlock Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ProgramCommandBlock Source # | |||||
type Rep ProgramCommandBlock Source # | |||||
Defined in M.V769.P type Rep ProgramCommandBlock = D1 ('MetaData "ProgramCommandBlock" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ProgramCommandBlock" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))) |
data SetHeldItemServerbound Source #
Constructors
SetHeldItemServerbound | |
Instances
NFData SetHeldItemServerbound Source # | |||||
Defined in M.V769.P Methods rnf :: SetHeldItemServerbound -> () # | |||||
Generic SetHeldItemServerbound Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetHeldItemServerbound -> Rep SetHeldItemServerbound x # to :: Rep SetHeldItemServerbound x -> SetHeldItemServerbound # | |||||
Show SetHeldItemServerbound Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetHeldItemServerbound -> ShowS # show :: SetHeldItemServerbound -> String # showList :: [SetHeldItemServerbound] -> ShowS # | |||||
Eq SetHeldItemServerbound Source # | |||||
Defined in M.V769.P Methods (==) :: SetHeldItemServerbound -> SetHeldItemServerbound -> Bool # (/=) :: SetHeldItemServerbound -> SetHeldItemServerbound -> Bool # | |||||
Pack SetHeldItemServerbound Source # | |||||
Unpack SetHeldItemServerbound Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetHeldItemServerbound Source # | |||||
type Rep SetHeldItemServerbound Source # | |||||
Defined in M.V769.P type Rep SetHeldItemServerbound = D1 ('MetaData "SetHeldItemServerbound" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetHeldItemServerbound" 'PrefixI 'True) (S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data SetBeaconEffect__ Source #
Constructors
SetBeaconEffect__ | |
Fields |
Instances
Generic SetBeaconEffect__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBeaconEffect__ -> Rep SetBeaconEffect__ x # to :: Rep SetBeaconEffect__ x -> SetBeaconEffect__ # | |||||
Pack SetBeaconEffect__ Source # | |||||
Unpack SetBeaconEffect__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBeaconEffect__ Source # | |||||
type Rep SetBeaconEffect__ Source # | |||||
Defined in M.V769.P type Rep SetBeaconEffect__ = D1 ('MetaData "SetBeaconEffect__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBeaconEffect__" 'PrefixI 'True) (S1 ('MetaSel ('Just "primaryeffect__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "secondaryeffect__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SetBeaconEffect Source #
Constructors
SetBeaconEffect | |
Fields |
Instances
NFData SetBeaconEffect Source # | |||||
Defined in M.V769.P Methods rnf :: SetBeaconEffect -> () # | |||||
Generic SetBeaconEffect Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBeaconEffect -> Rep SetBeaconEffect x # to :: Rep SetBeaconEffect x -> SetBeaconEffect # | |||||
Show SetBeaconEffect Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetBeaconEffect -> ShowS # show :: SetBeaconEffect -> String # showList :: [SetBeaconEffect] -> ShowS # | |||||
Eq SetBeaconEffect Source # | |||||
Defined in M.V769.P Methods (==) :: SetBeaconEffect -> SetBeaconEffect -> Bool # (/=) :: SetBeaconEffect -> SetBeaconEffect -> Bool # | |||||
Pack SetBeaconEffect Source # | |||||
Unpack SetBeaconEffect Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBeaconEffect Source # | |||||
type Rep SetBeaconEffect Source # | |||||
Defined in M.V769.P type Rep SetBeaconEffect = D1 ('MetaData "SetBeaconEffect" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBeaconEffect" 'PrefixI 'True) (S1 ('MetaSel ('Just "primaryeffect") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "secondaryeffect") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data SelectTrade__ Source #
Constructors
SelectTrade__ | |
Instances
Generic SelectTrade__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack SelectTrade__ Source # | |||||
Unpack SelectTrade__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SelectTrade__ Source # | |||||
type Rep SelectTrade__ Source # | |||||
Defined in M.V769.P type Rep SelectTrade__ = D1 ('MetaData "SelectTrade__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SelectTrade__" 'PrefixI 'True) (S1 ('MetaSel ('Just "slot__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SelectTrade Source #
Constructors
SelectTrade | |
Instances
NFData SelectTrade Source # | |||||
Defined in M.V769.P Methods rnf :: SelectTrade -> () # | |||||
Generic SelectTrade Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SelectTrade Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SelectTrade -> ShowS # show :: SelectTrade -> String # showList :: [SelectTrade] -> ShowS # | |||||
Eq SelectTrade Source # | |||||
Defined in M.V769.P | |||||
Pack SelectTrade Source # | |||||
Unpack SelectTrade Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SelectTrade Source # | |||||
type Rep SelectTrade Source # | |||||
Defined in M.V769.P type Rep SelectTrade = D1 ('MetaData "SelectTrade" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SelectTrade" 'PrefixI 'True) (S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data SeenAdvancements__ Source #
Constructors
SeenAdvancements__ | |
Instances
Generic SeenAdvancements__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SeenAdvancements__ -> Rep SeenAdvancements__ x # to :: Rep SeenAdvancements__ x -> SeenAdvancements__ # | |||||
Pack SeenAdvancements__ Source # | |||||
Unpack SeenAdvancements__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SeenAdvancements__ Source # | |||||
type Rep SeenAdvancements__ Source # | |||||
Defined in M.V769.P type Rep SeenAdvancements__ = D1 ('MetaData "SeenAdvancements__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SeenAdvancements__" 'PrefixI 'True) (S1 ('MetaSel ('Just "action__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "tabid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data SeenAdvancements Source #
Constructors
SeenAdvancements | |
Instances
NFData SeenAdvancements Source # | |||||
Defined in M.V769.P Methods rnf :: SeenAdvancements -> () # | |||||
Generic SeenAdvancements Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SeenAdvancements -> Rep SeenAdvancements x # to :: Rep SeenAdvancements x -> SeenAdvancements # | |||||
Show SeenAdvancements Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SeenAdvancements -> ShowS # show :: SeenAdvancements -> String # showList :: [SeenAdvancements] -> ShowS # | |||||
Eq SeenAdvancements Source # | |||||
Defined in M.V769.P Methods (==) :: SeenAdvancements -> SeenAdvancements -> Bool # (/=) :: SeenAdvancements -> SeenAdvancements -> Bool # | |||||
Pack SeenAdvancements Source # | |||||
Unpack SeenAdvancements Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SeenAdvancements Source # | |||||
type Rep SeenAdvancements Source # | |||||
Defined in M.V769.P type Rep SeenAdvancements = D1 ('MetaData "SeenAdvancements" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SeenAdvancements" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "tabid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data ResourcePackResponsePlay__ Source #
Constructors
ResourcePackResponsePlay__ | |
Instances
Generic ResourcePackResponsePlay__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ResourcePackResponsePlay__ -> Rep ResourcePackResponsePlay__ x # to :: Rep ResourcePackResponsePlay__ x -> ResourcePackResponsePlay__ # | |||||
Pack ResourcePackResponsePlay__ Source # | |||||
Unpack ResourcePackResponsePlay__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ResourcePackResponsePlay__ Source # | |||||
type Rep ResourcePackResponsePlay__ Source # | |||||
Defined in M.V769.P type Rep ResourcePackResponsePlay__ = D1 ('MetaData "ResourcePackResponsePlay__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ResourcePackResponsePlay__" 'PrefixI 'True) (S1 ('MetaSel ('Just "status__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data ResourcePackResponsePlay Source #
Constructors
ResourcePackResponsePlay | |
Instances
NFData ResourcePackResponsePlay Source # | |||||
Defined in M.V769.P Methods rnf :: ResourcePackResponsePlay -> () # | |||||
Generic ResourcePackResponsePlay Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ResourcePackResponsePlay -> Rep ResourcePackResponsePlay x # to :: Rep ResourcePackResponsePlay x -> ResourcePackResponsePlay # | |||||
Show ResourcePackResponsePlay Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ResourcePackResponsePlay -> ShowS # show :: ResourcePackResponsePlay -> String # showList :: [ResourcePackResponsePlay] -> ShowS # | |||||
Eq ResourcePackResponsePlay Source # | |||||
Defined in M.V769.P Methods (==) :: ResourcePackResponsePlay -> ResourcePackResponsePlay -> Bool # (/=) :: ResourcePackResponsePlay -> ResourcePackResponsePlay -> Bool # | |||||
Pack ResourcePackResponsePlay Source # | |||||
Unpack ResourcePackResponsePlay Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ResourcePackResponsePlay Source # | |||||
type Rep ResourcePackResponsePlay Source # | |||||
Defined in M.V769.P type Rep ResourcePackResponsePlay = D1 ('MetaData "ResourcePackResponsePlay" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ResourcePackResponsePlay" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data RenameItem Source #
Constructors
RenameItem | |
Instances
NFData RenameItem Source # | |||||
Defined in M.V769.P Methods rnf :: RenameItem -> () # | |||||
Generic RenameItem Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show RenameItem Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> RenameItem -> ShowS # show :: RenameItem -> String # showList :: [RenameItem] -> ShowS # | |||||
Eq RenameItem Source # | |||||
Defined in M.V769.P | |||||
Pack RenameItem Source # | |||||
Unpack RenameItem Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RenameItem Source # | |||||
type Rep RenameItem Source # | |||||
Defined in M.V769.P type Rep RenameItem = D1 ('MetaData "RenameItem" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RenameItem" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data SetSeenRecipe Source #
Constructors
SetSeenRecipe | |
Instances
NFData SetSeenRecipe Source # | |||||
Defined in M.V769.P Methods rnf :: SetSeenRecipe -> () # | |||||
Generic SetSeenRecipe Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetSeenRecipe Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetSeenRecipe -> ShowS # show :: SetSeenRecipe -> String # showList :: [SetSeenRecipe] -> ShowS # | |||||
Eq SetSeenRecipe Source # | |||||
Defined in M.V769.P Methods (==) :: SetSeenRecipe -> SetSeenRecipe -> Bool # (/=) :: SetSeenRecipe -> SetSeenRecipe -> Bool # | |||||
Pack SetSeenRecipe Source # | |||||
Unpack SetSeenRecipe Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetSeenRecipe Source # | |||||
type Rep SetSeenRecipe Source # | |||||
Defined in M.V769.P type Rep SetSeenRecipe = D1 ('MetaData "SetSeenRecipe" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetSeenRecipe" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data ChangeRecipeBookSettings__ Source #
Constructors
ChangeRecipeBookSettings__ | |
Fields
|
Instances
Generic ChangeRecipeBookSettings__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChangeRecipeBookSettings__ -> Rep ChangeRecipeBookSettings__ x # to :: Rep ChangeRecipeBookSettings__ x -> ChangeRecipeBookSettings__ # | |||||
Pack ChangeRecipeBookSettings__ Source # | |||||
Unpack ChangeRecipeBookSettings__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChangeRecipeBookSettings__ Source # | |||||
type Rep ChangeRecipeBookSettings__ Source # | |||||
Defined in M.V769.P type Rep ChangeRecipeBookSettings__ = D1 ('MetaData "ChangeRecipeBookSettings__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChangeRecipeBookSettings__" 'PrefixI 'True) (S1 ('MetaSel ('Just "bookid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "bookopen__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "filteractive__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data ChangeRecipeBookSettings Source #
Constructors
ChangeRecipeBookSettings | |
Instances
NFData ChangeRecipeBookSettings Source # | |||||
Defined in M.V769.P Methods rnf :: ChangeRecipeBookSettings -> () # | |||||
Generic ChangeRecipeBookSettings Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChangeRecipeBookSettings -> Rep ChangeRecipeBookSettings x # to :: Rep ChangeRecipeBookSettings x -> ChangeRecipeBookSettings # | |||||
Show ChangeRecipeBookSettings Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChangeRecipeBookSettings -> ShowS # show :: ChangeRecipeBookSettings -> String # showList :: [ChangeRecipeBookSettings] -> ShowS # | |||||
Eq ChangeRecipeBookSettings Source # | |||||
Defined in M.V769.P Methods (==) :: ChangeRecipeBookSettings -> ChangeRecipeBookSettings -> Bool # (/=) :: ChangeRecipeBookSettings -> ChangeRecipeBookSettings -> Bool # | |||||
Pack ChangeRecipeBookSettings Source # | |||||
Unpack ChangeRecipeBookSettings Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChangeRecipeBookSettings Source # | |||||
type Rep ChangeRecipeBookSettings Source # | |||||
Defined in M.V769.P type Rep ChangeRecipeBookSettings = D1 ('MetaData "ChangeRecipeBookSettings" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChangeRecipeBookSettings" 'PrefixI 'True) (S1 ('MetaSel ('Just "bookid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "bookopen") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "filteractive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data PlayerLoaded Source #
Constructors
PlayerLoaded |
Instances
NFData PlayerLoaded Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerLoaded -> () # | |||||
Generic PlayerLoaded Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show PlayerLoaded Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerLoaded -> ShowS # show :: PlayerLoaded -> String # showList :: [PlayerLoaded] -> ShowS # | |||||
Eq PlayerLoaded Source # | |||||
Defined in M.V769.P | |||||
Pack PlayerLoaded Source # | |||||
Unpack PlayerLoaded Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerLoaded Source # | |||||
type Rep PlayerLoaded Source # | |||||
data PlayerInput Source #
Instances
NFData PlayerInput Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerInput -> () # | |||||
Generic PlayerInput Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show PlayerInput Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerInput -> ShowS # show :: PlayerInput -> String # showList :: [PlayerInput] -> ShowS # | |||||
Eq PlayerInput Source # | |||||
Defined in M.V769.P | |||||
Pack PlayerInput Source # | |||||
Unpack PlayerInput Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerInput Source # | |||||
type Rep PlayerInput Source # | |||||
Defined in M.V769.P type Rep PlayerInput = D1 ('MetaData "PlayerInput" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerInput" 'PrefixI 'True) (S1 ('MetaSel ('Just "sideways") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: (S1 ('MetaSel ('Just "forward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))) |
data PlayerCommand__ Source #
Constructors
PlayerCommand__ | |
Fields
|
Instances
Generic PlayerCommand__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlayerCommand__ -> Rep PlayerCommand__ x # to :: Rep PlayerCommand__ x -> PlayerCommand__ # | |||||
Pack PlayerCommand__ Source # | |||||
Unpack PlayerCommand__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerCommand__ Source # | |||||
type Rep PlayerCommand__ Source # | |||||
Defined in M.V769.P type Rep PlayerCommand__ = D1 ('MetaData "PlayerCommand__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerCommand__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "actionid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data PlayerCommand Source #
Instances
NFData PlayerCommand Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerCommand -> () # | |||||
Generic PlayerCommand Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show PlayerCommand Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerCommand -> ShowS # show :: PlayerCommand -> String # showList :: [PlayerCommand] -> ShowS # | |||||
Eq PlayerCommand Source # | |||||
Defined in M.V769.P Methods (==) :: PlayerCommand -> PlayerCommand -> Bool # (/=) :: PlayerCommand -> PlayerCommand -> Bool # | |||||
Pack PlayerCommand Source # | |||||
Unpack PlayerCommand Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerCommand Source # | |||||
type Rep PlayerCommand Source # | |||||
Defined in M.V769.P type Rep PlayerCommand = D1 ('MetaData "PlayerCommand" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerCommand" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "actionid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data PlayerAction__ Source #
Constructors
PlayerAction__ | |
Fields
|
Instances
Generic PlayerAction__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlayerAction__ -> Rep PlayerAction__ x # to :: Rep PlayerAction__ x -> PlayerAction__ # | |||||
Pack PlayerAction__ Source # | |||||
Unpack PlayerAction__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerAction__ Source # | |||||
type Rep PlayerAction__ Source # | |||||
Defined in M.V769.P type Rep PlayerAction__ = D1 ('MetaData "PlayerAction__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerAction__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "actionid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position)) :*: (S1 ('MetaSel ('Just "face__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: S1 ('MetaSel ('Just "sequence__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data PlayerAction Source #
Constructors
PlayerAction | |
Instances
NFData PlayerAction Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerAction -> () # | |||||
Generic PlayerAction Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show PlayerAction Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerAction -> ShowS # show :: PlayerAction -> String # showList :: [PlayerAction] -> ShowS # | |||||
Eq PlayerAction Source # | |||||
Defined in M.V769.P | |||||
Pack PlayerAction Source # | |||||
Unpack PlayerAction Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerAction Source # | |||||
type Rep PlayerAction Source # | |||||
Defined in M.V769.P type Rep PlayerAction = D1 ('MetaData "PlayerAction" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerAction" 'PrefixI 'True) ((S1 ('MetaSel ('Just "actionid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position)) :*: (S1 ('MetaSel ('Just "face") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: S1 ('MetaSel ('Just "sequence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data ServerboundPlayerAbilities Source #
Constructors
ServerboundPlayerAbilities | |
Instances
NFData ServerboundPlayerAbilities Source # | |||||
Defined in M.V769.P Methods rnf :: ServerboundPlayerAbilities -> () # | |||||
Generic ServerboundPlayerAbilities Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ServerboundPlayerAbilities -> Rep ServerboundPlayerAbilities x # to :: Rep ServerboundPlayerAbilities x -> ServerboundPlayerAbilities # | |||||
Show ServerboundPlayerAbilities Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ServerboundPlayerAbilities -> ShowS # show :: ServerboundPlayerAbilities -> String # showList :: [ServerboundPlayerAbilities] -> ShowS # | |||||
Eq ServerboundPlayerAbilities Source # | |||||
Defined in M.V769.P Methods (==) :: ServerboundPlayerAbilities -> ServerboundPlayerAbilities -> Bool # (/=) :: ServerboundPlayerAbilities -> ServerboundPlayerAbilities -> Bool # | |||||
Pack ServerboundPlayerAbilities Source # | |||||
Unpack ServerboundPlayerAbilities Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ServerboundPlayerAbilities Source # | |||||
type Rep ServerboundPlayerAbilities Source # | |||||
Defined in M.V769.P type Rep ServerboundPlayerAbilities = D1 ('MetaData "ServerboundPlayerAbilities" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ServerboundPlayerAbilities" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data PlaceRecipe Source #
Instances
NFData PlaceRecipe Source # | |||||
Defined in M.V769.P Methods rnf :: PlaceRecipe -> () # | |||||
Generic PlaceRecipe Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show PlaceRecipe Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlaceRecipe -> ShowS # show :: PlaceRecipe -> String # showList :: [PlaceRecipe] -> ShowS # | |||||
Eq PlaceRecipe Source # | |||||
Defined in M.V769.P | |||||
Pack PlaceRecipe Source # | |||||
Unpack PlaceRecipe Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlaceRecipe Source # | |||||
type Rep PlaceRecipe Source # | |||||
Defined in M.V769.P type Rep PlaceRecipe = D1 ('MetaData "PlaceRecipe" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlaceRecipe" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "recipe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "makeall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data PingRequestPlay Source #
Constructors
PingRequestPlay | |
Instances
NFData PingRequestPlay Source # | |||||
Defined in M.V769.P Methods rnf :: PingRequestPlay -> () # | |||||
Generic PingRequestPlay Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PingRequestPlay -> Rep PingRequestPlay x # to :: Rep PingRequestPlay x -> PingRequestPlay # | |||||
Show PingRequestPlay Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PingRequestPlay -> ShowS # show :: PingRequestPlay -> String # showList :: [PingRequestPlay] -> ShowS # | |||||
Eq PingRequestPlay Source # | |||||
Defined in M.V769.P Methods (==) :: PingRequestPlay -> PingRequestPlay -> Bool # (/=) :: PingRequestPlay -> PingRequestPlay -> Bool # | |||||
Pack PingRequestPlay Source # | |||||
Unpack PingRequestPlay Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PingRequestPlay Source # | |||||
type Rep PingRequestPlay Source # | |||||
Defined in M.V769.P type Rep PingRequestPlay = D1 ('MetaData "PingRequestPlay" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PingRequestPlay" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64))) |
data PickItemFromEntity__ Source #
Constructors
PickItemFromEntity__ | |
Fields
|
Instances
Generic PickItemFromEntity__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PickItemFromEntity__ -> Rep PickItemFromEntity__ x # to :: Rep PickItemFromEntity__ x -> PickItemFromEntity__ # | |||||
Pack PickItemFromEntity__ Source # | |||||
Unpack PickItemFromEntity__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PickItemFromEntity__ Source # | |||||
type Rep PickItemFromEntity__ Source # | |||||
Defined in M.V769.P type Rep PickItemFromEntity__ = D1 ('MetaData "PickItemFromEntity__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PickItemFromEntity__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data PickItemFromEntity Source #
Constructors
PickItemFromEntity | |
Instances
NFData PickItemFromEntity Source # | |||||
Defined in M.V769.P Methods rnf :: PickItemFromEntity -> () # | |||||
Generic PickItemFromEntity Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PickItemFromEntity -> Rep PickItemFromEntity x # to :: Rep PickItemFromEntity x -> PickItemFromEntity # | |||||
Show PickItemFromEntity Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PickItemFromEntity -> ShowS # show :: PickItemFromEntity -> String # showList :: [PickItemFromEntity] -> ShowS # | |||||
Eq PickItemFromEntity Source # | |||||
Defined in M.V769.P Methods (==) :: PickItemFromEntity -> PickItemFromEntity -> Bool # (/=) :: PickItemFromEntity -> PickItemFromEntity -> Bool # | |||||
Pack PickItemFromEntity Source # | |||||
Unpack PickItemFromEntity Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PickItemFromEntity Source # | |||||
type Rep PickItemFromEntity Source # | |||||
Defined in M.V769.P type Rep PickItemFromEntity = D1 ('MetaData "PickItemFromEntity" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PickItemFromEntity" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data PickItemFromBlock Source #
Constructors
PickItemFromBlock | |
Instances
NFData PickItemFromBlock Source # | |||||
Defined in M.V769.P Methods rnf :: PickItemFromBlock -> () # | |||||
Generic PickItemFromBlock Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PickItemFromBlock -> Rep PickItemFromBlock x # to :: Rep PickItemFromBlock x -> PickItemFromBlock # | |||||
Show PickItemFromBlock Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PickItemFromBlock -> ShowS # show :: PickItemFromBlock -> String # showList :: [PickItemFromBlock] -> ShowS # | |||||
Eq PickItemFromBlock Source # | |||||
Defined in M.V769.P Methods (==) :: PickItemFromBlock -> PickItemFromBlock -> Bool # (/=) :: PickItemFromBlock -> PickItemFromBlock -> Bool # | |||||
Pack PickItemFromBlock Source # | |||||
Unpack PickItemFromBlock Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PickItemFromBlock Source # | |||||
type Rep PickItemFromBlock Source # | |||||
Defined in M.V769.P type Rep PickItemFromBlock = D1 ('MetaData "PickItemFromBlock" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PickItemFromBlock" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position))) |
data PaddleBoat Source #
Constructors
PaddleBoat | |
Fields |
Instances
NFData PaddleBoat Source # | |||||
Defined in M.V769.P Methods rnf :: PaddleBoat -> () # | |||||
Generic PaddleBoat Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show PaddleBoat Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PaddleBoat -> ShowS # show :: PaddleBoat -> String # showList :: [PaddleBoat] -> ShowS # | |||||
Eq PaddleBoat Source # | |||||
Defined in M.V769.P | |||||
Pack PaddleBoat Source # | |||||
Unpack PaddleBoat Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PaddleBoat Source # | |||||
type Rep PaddleBoat Source # | |||||
Defined in M.V769.P type Rep PaddleBoat = D1 ('MetaData "PaddleBoat" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PaddleBoat" 'PrefixI 'True) (S1 ('MetaSel ('Just "leftpaddleturning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "rightpaddleturning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) |
data MoveVehicleServerbound Source #
Constructors
MoveVehicleServerbound | |
Instances
NFData MoveVehicleServerbound Source # | |||||
Defined in M.V769.P Methods rnf :: MoveVehicleServerbound -> () # | |||||
Generic MoveVehicleServerbound Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: MoveVehicleServerbound -> Rep MoveVehicleServerbound x # to :: Rep MoveVehicleServerbound x -> MoveVehicleServerbound # | |||||
Show MoveVehicleServerbound Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> MoveVehicleServerbound -> ShowS # show :: MoveVehicleServerbound -> String # showList :: [MoveVehicleServerbound] -> ShowS # | |||||
Eq MoveVehicleServerbound Source # | |||||
Defined in M.V769.P Methods (==) :: MoveVehicleServerbound -> MoveVehicleServerbound -> Bool # (/=) :: MoveVehicleServerbound -> MoveVehicleServerbound -> Bool # | |||||
Pack MoveVehicleServerbound Source # | |||||
Unpack MoveVehicleServerbound Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r MoveVehicleServerbound Source # | |||||
type Rep MoveVehicleServerbound Source # | |||||
Defined in M.V769.P type Rep MoveVehicleServerbound = D1 ('MetaData "MoveVehicleServerbound" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "MoveVehicleServerbound" 'PrefixI 'True) (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float)))) |
data SetPlayerMovementFlags Source #
Constructors
SetPlayerMovementFlags | |
Instances
NFData SetPlayerMovementFlags Source # | |||||
Defined in M.V769.P Methods rnf :: SetPlayerMovementFlags -> () # | |||||
Generic SetPlayerMovementFlags Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetPlayerMovementFlags -> Rep SetPlayerMovementFlags x # to :: Rep SetPlayerMovementFlags x -> SetPlayerMovementFlags # | |||||
Show SetPlayerMovementFlags Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetPlayerMovementFlags -> ShowS # show :: SetPlayerMovementFlags -> String # showList :: [SetPlayerMovementFlags] -> ShowS # | |||||
Eq SetPlayerMovementFlags Source # | |||||
Defined in M.V769.P Methods (==) :: SetPlayerMovementFlags -> SetPlayerMovementFlags -> Bool # (/=) :: SetPlayerMovementFlags -> SetPlayerMovementFlags -> Bool # | |||||
Pack SetPlayerMovementFlags Source # | |||||
Unpack SetPlayerMovementFlags Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPlayerMovementFlags Source # | |||||
type Rep SetPlayerMovementFlags Source # | |||||
Defined in M.V769.P type Rep SetPlayerMovementFlags = D1 ('MetaData "SetPlayerMovementFlags" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPlayerMovementFlags" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data SetPlayerRotation Source #
Constructors
SetPlayerRotation | |
Instances
NFData SetPlayerRotation Source # | |||||
Defined in M.V769.P Methods rnf :: SetPlayerRotation -> () # | |||||
Generic SetPlayerRotation Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetPlayerRotation -> Rep SetPlayerRotation x # to :: Rep SetPlayerRotation x -> SetPlayerRotation # | |||||
Show SetPlayerRotation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetPlayerRotation -> ShowS # show :: SetPlayerRotation -> String # showList :: [SetPlayerRotation] -> ShowS # | |||||
Eq SetPlayerRotation Source # | |||||
Defined in M.V769.P Methods (==) :: SetPlayerRotation -> SetPlayerRotation -> Bool # (/=) :: SetPlayerRotation -> SetPlayerRotation -> Bool # | |||||
Pack SetPlayerRotation Source # | |||||
Unpack SetPlayerRotation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPlayerRotation Source # | |||||
type Rep SetPlayerRotation Source # | |||||
Defined in M.V769.P type Rep SetPlayerRotation = D1 ('MetaData "SetPlayerRotation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPlayerRotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float)) :*: S1 ('MetaSel ('Just "onground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) |
data SetPlayerPositionAndRotation__ Source #
Constructors
SetPlayerPositionAndRotation__ | |
Fields
|
Instances
Generic SetPlayerPositionAndRotation__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack SetPlayerPositionAndRotation__ Source # | |||||
Unpack SetPlayerPositionAndRotation__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPlayerPositionAndRotation__ Source # | |||||
type Rep SetPlayerPositionAndRotation__ Source # | |||||
Defined in M.V769.P type Rep SetPlayerPositionAndRotation__ = D1 ('MetaData "SetPlayerPositionAndRotation__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPlayerPositionAndRotation__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float))) :*: (S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "teleportid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data SetPlayerPositionAndRotation Source #
Constructors
SetPlayerPositionAndRotation | |
Instances
NFData SetPlayerPositionAndRotation Source # | |||||
Defined in M.V769.P Methods rnf :: SetPlayerPositionAndRotation -> () # | |||||
Generic SetPlayerPositionAndRotation Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetPlayerPositionAndRotation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetPlayerPositionAndRotation -> ShowS # show :: SetPlayerPositionAndRotation -> String # showList :: [SetPlayerPositionAndRotation] -> ShowS # | |||||
Eq SetPlayerPositionAndRotation Source # | |||||
Defined in M.V769.P Methods (==) :: SetPlayerPositionAndRotation -> SetPlayerPositionAndRotation -> Bool # (/=) :: SetPlayerPositionAndRotation -> SetPlayerPositionAndRotation -> Bool # | |||||
Pack SetPlayerPositionAndRotation Source # | |||||
Unpack SetPlayerPositionAndRotation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPlayerPositionAndRotation Source # | |||||
type Rep SetPlayerPositionAndRotation Source # | |||||
Defined in M.V769.P type Rep SetPlayerPositionAndRotation = D1 ('MetaData "SetPlayerPositionAndRotation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPlayerPositionAndRotation" 'PrefixI 'True) ((S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float))) :*: (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "teleportid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data SetPlayerPosition__ Source #
Constructors
SetPlayerPosition__ | |
Fields
|
Instances
Generic SetPlayerPosition__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetPlayerPosition__ -> Rep SetPlayerPosition__ x # to :: Rep SetPlayerPosition__ x -> SetPlayerPosition__ # | |||||
Pack SetPlayerPosition__ Source # | |||||
Unpack SetPlayerPosition__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPlayerPosition__ Source # | |||||
type Rep SetPlayerPosition__ Source # | |||||
Defined in M.V769.P type Rep SetPlayerPosition__ = D1 ('MetaData "SetPlayerPosition__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPlayerPosition__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float))) :*: (S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "teleportid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data SetPlayerPosition Source #
Constructors
SetPlayerPosition | |
Instances
NFData SetPlayerPosition Source # | |||||
Defined in M.V769.P Methods rnf :: SetPlayerPosition -> () # | |||||
Generic SetPlayerPosition Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetPlayerPosition -> Rep SetPlayerPosition x # to :: Rep SetPlayerPosition x -> SetPlayerPosition # | |||||
Show SetPlayerPosition Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetPlayerPosition -> ShowS # show :: SetPlayerPosition -> String # showList :: [SetPlayerPosition] -> ShowS # | |||||
Eq SetPlayerPosition Source # | |||||
Defined in M.V769.P Methods (==) :: SetPlayerPosition -> SetPlayerPosition -> Bool # (/=) :: SetPlayerPosition -> SetPlayerPosition -> Bool # | |||||
Pack SetPlayerPosition Source # | |||||
Unpack SetPlayerPosition Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPlayerPosition Source # | |||||
type Rep SetPlayerPosition Source # | |||||
Defined in M.V769.P type Rep SetPlayerPosition = D1 ('MetaData "SetPlayerPosition" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPlayerPosition" 'PrefixI 'True) ((S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float))) :*: (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "teleportid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data LockDifficulty Source #
Constructors
LockDifficulty | |
Instances
NFData LockDifficulty Source # | |||||
Defined in M.V769.P Methods rnf :: LockDifficulty -> () # | |||||
Generic LockDifficulty Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: LockDifficulty -> Rep LockDifficulty x # to :: Rep LockDifficulty x -> LockDifficulty # | |||||
Show LockDifficulty Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> LockDifficulty -> ShowS # show :: LockDifficulty -> String # showList :: [LockDifficulty] -> ShowS # | |||||
Eq LockDifficulty Source # | |||||
Defined in M.V769.P Methods (==) :: LockDifficulty -> LockDifficulty -> Bool # (/=) :: LockDifficulty -> LockDifficulty -> Bool # | |||||
Pack LockDifficulty Source # | |||||
Unpack LockDifficulty Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r LockDifficulty Source # | |||||
type Rep LockDifficulty Source # | |||||
Defined in M.V769.P type Rep LockDifficulty = D1 ('MetaData "LockDifficulty" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "LockDifficulty" 'PrefixI 'True) (S1 ('MetaSel ('Just "locked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) |
data JigsawGenerate__ Source #
Constructors
JigsawGenerate__ | |
Fields
|
Instances
Generic JigsawGenerate__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: JigsawGenerate__ -> Rep JigsawGenerate__ x # to :: Rep JigsawGenerate__ x -> JigsawGenerate__ # | |||||
Pack JigsawGenerate__ Source # | |||||
Unpack JigsawGenerate__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r JigsawGenerate__ Source # | |||||
type Rep JigsawGenerate__ Source # | |||||
Defined in M.V769.P type Rep JigsawGenerate__ = D1 ('MetaData "JigsawGenerate__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "JigsawGenerate__" 'PrefixI 'True) (S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: (S1 ('MetaSel ('Just "levels__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "keepjigsaws__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data JigsawGenerate Source #
Constructors
JigsawGenerate | |
Instances
NFData JigsawGenerate Source # | |||||
Defined in M.V769.P Methods rnf :: JigsawGenerate -> () # | |||||
Generic JigsawGenerate Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: JigsawGenerate -> Rep JigsawGenerate x # to :: Rep JigsawGenerate x -> JigsawGenerate # | |||||
Show JigsawGenerate Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> JigsawGenerate -> ShowS # show :: JigsawGenerate -> String # showList :: [JigsawGenerate] -> ShowS # | |||||
Eq JigsawGenerate Source # | |||||
Defined in M.V769.P Methods (==) :: JigsawGenerate -> JigsawGenerate -> Bool # (/=) :: JigsawGenerate -> JigsawGenerate -> Bool # | |||||
Pack JigsawGenerate Source # | |||||
Unpack JigsawGenerate Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r JigsawGenerate Source # | |||||
type Rep JigsawGenerate Source # | |||||
Defined in M.V769.P type Rep JigsawGenerate = D1 ('MetaData "JigsawGenerate" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "JigsawGenerate" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: (S1 ('MetaSel ('Just "levels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "keepjigsaws") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data Interact__ Source #
Constructors
Interact__ | |
Fields
|
Instances
Generic Interact__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack Interact__ Source # | |||||
Unpack Interact__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r Interact__ Source # | |||||
type Rep Interact__ Source # | |||||
Defined in M.V769.P type Rep Interact__ = D1 ('MetaData "Interact__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Interact__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "type___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "target__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Float)) :*: (S1 ('MetaSel ('Just "hand__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "sneaking__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
Constructors
Interact | |
Instances
NFData Interact Source # | |||||
Generic Interact Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show Interact Source # | |||||
Eq Interact Source # | |||||
Pack Interact Source # | |||||
Unpack Interact Source # | |||||
type Rep Interact Source # | |||||
Defined in M.V769.P type Rep Interact = D1 ('MetaData "Interact" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Interact" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "type_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Float)) :*: (S1 ('MetaSel ('Just "hand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "sneaking") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data QueryEntityTag__ Source #
Constructors
QueryEntityTag__ | |
Fields |
Instances
Generic QueryEntityTag__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: QueryEntityTag__ -> Rep QueryEntityTag__ x # to :: Rep QueryEntityTag__ x -> QueryEntityTag__ # | |||||
Pack QueryEntityTag__ Source # | |||||
Unpack QueryEntityTag__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r QueryEntityTag__ Source # | |||||
type Rep QueryEntityTag__ Source # | |||||
Defined in M.V769.P type Rep QueryEntityTag__ = D1 ('MetaData "QueryEntityTag__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "QueryEntityTag__" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data QueryEntityTag Source #
Constructors
QueryEntityTag | |
Fields
|
Instances
NFData QueryEntityTag Source # | |||||
Defined in M.V769.P Methods rnf :: QueryEntityTag -> () # | |||||
Generic QueryEntityTag Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: QueryEntityTag -> Rep QueryEntityTag x # to :: Rep QueryEntityTag x -> QueryEntityTag # | |||||
Show QueryEntityTag Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> QueryEntityTag -> ShowS # show :: QueryEntityTag -> String # showList :: [QueryEntityTag] -> ShowS # | |||||
Eq QueryEntityTag Source # | |||||
Defined in M.V769.P Methods (==) :: QueryEntityTag -> QueryEntityTag -> Bool # (/=) :: QueryEntityTag -> QueryEntityTag -> Bool # | |||||
Pack QueryEntityTag Source # | |||||
Unpack QueryEntityTag Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r QueryEntityTag Source # | |||||
type Rep QueryEntityTag Source # | |||||
Defined in M.V769.P type Rep QueryEntityTag = D1 ('MetaData "QueryEntityTag" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "QueryEntityTag" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data EditBook__ Source #
Instances
Generic EditBook__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack EditBook__ Source # | |||||
Unpack EditBook__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EditBook__ Source # | |||||
type Rep EditBook__ Source # | |||||
Defined in M.V769.P type Rep EditBook__ = D1 ('MetaData "EditBook__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EditBook__" 'PrefixI 'True) (S1 ('MetaSel ('Just "hand__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "pages__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)) :*: S1 ('MetaSel ('Just "title__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) |
Instances
NFData EditBook Source # | |||||
Generic EditBook Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show EditBook Source # | |||||
Eq EditBook Source # | |||||
Pack EditBook Source # | |||||
Unpack EditBook Source # | |||||
type Rep EditBook Source # | |||||
Defined in M.V769.P type Rep EditBook = D1 ('MetaData "EditBook" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EditBook" 'PrefixI 'True) (S1 ('MetaSel ('Just "hand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "pages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) |
data DebugSampleSubscription__ Source #
Constructors
DebugSampleSubscription__ | |
Instances
Generic DebugSampleSubscription__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: DebugSampleSubscription__ -> Rep DebugSampleSubscription__ x # to :: Rep DebugSampleSubscription__ x -> DebugSampleSubscription__ # | |||||
Pack DebugSampleSubscription__ Source # | |||||
Unpack DebugSampleSubscription__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DebugSampleSubscription__ Source # | |||||
type Rep DebugSampleSubscription__ Source # | |||||
Defined in M.V769.P type Rep DebugSampleSubscription__ = D1 ('MetaData "DebugSampleSubscription__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DebugSampleSubscription__" 'PrefixI 'True) (S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data DebugSampleSubscription Source #
Constructors
DebugSampleSubscription | |
Fields
|
Instances
NFData DebugSampleSubscription Source # | |||||
Defined in M.V769.P Methods rnf :: DebugSampleSubscription -> () # | |||||
Generic DebugSampleSubscription Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: DebugSampleSubscription -> Rep DebugSampleSubscription x # to :: Rep DebugSampleSubscription x -> DebugSampleSubscription # | |||||
Show DebugSampleSubscription Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> DebugSampleSubscription -> ShowS # show :: DebugSampleSubscription -> String # showList :: [DebugSampleSubscription] -> ShowS # | |||||
Eq DebugSampleSubscription Source # | |||||
Defined in M.V769.P Methods (==) :: DebugSampleSubscription -> DebugSampleSubscription -> Bool # (/=) :: DebugSampleSubscription -> DebugSampleSubscription -> Bool # | |||||
Pack DebugSampleSubscription Source # | |||||
Unpack DebugSampleSubscription Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DebugSampleSubscription Source # | |||||
type Rep DebugSampleSubscription Source # | |||||
Defined in M.V769.P type Rep DebugSampleSubscription = D1 ('MetaData "DebugSampleSubscription" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DebugSampleSubscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data CookieResponsePlay Source #
Constructors
CookieResponsePlay | |
Instances
NFData CookieResponsePlay Source # | |||||
Defined in M.V769.P Methods rnf :: CookieResponsePlay -> () # | |||||
Generic CookieResponsePlay Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: CookieResponsePlay -> Rep CookieResponsePlay x # to :: Rep CookieResponsePlay x -> CookieResponsePlay # | |||||
Show CookieResponsePlay Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> CookieResponsePlay -> ShowS # show :: CookieResponsePlay -> String # showList :: [CookieResponsePlay] -> ShowS # | |||||
Eq CookieResponsePlay Source # | |||||
Defined in M.V769.P Methods (==) :: CookieResponsePlay -> CookieResponsePlay -> Bool # (/=) :: CookieResponsePlay -> CookieResponsePlay -> Bool # | |||||
Pack CookieResponsePlay Source # | |||||
Unpack CookieResponsePlay Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CookieResponsePlay Source # | |||||
type Rep CookieResponsePlay Source # | |||||
Defined in M.V769.P type Rep CookieResponsePlay = D1 ('MetaData "CookieResponsePlay" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CookieResponsePlay" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data ChangeContainerSlotState Source #
Instances
NFData ChangeContainerSlotState Source # | |||||
Defined in M.V769.P Methods rnf :: ChangeContainerSlotState -> () # | |||||
Generic ChangeContainerSlotState Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChangeContainerSlotState -> Rep ChangeContainerSlotState x # to :: Rep ChangeContainerSlotState x -> ChangeContainerSlotState # | |||||
Show ChangeContainerSlotState Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChangeContainerSlotState -> ShowS # show :: ChangeContainerSlotState -> String # showList :: [ChangeContainerSlotState] -> ShowS # | |||||
Eq ChangeContainerSlotState Source # | |||||
Defined in M.V769.P Methods (==) :: ChangeContainerSlotState -> ChangeContainerSlotState -> Bool # (/=) :: ChangeContainerSlotState -> ChangeContainerSlotState -> Bool # | |||||
Pack ChangeContainerSlotState Source # | |||||
Unpack ChangeContainerSlotState Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChangeContainerSlotState Source # | |||||
type Rep ChangeContainerSlotState Source # | |||||
Defined in M.V769.P type Rep ChangeContainerSlotState = D1 ('MetaData "ChangeContainerSlotState" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChangeContainerSlotState" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)))) |
data CloseContainerServerbound Source #
Constructors
CloseContainerServerbound | |
Instances
NFData CloseContainerServerbound Source # | |||||
Defined in M.V769.P Methods rnf :: CloseContainerServerbound -> () # | |||||
Generic CloseContainerServerbound Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: CloseContainerServerbound -> Rep CloseContainerServerbound x # to :: Rep CloseContainerServerbound x -> CloseContainerServerbound # | |||||
Show CloseContainerServerbound Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> CloseContainerServerbound -> ShowS # show :: CloseContainerServerbound -> String # showList :: [CloseContainerServerbound] -> ShowS # | |||||
Eq CloseContainerServerbound Source # | |||||
Defined in M.V769.P Methods (==) :: CloseContainerServerbound -> CloseContainerServerbound -> Bool # (/=) :: CloseContainerServerbound -> CloseContainerServerbound -> Bool # | |||||
Pack CloseContainerServerbound Source # | |||||
Unpack CloseContainerServerbound Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CloseContainerServerbound Source # | |||||
type Rep CloseContainerServerbound Source # | |||||
Defined in M.V769.P type Rep CloseContainerServerbound = D1 ('MetaData "CloseContainerServerbound" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CloseContainerServerbound" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data ClickContainer__ Source #
Constructors
ClickContainer__ | |
Instances
Generic ClickContainer__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ClickContainer__ -> Rep ClickContainer__ x # to :: Rep ClickContainer__ x -> ClickContainer__ # | |||||
Pack ClickContainer__ Source # | |||||
Unpack ClickContainer__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClickContainer__ Source # | |||||
type Rep ClickContainer__ Source # | |||||
Defined in M.V769.P type Rep ClickContainer__ = D1 ('MetaData "ClickContainer__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClickContainer__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "windowid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "stateid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "slot__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16))) :*: (S1 ('MetaSel ('Just "button__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: (S1 ('MetaSel ('Just "mode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "slots__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Slot)))))) |
data ClickContainer Source #
Constructors
ClickContainer | |
Instances
NFData ClickContainer Source # | |||||
Defined in M.V769.P Methods rnf :: ClickContainer -> () # | |||||
Generic ClickContainer Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ClickContainer -> Rep ClickContainer x # to :: Rep ClickContainer x -> ClickContainer # | |||||
Show ClickContainer Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ClickContainer -> ShowS # show :: ClickContainer -> String # showList :: [ClickContainer] -> ShowS # | |||||
Eq ClickContainer Source # | |||||
Defined in M.V769.P Methods (==) :: ClickContainer -> ClickContainer -> Bool # (/=) :: ClickContainer -> ClickContainer -> Bool # | |||||
Pack ClickContainer Source # | |||||
Unpack ClickContainer Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClickContainer Source # | |||||
type Rep ClickContainer Source # | |||||
Defined in M.V769.P type Rep ClickContainer = D1 ('MetaData "ClickContainer" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClickContainer" 'PrefixI 'True) ((S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "stateid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16))) :*: (S1 ('MetaSel ('Just "button") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "slots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Slot)))))) |
data ClickContainerButton Source #
Constructors
ClickContainerButton | |
Instances
NFData ClickContainerButton Source # | |||||
Defined in M.V769.P Methods rnf :: ClickContainerButton -> () # | |||||
Generic ClickContainerButton Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ClickContainerButton -> Rep ClickContainerButton x # to :: Rep ClickContainerButton x -> ClickContainerButton # | |||||
Show ClickContainerButton Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ClickContainerButton -> ShowS # show :: ClickContainerButton -> String # showList :: [ClickContainerButton] -> ShowS # | |||||
Eq ClickContainerButton Source # | |||||
Defined in M.V769.P Methods (==) :: ClickContainerButton -> ClickContainerButton -> Bool # (/=) :: ClickContainerButton -> ClickContainerButton -> Bool # | |||||
Pack ClickContainerButton Source # | |||||
Unpack ClickContainerButton Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClickContainerButton Source # | |||||
type Rep ClickContainerButton Source # | |||||
Defined in M.V769.P type Rep ClickContainerButton = D1 ('MetaData "ClickContainerButton" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClickContainerButton" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "buttonid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data AcknowledgeConfiguration Source #
Constructors
AcknowledgeConfiguration |
Instances
NFData AcknowledgeConfiguration Source # | |||||
Defined in M.V769.P Methods rnf :: AcknowledgeConfiguration -> () # | |||||
Generic AcknowledgeConfiguration Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: AcknowledgeConfiguration -> Rep AcknowledgeConfiguration x # to :: Rep AcknowledgeConfiguration x -> AcknowledgeConfiguration # | |||||
Show AcknowledgeConfiguration Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> AcknowledgeConfiguration -> ShowS # show :: AcknowledgeConfiguration -> String # showList :: [AcknowledgeConfiguration] -> ShowS # | |||||
Eq AcknowledgeConfiguration Source # | |||||
Defined in M.V769.P Methods (==) :: AcknowledgeConfiguration -> AcknowledgeConfiguration -> Bool # (/=) :: AcknowledgeConfiguration -> AcknowledgeConfiguration -> Bool # | |||||
Pack AcknowledgeConfiguration Source # | |||||
Unpack AcknowledgeConfiguration Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AcknowledgeConfiguration Source # | |||||
type Rep AcknowledgeConfiguration Source # | |||||
data CommandSuggestionsRequest__ Source #
Constructors
CommandSuggestionsRequest__ | |
Instances
Generic CommandSuggestionsRequest__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: CommandSuggestionsRequest__ -> Rep CommandSuggestionsRequest__ x # to :: Rep CommandSuggestionsRequest__ x -> CommandSuggestionsRequest__ # | |||||
Pack CommandSuggestionsRequest__ Source # | |||||
Unpack CommandSuggestionsRequest__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CommandSuggestionsRequest__ Source # | |||||
type Rep CommandSuggestionsRequest__ Source # | |||||
Defined in M.V769.P type Rep CommandSuggestionsRequest__ = D1 ('MetaData "CommandSuggestionsRequest__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CommandSuggestionsRequest__" 'PrefixI 'True) (S1 ('MetaSel ('Just "id__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "text__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data CommandSuggestionsRequest Source #
Constructors
CommandSuggestionsRequest | |
Instances
NFData CommandSuggestionsRequest Source # | |||||
Defined in M.V769.P Methods rnf :: CommandSuggestionsRequest -> () # | |||||
Generic CommandSuggestionsRequest Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: CommandSuggestionsRequest -> Rep CommandSuggestionsRequest x # to :: Rep CommandSuggestionsRequest x -> CommandSuggestionsRequest # | |||||
Show CommandSuggestionsRequest Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> CommandSuggestionsRequest -> ShowS # show :: CommandSuggestionsRequest -> String # showList :: [CommandSuggestionsRequest] -> ShowS # | |||||
Eq CommandSuggestionsRequest Source # | |||||
Defined in M.V769.P Methods (==) :: CommandSuggestionsRequest -> CommandSuggestionsRequest -> Bool # (/=) :: CommandSuggestionsRequest -> CommandSuggestionsRequest -> Bool # | |||||
Pack CommandSuggestionsRequest Source # | |||||
Unpack CommandSuggestionsRequest Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CommandSuggestionsRequest Source # | |||||
type Rep CommandSuggestionsRequest Source # | |||||
Defined in M.V769.P type Rep CommandSuggestionsRequest = D1 ('MetaData "CommandSuggestionsRequest" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CommandSuggestionsRequest" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data ClientInformationPlay__ Source #
Constructors
ClientInformationPlay__ | |
Fields
|
Instances
Generic ClientInformationPlay__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ClientInformationPlay__ -> Rep ClientInformationPlay__ x # to :: Rep ClientInformationPlay__ x -> ClientInformationPlay__ # | |||||
Pack ClientInformationPlay__ Source # | |||||
Unpack ClientInformationPlay__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClientInformationPlay__ Source # | |||||
type Rep ClientInformationPlay__ Source # | |||||
Defined in M.V769.P type Rep ClientInformationPlay__ = D1 ('MetaData "ClientInformationPlay__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClientInformationPlay__" 'PrefixI 'True) (((S1 ('MetaSel ('Just "locale__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "viewdistance__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "chatmode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "chatcolors__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "displayedskinparts__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "mainhand__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "enabletextfiltering__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "allowserverlistings__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data ClientInformationPlay Source #
Constructors
ClientInformationPlay | |
Fields
|
Instances
NFData ClientInformationPlay Source # | |||||
Defined in M.V769.P Methods rnf :: ClientInformationPlay -> () # | |||||
Generic ClientInformationPlay Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ClientInformationPlay -> Rep ClientInformationPlay x # to :: Rep ClientInformationPlay x -> ClientInformationPlay # | |||||
Show ClientInformationPlay Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ClientInformationPlay -> ShowS # show :: ClientInformationPlay -> String # showList :: [ClientInformationPlay] -> ShowS # | |||||
Eq ClientInformationPlay Source # | |||||
Defined in M.V769.P Methods (==) :: ClientInformationPlay -> ClientInformationPlay -> Bool # (/=) :: ClientInformationPlay -> ClientInformationPlay -> Bool # | |||||
Pack ClientInformationPlay Source # | |||||
Unpack ClientInformationPlay Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClientInformationPlay Source # | |||||
type Rep ClientInformationPlay Source # | |||||
Defined in M.V769.P type Rep ClientInformationPlay = D1 ('MetaData "ClientInformationPlay" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClientInformationPlay" 'PrefixI 'True) (((S1 ('MetaSel ('Just "locale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "viewdistance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "chatmode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "chatcolors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "displayedskinparts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "mainhand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "enabletextfiltering") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "allowserverlistings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data ClientTickEnd Source #
Constructors
ClientTickEnd |
Instances
NFData ClientTickEnd Source # | |||||
Defined in M.V769.P Methods rnf :: ClientTickEnd -> () # | |||||
Generic ClientTickEnd Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show ClientTickEnd Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ClientTickEnd -> ShowS # show :: ClientTickEnd -> String # showList :: [ClientTickEnd] -> ShowS # | |||||
Eq ClientTickEnd Source # | |||||
Defined in M.V769.P Methods (==) :: ClientTickEnd -> ClientTickEnd -> Bool # (/=) :: ClientTickEnd -> ClientTickEnd -> Bool # | |||||
Pack ClientTickEnd Source # | |||||
Unpack ClientTickEnd Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClientTickEnd Source # | |||||
type Rep ClientTickEnd Source # | |||||
data ClientStatus__ Source #
Constructors
ClientStatus__ | |
Fields
|
Instances
Generic ClientStatus__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ClientStatus__ -> Rep ClientStatus__ x # to :: Rep ClientStatus__ x -> ClientStatus__ # | |||||
Pack ClientStatus__ Source # | |||||
Unpack ClientStatus__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClientStatus__ Source # | |||||
type Rep ClientStatus__ Source # | |||||
Defined in M.V769.P type Rep ClientStatus__ = D1 ('MetaData "ClientStatus__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClientStatus__" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data ClientStatus Source #
Constructors
ClientStatus | |
Instances
NFData ClientStatus Source # | |||||
Defined in M.V769.P Methods rnf :: ClientStatus -> () # | |||||
Generic ClientStatus Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show ClientStatus Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ClientStatus -> ShowS # show :: ClientStatus -> String # showList :: [ClientStatus] -> ShowS # | |||||
Eq ClientStatus Source # | |||||
Defined in M.V769.P | |||||
Pack ClientStatus Source # | |||||
Unpack ClientStatus Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClientStatus Source # | |||||
type Rep ClientStatus Source # | |||||
Defined in M.V769.P type Rep ClientStatus = D1 ('MetaData "ClientStatus" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClientStatus" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data ChunkBatchReceived Source #
Constructors
ChunkBatchReceived |
Instances
NFData ChunkBatchReceived Source # | |||||
Defined in M.V769.P Methods rnf :: ChunkBatchReceived -> () # | |||||
Generic ChunkBatchReceived Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChunkBatchReceived -> Rep ChunkBatchReceived x # to :: Rep ChunkBatchReceived x -> ChunkBatchReceived # | |||||
Show ChunkBatchReceived Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChunkBatchReceived -> ShowS # show :: ChunkBatchReceived -> String # showList :: [ChunkBatchReceived] -> ShowS # | |||||
Eq ChunkBatchReceived Source # | |||||
Defined in M.V769.P Methods (==) :: ChunkBatchReceived -> ChunkBatchReceived -> Bool # (/=) :: ChunkBatchReceived -> ChunkBatchReceived -> Bool # | |||||
Pack ChunkBatchReceived Source # | |||||
Unpack ChunkBatchReceived Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChunkBatchReceived Source # | |||||
type Rep ChunkBatchReceived Source # | |||||
data PlayerSession Source #
Constructors
PlayerSession | |
Fields
|
Instances
NFData PlayerSession Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerSession -> () # | |||||
Generic PlayerSession Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show PlayerSession Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerSession -> ShowS # show :: PlayerSession -> String # showList :: [PlayerSession] -> ShowS # | |||||
Eq PlayerSession Source # | |||||
Defined in M.V769.P Methods (==) :: PlayerSession -> PlayerSession -> Bool # (/=) :: PlayerSession -> PlayerSession -> Bool # | |||||
Pack PlayerSession Source # | |||||
Unpack PlayerSession Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerSession Source # | |||||
type Rep PlayerSession Source # | |||||
Defined in M.V769.P type Rep PlayerSession = D1 ('MetaData "PlayerSession" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerSession" 'PrefixI 'True) (S1 ('MetaSel ('Just "sessionid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID) :*: (S1 ('MetaSel ('Just "publickey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString) :*: S1 ('MetaSel ('Just "signature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)))) |
data ChatMessage Source #
Constructors
ChatMessage | |
Fields
|
Instances
NFData ChatMessage Source # | |||||
Defined in M.V769.P Methods rnf :: ChatMessage -> () # | |||||
Generic ChatMessage Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show ChatMessage Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChatMessage -> ShowS # show :: ChatMessage -> String # showList :: [ChatMessage] -> ShowS # | |||||
Eq ChatMessage Source # | |||||
Defined in M.V769.P | |||||
Pack ChatMessage Source # | |||||
Unpack ChatMessage Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChatMessage Source # | |||||
type Rep ChatMessage Source # | |||||
Defined in M.V769.P type Rep ChatMessage = D1 ('MetaData "ChatMessage" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChatMessage" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "salt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64))) :*: (S1 ('MetaSel ('Just "signature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString) :*: (S1 ('MetaSel ('Just "signedpreview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "lastseenmessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector UUID)))))) |
data SignedChatCommand Source #
Constructors
SignedChatCommand | |
Fields
|
Instances
NFData SignedChatCommand Source # | |||||
Defined in M.V769.P Methods rnf :: SignedChatCommand -> () # | |||||
Generic SignedChatCommand Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SignedChatCommand -> Rep SignedChatCommand x # to :: Rep SignedChatCommand x -> SignedChatCommand # | |||||
Show SignedChatCommand Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SignedChatCommand -> ShowS # show :: SignedChatCommand -> String # showList :: [SignedChatCommand] -> ShowS # | |||||
Eq SignedChatCommand Source # | |||||
Defined in M.V769.P Methods (==) :: SignedChatCommand -> SignedChatCommand -> Bool # (/=) :: SignedChatCommand -> SignedChatCommand -> Bool # | |||||
Pack SignedChatCommand Source # | |||||
Unpack SignedChatCommand Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SignedChatCommand Source # | |||||
type Rep SignedChatCommand Source # | |||||
Defined in M.V769.P type Rep SignedChatCommand = D1 ('MetaData "SignedChatCommand" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SignedChatCommand" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "salt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64))) :*: (S1 ('MetaSel ('Just "argumentsignatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString) :*: (S1 ('MetaSel ('Just "signedpreview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "lastseenmessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector UUID)))))) |
data ServerboundChatCommand Source #
Constructors
ServerboundChatCommand | |
Fields
|
Instances
NFData ServerboundChatCommand Source # | |||||
Defined in M.V769.P Methods rnf :: ServerboundChatCommand -> () # | |||||
Generic ServerboundChatCommand Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ServerboundChatCommand -> Rep ServerboundChatCommand x # to :: Rep ServerboundChatCommand x -> ServerboundChatCommand # | |||||
Show ServerboundChatCommand Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ServerboundChatCommand -> ShowS # show :: ServerboundChatCommand -> String # showList :: [ServerboundChatCommand] -> ShowS # | |||||
Eq ServerboundChatCommand Source # | |||||
Defined in M.V769.P Methods (==) :: ServerboundChatCommand -> ServerboundChatCommand -> Bool # (/=) :: ServerboundChatCommand -> ServerboundChatCommand -> Bool # | |||||
Pack ServerboundChatCommand Source # | |||||
Unpack ServerboundChatCommand Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ServerboundChatCommand Source # | |||||
type Rep ServerboundChatCommand Source # | |||||
Defined in M.V769.P type Rep ServerboundChatCommand = D1 ('MetaData "ServerboundChatCommand" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ServerboundChatCommand" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "salt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64))) :*: (S1 ('MetaSel ('Just "argumentsignatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString) :*: (S1 ('MetaSel ('Just "signedpreview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "lastseenmessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector UUID)))))) |
data AcknowledgeMessage Source #
Constructors
AcknowledgeMessage | |
Fields
|
Instances
NFData AcknowledgeMessage Source # | |||||
Defined in M.V769.P Methods rnf :: AcknowledgeMessage -> () # | |||||
Generic AcknowledgeMessage Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: AcknowledgeMessage -> Rep AcknowledgeMessage x # to :: Rep AcknowledgeMessage x -> AcknowledgeMessage # | |||||
Show AcknowledgeMessage Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> AcknowledgeMessage -> ShowS # show :: AcknowledgeMessage -> String # showList :: [AcknowledgeMessage] -> ShowS # | |||||
Eq AcknowledgeMessage Source # | |||||
Defined in M.V769.P Methods (==) :: AcknowledgeMessage -> AcknowledgeMessage -> Bool # (/=) :: AcknowledgeMessage -> AcknowledgeMessage -> Bool # | |||||
Pack AcknowledgeMessage Source # | |||||
Unpack AcknowledgeMessage Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AcknowledgeMessage Source # | |||||
type Rep AcknowledgeMessage Source # | |||||
Defined in M.V769.P type Rep AcknowledgeMessage = D1 ('MetaData "AcknowledgeMessage" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "AcknowledgeMessage" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID))) |
data ServerboundChangeDifficulty Source #
Constructors
ServerboundChangeDifficulty | |
Fields
|
Instances
NFData ServerboundChangeDifficulty Source # | |||||
Defined in M.V769.P Methods rnf :: ServerboundChangeDifficulty -> () # | |||||
Generic ServerboundChangeDifficulty Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ServerboundChangeDifficulty -> Rep ServerboundChangeDifficulty x # to :: Rep ServerboundChangeDifficulty x -> ServerboundChangeDifficulty # | |||||
Show ServerboundChangeDifficulty Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ServerboundChangeDifficulty -> ShowS # show :: ServerboundChangeDifficulty -> String # showList :: [ServerboundChangeDifficulty] -> ShowS # | |||||
Eq ServerboundChangeDifficulty Source # | |||||
Defined in M.V769.P Methods (==) :: ServerboundChangeDifficulty -> ServerboundChangeDifficulty -> Bool # (/=) :: ServerboundChangeDifficulty -> ServerboundChangeDifficulty -> Bool # | |||||
Pack ServerboundChangeDifficulty Source # | |||||
Unpack ServerboundChangeDifficulty Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ServerboundChangeDifficulty Source # | |||||
type Rep ServerboundChangeDifficulty Source # | |||||
Defined in M.V769.P type Rep ServerboundChangeDifficulty = D1 ('MetaData "ServerboundChangeDifficulty" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ServerboundChangeDifficulty" 'PrefixI 'True) (S1 ('MetaSel ('Just "difficulty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data BundleItemSelected__ Source #
Constructors
BundleItemSelected__ | |
Instances
Generic BundleItemSelected__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: BundleItemSelected__ -> Rep BundleItemSelected__ x # to :: Rep BundleItemSelected__ x -> BundleItemSelected__ # | |||||
Pack BundleItemSelected__ Source # | |||||
Unpack BundleItemSelected__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BundleItemSelected__ Source # | |||||
type Rep BundleItemSelected__ Source # | |||||
Defined in M.V769.P type Rep BundleItemSelected__ = D1 ('MetaData "BundleItemSelected__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BundleItemSelected__" 'PrefixI 'True) (S1 ('MetaSel ('Just "slot__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data BundleItemSelected Source #
Constructors
BundleItemSelected | |
Instances
NFData BundleItemSelected Source # | |||||
Defined in M.V769.P Methods rnf :: BundleItemSelected -> () # | |||||
Generic BundleItemSelected Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: BundleItemSelected -> Rep BundleItemSelected x # to :: Rep BundleItemSelected x -> BundleItemSelected # | |||||
Show BundleItemSelected Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> BundleItemSelected -> ShowS # show :: BundleItemSelected -> String # showList :: [BundleItemSelected] -> ShowS # | |||||
Eq BundleItemSelected Source # | |||||
Defined in M.V769.P Methods (==) :: BundleItemSelected -> BundleItemSelected -> Bool # (/=) :: BundleItemSelected -> BundleItemSelected -> Bool # | |||||
Pack BundleItemSelected Source # | |||||
Unpack BundleItemSelected Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BundleItemSelected Source # | |||||
type Rep BundleItemSelected Source # | |||||
Defined in M.V769.P type Rep BundleItemSelected = D1 ('MetaData "BundleItemSelected" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BundleItemSelected" 'PrefixI 'True) (S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data QueryBlockEntityTag__ Source #
Constructors
QueryBlockEntityTag__ | |
Fields |
Instances
Generic QueryBlockEntityTag__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: QueryBlockEntityTag__ -> Rep QueryBlockEntityTag__ x # to :: Rep QueryBlockEntityTag__ x -> QueryBlockEntityTag__ # | |||||
Pack QueryBlockEntityTag__ Source # | |||||
Unpack QueryBlockEntityTag__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r QueryBlockEntityTag__ Source # | |||||
type Rep QueryBlockEntityTag__ Source # | |||||
Defined in M.V769.P type Rep QueryBlockEntityTag__ = D1 ('MetaData "QueryBlockEntityTag__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "QueryBlockEntityTag__" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position))) |
data QueryBlockEntityTag Source #
Constructors
QueryBlockEntityTag | |
Fields
|
Instances
NFData QueryBlockEntityTag Source # | |||||
Defined in M.V769.P Methods rnf :: QueryBlockEntityTag -> () # | |||||
Generic QueryBlockEntityTag Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: QueryBlockEntityTag -> Rep QueryBlockEntityTag x # to :: Rep QueryBlockEntityTag x -> QueryBlockEntityTag # | |||||
Show QueryBlockEntityTag Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> QueryBlockEntityTag -> ShowS # show :: QueryBlockEntityTag -> String # showList :: [QueryBlockEntityTag] -> ShowS # | |||||
Eq QueryBlockEntityTag Source # | |||||
Defined in M.V769.P Methods (==) :: QueryBlockEntityTag -> QueryBlockEntityTag -> Bool # (/=) :: QueryBlockEntityTag -> QueryBlockEntityTag -> Bool # | |||||
Pack QueryBlockEntityTag Source # | |||||
Unpack QueryBlockEntityTag Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r QueryBlockEntityTag Source # | |||||
type Rep QueryBlockEntityTag Source # | |||||
Defined in M.V769.P type Rep QueryBlockEntityTag = D1 ('MetaData "QueryBlockEntityTag" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "QueryBlockEntityTag" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position))) |
data ConfirmTeleportation__ Source #
Constructors
ConfirmTeleportation__ | |
Fields |
Instances
Generic ConfirmTeleportation__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ConfirmTeleportation__ -> Rep ConfirmTeleportation__ x # to :: Rep ConfirmTeleportation__ x -> ConfirmTeleportation__ # | |||||
Pack ConfirmTeleportation__ Source # | |||||
Unpack ConfirmTeleportation__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ConfirmTeleportation__ Source # | |||||
type Rep ConfirmTeleportation__ Source # | |||||
Defined in M.V769.P type Rep ConfirmTeleportation__ = D1 ('MetaData "ConfirmTeleportation__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ConfirmTeleportation__" 'PrefixI 'True) (S1 ('MetaSel ('Just "teleportid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data ConfirmTeleportation Source #
Constructors
ConfirmTeleportation | |
Fields
|
Instances
NFData ConfirmTeleportation Source # | |||||
Defined in M.V769.P Methods rnf :: ConfirmTeleportation -> () # | |||||
Generic ConfirmTeleportation Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ConfirmTeleportation -> Rep ConfirmTeleportation x # to :: Rep ConfirmTeleportation x -> ConfirmTeleportation # | |||||
Show ConfirmTeleportation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ConfirmTeleportation -> ShowS # show :: ConfirmTeleportation -> String # showList :: [ConfirmTeleportation] -> ShowS # | |||||
Eq ConfirmTeleportation Source # | |||||
Defined in M.V769.P Methods (==) :: ConfirmTeleportation -> ConfirmTeleportation -> Bool # (/=) :: ConfirmTeleportation -> ConfirmTeleportation -> Bool # | |||||
Pack ConfirmTeleportation Source # | |||||
Unpack ConfirmTeleportation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ConfirmTeleportation Source # | |||||
type Rep ConfirmTeleportation Source # | |||||
Defined in M.V769.P type Rep ConfirmTeleportation = D1 ('MetaData "ConfirmTeleportation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ConfirmTeleportation" 'PrefixI 'True) (S1 ('MetaSel ('Just "teleportid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data StoreCookie Source #
Constructors
StoreCookie | |
Instances
NFData StoreCookie Source # | |||||
Defined in M.V769.P Methods rnf :: StoreCookie -> () # | |||||
Generic StoreCookie Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show StoreCookie Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> StoreCookie -> ShowS # show :: StoreCookie -> String # showList :: [StoreCookie] -> ShowS # | |||||
Eq StoreCookie Source # | |||||
Defined in M.V769.P | |||||
Pack StoreCookie Source # | |||||
Unpack StoreCookie Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r StoreCookie Source # | |||||
type Rep StoreCookie Source # | |||||
Defined in M.V769.P type Rep StoreCookie = D1 ('MetaData "StoreCookie" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "StoreCookie" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data StopSound__ Source #
Instances
Generic StopSound__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack StopSound__ Source # | |||||
Unpack StopSound__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r StopSound__ Source # | |||||
type Rep StopSound__ Source # | |||||
Defined in M.V769.P type Rep StopSound__ = D1 ('MetaData "StopSound__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "StopSound__" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "source__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "sound__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
Instances
NFData StopSound Source # | |||||
Generic StopSound Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show StopSound Source # | |||||
Eq StopSound Source # | |||||
Pack StopSound Source # | |||||
Unpack StopSound Source # | |||||
type Rep StopSound Source # | |||||
Defined in M.V769.P type Rep StopSound = D1 ('MetaData "StopSound" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "StopSound" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "sound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data StartConfiguration Source #
Constructors
StartConfiguration |
Instances
NFData StartConfiguration Source # | |||||
Defined in M.V769.P Methods rnf :: StartConfiguration -> () # | |||||
Generic StartConfiguration Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: StartConfiguration -> Rep StartConfiguration x # to :: Rep StartConfiguration x -> StartConfiguration # | |||||
Show StartConfiguration Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> StartConfiguration -> ShowS # show :: StartConfiguration -> String # showList :: [StartConfiguration] -> ShowS # | |||||
Eq StartConfiguration Source # | |||||
Defined in M.V769.P Methods (==) :: StartConfiguration -> StartConfiguration -> Bool # (/=) :: StartConfiguration -> StartConfiguration -> Bool # | |||||
Pack StartConfiguration Source # | |||||
Unpack StartConfiguration Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r StartConfiguration Source # | |||||
type Rep StartConfiguration Source # | |||||
data SoundEffect__ Source #
Constructors
SoundEffect__ | |
Fields
|
Instances
Generic SoundEffect__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack SoundEffect__ Source # | |||||
Unpack SoundEffect__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SoundEffect__ Source # | |||||
type Rep SoundEffect__ Source # | |||||
Defined in M.V769.P type Rep SoundEffect__ = D1 ('MetaData "SoundEffect__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SoundEffect__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "soundid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "soundcategory__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Int32)) :*: (S1 ('MetaSel ('Just "volume__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: S1 ('MetaSel ('Just "pitch__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))))) |
data SoundEffect Source #
Constructors
SoundEffect | |
Instances
NFData SoundEffect Source # | |||||
Defined in M.V769.P Methods rnf :: SoundEffect -> () # | |||||
Generic SoundEffect Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SoundEffect Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SoundEffect -> ShowS # show :: SoundEffect -> String # showList :: [SoundEffect] -> ShowS # | |||||
Eq SoundEffect Source # | |||||
Defined in M.V769.P | |||||
Pack SoundEffect Source # | |||||
Unpack SoundEffect Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SoundEffect Source # | |||||
type Rep SoundEffect Source # | |||||
Defined in M.V769.P type Rep SoundEffect = D1 ('MetaData "SoundEffect" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SoundEffect" 'PrefixI 'True) ((S1 ('MetaSel ('Just "soundid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "soundcategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Int32)) :*: (S1 ('MetaSel ('Just "volume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: S1 ('MetaSel ('Just "pitch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))))) |
data EntitySoundEffect__ Source #
Constructors
EntitySoundEffect__ | |
Fields
|
Instances
Generic EntitySoundEffect__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: EntitySoundEffect__ -> Rep EntitySoundEffect__ x # to :: Rep EntitySoundEffect__ x -> EntitySoundEffect__ # | |||||
Pack EntitySoundEffect__ Source # | |||||
Unpack EntitySoundEffect__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EntitySoundEffect__ Source # | |||||
type Rep EntitySoundEffect__ Source # | |||||
Defined in M.V769.P type Rep EntitySoundEffect__ = D1 ('MetaData "EntitySoundEffect__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EntitySoundEffect__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "soundid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "soundcategory__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "volume__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: S1 ('MetaSel ('Just "pitch__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))))) |
data EntitySoundEffect Source #
Constructors
EntitySoundEffect | |
Instances
NFData EntitySoundEffect Source # | |||||
Defined in M.V769.P Methods rnf :: EntitySoundEffect -> () # | |||||
Generic EntitySoundEffect Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: EntitySoundEffect -> Rep EntitySoundEffect x # to :: Rep EntitySoundEffect x -> EntitySoundEffect # | |||||
Show EntitySoundEffect Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> EntitySoundEffect -> ShowS # show :: EntitySoundEffect -> String # showList :: [EntitySoundEffect] -> ShowS # | |||||
Eq EntitySoundEffect Source # | |||||
Defined in M.V769.P Methods (==) :: EntitySoundEffect -> EntitySoundEffect -> Bool # (/=) :: EntitySoundEffect -> EntitySoundEffect -> Bool # | |||||
Pack EntitySoundEffect Source # | |||||
Unpack EntitySoundEffect Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EntitySoundEffect Source # | |||||
type Rep EntitySoundEffect Source # | |||||
Defined in M.V769.P type Rep EntitySoundEffect = D1 ('MetaData "EntitySoundEffect" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EntitySoundEffect" 'PrefixI 'True) ((S1 ('MetaSel ('Just "soundid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "soundcategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "volume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: S1 ('MetaSel ('Just "pitch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))))) |
data SetTitleAnimationTimes Source #
Instances
NFData SetTitleAnimationTimes Source # | |||||
Defined in M.V769.P Methods rnf :: SetTitleAnimationTimes -> () # | |||||
Generic SetTitleAnimationTimes Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetTitleAnimationTimes -> Rep SetTitleAnimationTimes x # to :: Rep SetTitleAnimationTimes x -> SetTitleAnimationTimes # | |||||
Show SetTitleAnimationTimes Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetTitleAnimationTimes -> ShowS # show :: SetTitleAnimationTimes -> String # showList :: [SetTitleAnimationTimes] -> ShowS # | |||||
Eq SetTitleAnimationTimes Source # | |||||
Defined in M.V769.P Methods (==) :: SetTitleAnimationTimes -> SetTitleAnimationTimes -> Bool # (/=) :: SetTitleAnimationTimes -> SetTitleAnimationTimes -> Bool # | |||||
Pack SetTitleAnimationTimes Source # | |||||
Unpack SetTitleAnimationTimes Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetTitleAnimationTimes Source # | |||||
type Rep SetTitleAnimationTimes Source # | |||||
Defined in M.V769.P type Rep SetTitleAnimationTimes = D1 ('MetaData "SetTitleAnimationTimes" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetTitleAnimationTimes" 'PrefixI 'True) (S1 ('MetaSel ('Just "fadein") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "stay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "fadeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data SetTitleText Source #
Constructors
SetTitleText | |
Fields |
Instances
NFData SetTitleText Source # | |||||
Defined in M.V769.P Methods rnf :: SetTitleText -> () # | |||||
Generic SetTitleText Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetTitleText Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetTitleText -> ShowS # show :: SetTitleText -> String # showList :: [SetTitleText] -> ShowS # | |||||
Eq SetTitleText Source # | |||||
Defined in M.V769.P | |||||
Pack SetTitleText Source # | |||||
Unpack SetTitleText Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetTitleText Source # | |||||
type Rep SetTitleText Source # | |||||
Defined in M.V769.P type Rep SetTitleText = D1 ('MetaData "SetTitleText" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetTitleText" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent))) |
data UpdateTime Source #
Constructors
UpdateTime | |
Instances
NFData UpdateTime Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateTime -> () # | |||||
Generic UpdateTime Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UpdateTime Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateTime -> ShowS # show :: UpdateTime -> String # showList :: [UpdateTime] -> ShowS # | |||||
Eq UpdateTime Source # | |||||
Defined in M.V769.P | |||||
Pack UpdateTime Source # | |||||
Unpack UpdateTime Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateTime Source # | |||||
type Rep UpdateTime Source # | |||||
Defined in M.V769.P type Rep UpdateTime = D1 ('MetaData "UpdateTime" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateTime" 'PrefixI 'True) (S1 ('MetaSel ('Just "worldage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "timeofday") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64))) |
data SetSubtitleText Source #
Constructors
SetSubtitleText | |
Fields |
Instances
NFData SetSubtitleText Source # | |||||
Defined in M.V769.P Methods rnf :: SetSubtitleText -> () # | |||||
Generic SetSubtitleText Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetSubtitleText -> Rep SetSubtitleText x # to :: Rep SetSubtitleText x -> SetSubtitleText # | |||||
Show SetSubtitleText Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetSubtitleText -> ShowS # show :: SetSubtitleText -> String # showList :: [SetSubtitleText] -> ShowS # | |||||
Eq SetSubtitleText Source # | |||||
Defined in M.V769.P Methods (==) :: SetSubtitleText -> SetSubtitleText -> Bool # (/=) :: SetSubtitleText -> SetSubtitleText -> Bool # | |||||
Pack SetSubtitleText Source # | |||||
Unpack SetSubtitleText Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetSubtitleText Source # | |||||
type Rep SetSubtitleText Source # | |||||
Defined in M.V769.P type Rep SetSubtitleText = D1 ('MetaData "SetSubtitleText" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetSubtitleText" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent))) |
data SetSimulationDistance__ Source #
Constructors
SetSimulationDistance__ | |
Fields |
Instances
Generic SetSimulationDistance__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetSimulationDistance__ -> Rep SetSimulationDistance__ x # to :: Rep SetSimulationDistance__ x -> SetSimulationDistance__ # | |||||
Pack SetSimulationDistance__ Source # | |||||
Unpack SetSimulationDistance__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetSimulationDistance__ Source # | |||||
type Rep SetSimulationDistance__ Source # | |||||
Defined in M.V769.P type Rep SetSimulationDistance__ = D1 ('MetaData "SetSimulationDistance__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetSimulationDistance__" 'PrefixI 'True) (S1 ('MetaSel ('Just "simulationdistance__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SetSimulationDistance Source #
Constructors
SetSimulationDistance | |
Fields |
Instances
NFData SetSimulationDistance Source # | |||||
Defined in M.V769.P Methods rnf :: SetSimulationDistance -> () # | |||||
Generic SetSimulationDistance Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetSimulationDistance -> Rep SetSimulationDistance x # to :: Rep SetSimulationDistance x -> SetSimulationDistance # | |||||
Show SetSimulationDistance Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetSimulationDistance -> ShowS # show :: SetSimulationDistance -> String # showList :: [SetSimulationDistance] -> ShowS # | |||||
Eq SetSimulationDistance Source # | |||||
Defined in M.V769.P Methods (==) :: SetSimulationDistance -> SetSimulationDistance -> Bool # (/=) :: SetSimulationDistance -> SetSimulationDistance -> Bool # | |||||
Pack SetSimulationDistance Source # | |||||
Unpack SetSimulationDistance Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetSimulationDistance Source # | |||||
type Rep SetSimulationDistance Source # | |||||
Defined in M.V769.P type Rep SetSimulationDistance = D1 ('MetaData "SetSimulationDistance" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetSimulationDistance" 'PrefixI 'True) (S1 ('MetaSel ('Just "simulationdistance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data UpdateScore__ Source #
Constructors
UpdateScore__ | |
Fields
|
Instances
Generic UpdateScore__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack UpdateScore__ Source # | |||||
Unpack UpdateScore__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateScore__ Source # | |||||
type Rep UpdateScore__ Source # | |||||
Defined in M.V769.P type Rep UpdateScore__ = D1 ('MetaData "UpdateScore__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateScore__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityname__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "action__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "objectivename__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "value__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data UpdateScore Source #
Constructors
UpdateScore | |
Fields
|
Instances
NFData UpdateScore Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateScore -> () # | |||||
Generic UpdateScore Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UpdateScore Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateScore -> ShowS # show :: UpdateScore -> String # showList :: [UpdateScore] -> ShowS # | |||||
Eq UpdateScore Source # | |||||
Defined in M.V769.P | |||||
Pack UpdateScore Source # | |||||
Unpack UpdateScore Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateScore Source # | |||||
type Rep UpdateScore Source # | |||||
Defined in M.V769.P type Rep UpdateScore = D1 ('MetaData "UpdateScore" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateScore" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "objectivename") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data UpdateTeams__ Source #
Constructors
UpdateTeams__ | |
Fields
|
Instances
Generic UpdateTeams__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack UpdateTeams__ Source # | |||||
Unpack UpdateTeams__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateTeams__ Source # | |||||
type Rep UpdateTeams__ Source # | |||||
Defined in M.V769.P type Rep UpdateTeams__ = D1 ('MetaData "UpdateTeams__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateTeams__" 'PrefixI 'True) (((S1 ('MetaSel ('Just "teamname__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "mode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "displayname__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "prefix__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "suffix__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "nametagvisibility__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "collisionrule__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "color__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "players__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text))))))) |
data UpdateTeams Source #
Constructors
UpdateTeams | |
Instances
NFData UpdateTeams Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateTeams -> () # | |||||
Generic UpdateTeams Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UpdateTeams Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateTeams -> ShowS # show :: UpdateTeams -> String # showList :: [UpdateTeams] -> ShowS # | |||||
Eq UpdateTeams Source # | |||||
Defined in M.V769.P | |||||
Pack UpdateTeams Source # | |||||
Unpack UpdateTeams Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateTeams Source # | |||||
type Rep UpdateTeams Source # | |||||
Defined in M.V769.P type Rep UpdateTeams = D1 ('MetaData "UpdateTeams" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateTeams" 'PrefixI 'True) (((S1 ('MetaSel ('Just "teamname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "displayname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "suffix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "nametagvisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "collisionrule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "players") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text))))))) |
data SetPlayerInventorySlot Source #
Constructors
SetPlayerInventorySlot | |
Instances
NFData SetPlayerInventorySlot Source # | |||||
Defined in M.V769.P Methods rnf :: SetPlayerInventorySlot -> () # | |||||
Generic SetPlayerInventorySlot Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetPlayerInventorySlot -> Rep SetPlayerInventorySlot x # to :: Rep SetPlayerInventorySlot x -> SetPlayerInventorySlot # | |||||
Show SetPlayerInventorySlot Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetPlayerInventorySlot -> ShowS # show :: SetPlayerInventorySlot -> String # showList :: [SetPlayerInventorySlot] -> ShowS # | |||||
Eq SetPlayerInventorySlot Source # | |||||
Defined in M.V769.P Methods (==) :: SetPlayerInventorySlot -> SetPlayerInventorySlot -> Bool # (/=) :: SetPlayerInventorySlot -> SetPlayerInventorySlot -> Bool # | |||||
Pack SetPlayerInventorySlot Source # | |||||
Unpack SetPlayerInventorySlot Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPlayerInventorySlot Source # | |||||
type Rep SetPlayerInventorySlot Source # | |||||
Defined in M.V769.P type Rep SetPlayerInventorySlot = D1 ('MetaData "SetPlayerInventorySlot" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPlayerInventorySlot" 'PrefixI 'True) (S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "slotdata_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot))) |
data SetPassengers__ Source #
Constructors
SetPassengers__ | |
Fields
|
Instances
Generic SetPassengers__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetPassengers__ -> Rep SetPassengers__ x # to :: Rep SetPassengers__ x -> SetPassengers__ # | |||||
Pack SetPassengers__ Source # | |||||
Unpack SetPassengers__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPassengers__ Source # | |||||
type Rep SetPassengers__ Source # | |||||
Defined in M.V769.P type Rep SetPassengers__ = D1 ('MetaData "SetPassengers__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPassengers__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "passengerids__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector VarInt)))) |
data SetPassengers Source #
Constructors
SetPassengers | |
Fields
|
Instances
NFData SetPassengers Source # | |||||
Defined in M.V769.P Methods rnf :: SetPassengers -> () # | |||||
Generic SetPassengers Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetPassengers Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetPassengers -> ShowS # show :: SetPassengers -> String # showList :: [SetPassengers] -> ShowS # | |||||
Eq SetPassengers Source # | |||||
Defined in M.V769.P Methods (==) :: SetPassengers -> SetPassengers -> Bool # (/=) :: SetPassengers -> SetPassengers -> Bool # | |||||
Pack SetPassengers Source # | |||||
Unpack SetPassengers Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetPassengers Source # | |||||
type Rep SetPassengers Source # | |||||
Defined in M.V769.P type Rep SetPassengers = D1 ('MetaData "SetPassengers" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetPassengers" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "passengerids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Int32)))) |
data UpdateObjectives__ Source #
Constructors
UpdateObjectives__ | |
Instances
Generic UpdateObjectives__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: UpdateObjectives__ -> Rep UpdateObjectives__ x # to :: Rep UpdateObjectives__ x -> UpdateObjectives__ # | |||||
Pack UpdateObjectives__ Source # | |||||
Unpack UpdateObjectives__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateObjectives__ Source # | |||||
type Rep UpdateObjectives__ Source # | |||||
Defined in M.V769.P type Rep UpdateObjectives__ = D1 ('MetaData "UpdateObjectives__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateObjectives__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "mode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "displayname__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "type___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data UpdateObjectives Source #
Constructors
UpdateObjectives | |
Instances
NFData UpdateObjectives Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateObjectives -> () # | |||||
Generic UpdateObjectives Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: UpdateObjectives -> Rep UpdateObjectives x # to :: Rep UpdateObjectives x -> UpdateObjectives # | |||||
Show UpdateObjectives Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateObjectives -> ShowS # show :: UpdateObjectives -> String # showList :: [UpdateObjectives] -> ShowS # | |||||
Eq UpdateObjectives Source # | |||||
Defined in M.V769.P Methods (==) :: UpdateObjectives -> UpdateObjectives -> Bool # (/=) :: UpdateObjectives -> UpdateObjectives -> Bool # | |||||
Pack UpdateObjectives Source # | |||||
Unpack UpdateObjectives Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateObjectives Source # | |||||
type Rep UpdateObjectives Source # | |||||
Defined in M.V769.P type Rep UpdateObjectives = D1 ('MetaData "UpdateObjectives" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateObjectives" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "displayname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "type_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data SetHeldItem Source #
Constructors
SetHeldItem | |
Instances
NFData SetHeldItem Source # | |||||
Defined in M.V769.P Methods rnf :: SetHeldItem -> () # | |||||
Generic SetHeldItem Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetHeldItem Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetHeldItem -> ShowS # show :: SetHeldItem -> String # showList :: [SetHeldItem] -> ShowS # | |||||
Eq SetHeldItem Source # | |||||
Defined in M.V769.P | |||||
Pack SetHeldItem Source # | |||||
Unpack SetHeldItem Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetHeldItem Source # | |||||
type Rep SetHeldItem Source # | |||||
Defined in M.V769.P type Rep SetHeldItem = D1 ('MetaData "SetHeldItem" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetHeldItem" 'PrefixI 'True) (S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data SetHealth__ Source #
Constructors
SetHealth__ | |
Instances
Generic SetHealth__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack SetHealth__ Source # | |||||
Unpack SetHealth__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetHealth__ Source # | |||||
type Rep SetHealth__ Source # | |||||
Defined in M.V769.P type Rep SetHealth__ = D1 ('MetaData "SetHealth__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetHealth__" 'PrefixI 'True) (S1 ('MetaSel ('Just "health__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: (S1 ('MetaSel ('Just "food__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "foodsaturation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float)))) |
Instances
NFData SetHealth Source # | |||||
Generic SetHealth Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetHealth Source # | |||||
Eq SetHealth Source # | |||||
Pack SetHealth Source # | |||||
Unpack SetHealth Source # | |||||
type Rep SetHealth Source # | |||||
Defined in M.V769.P type Rep SetHealth = D1 ('MetaData "SetHealth" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetHealth" 'PrefixI 'True) (S1 ('MetaSel ('Just "health") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: (S1 ('MetaSel ('Just "food") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "foodsaturation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float)))) |
data SetExperience__ Source #
Constructors
SetExperience__ | |
Fields
|
Instances
Generic SetExperience__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetExperience__ -> Rep SetExperience__ x # to :: Rep SetExperience__ x -> SetExperience__ # | |||||
Pack SetExperience__ Source # | |||||
Unpack SetExperience__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetExperience__ Source # | |||||
type Rep SetExperience__ Source # | |||||
Defined in M.V769.P type Rep SetExperience__ = D1 ('MetaData "SetExperience__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetExperience__" 'PrefixI 'True) (S1 ('MetaSel ('Just "experiencebar__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: (S1 ('MetaSel ('Just "level__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "totalexperience__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data SetExperience Source #
Constructors
SetExperience | |
Fields
|
Instances
NFData SetExperience Source # | |||||
Defined in M.V769.P Methods rnf :: SetExperience -> () # | |||||
Generic SetExperience Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetExperience Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetExperience -> ShowS # show :: SetExperience -> String # showList :: [SetExperience] -> ShowS # | |||||
Eq SetExperience Source # | |||||
Defined in M.V769.P Methods (==) :: SetExperience -> SetExperience -> Bool # (/=) :: SetExperience -> SetExperience -> Bool # | |||||
Pack SetExperience Source # | |||||
Unpack SetExperience Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetExperience Source # | |||||
type Rep SetExperience Source # | |||||
Defined in M.V769.P type Rep SetExperience = D1 ('MetaData "SetExperience" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetExperience" 'PrefixI 'True) (S1 ('MetaSel ('Just "experiencebar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: (S1 ('MetaSel ('Just "level") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "totalexperience") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data SetEquipment__ Source #
Constructors
SetEquipment__ | |
Fields
|
Instances
Generic SetEquipment__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetEquipment__ -> Rep SetEquipment__ x # to :: Rep SetEquipment__ x -> SetEquipment__ # | |||||
Pack SetEquipment__ Source # | |||||
Unpack SetEquipment__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetEquipment__ Source # | |||||
type Rep SetEquipment__ Source # | |||||
Defined in M.V769.P type Rep SetEquipment__ = D1 ('MetaData "SetEquipment__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetEquipment__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "equipment__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Slot)))) |
data SetEquipment Source #
Constructors
SetEquipment | |
Instances
NFData SetEquipment Source # | |||||
Defined in M.V769.P Methods rnf :: SetEquipment -> () # | |||||
Generic SetEquipment Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetEquipment Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetEquipment -> ShowS # show :: SetEquipment -> String # showList :: [SetEquipment] -> ShowS # | |||||
Eq SetEquipment Source # | |||||
Defined in M.V769.P | |||||
Pack SetEquipment Source # | |||||
Unpack SetEquipment Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetEquipment Source # | |||||
type Rep SetEquipment Source # | |||||
Defined in M.V769.P type Rep SetEquipment = D1 ('MetaData "SetEquipment" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetEquipment" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "equipment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Slot)))) |
data SetEntityVelocity__ Source #
Constructors
SetEntityVelocity__ | |
Fields
|
Instances
Generic SetEntityVelocity__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetEntityVelocity__ -> Rep SetEntityVelocity__ x # to :: Rep SetEntityVelocity__ x -> SetEntityVelocity__ # | |||||
Pack SetEntityVelocity__ Source # | |||||
Unpack SetEntityVelocity__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetEntityVelocity__ Source # | |||||
type Rep SetEntityVelocity__ Source # | |||||
Defined in M.V769.P type Rep SetEntityVelocity__ = D1 ('MetaData "SetEntityVelocity__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetEntityVelocity__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "velocity__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Int16)))) |
data SetEntityVelocity Source #
Constructors
SetEntityVelocity | |
Instances
NFData SetEntityVelocity Source # | |||||
Defined in M.V769.P Methods rnf :: SetEntityVelocity -> () # | |||||
Generic SetEntityVelocity Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetEntityVelocity -> Rep SetEntityVelocity x # to :: Rep SetEntityVelocity x -> SetEntityVelocity # | |||||
Show SetEntityVelocity Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetEntityVelocity -> ShowS # show :: SetEntityVelocity -> String # showList :: [SetEntityVelocity] -> ShowS # | |||||
Eq SetEntityVelocity Source # | |||||
Defined in M.V769.P Methods (==) :: SetEntityVelocity -> SetEntityVelocity -> Bool # (/=) :: SetEntityVelocity -> SetEntityVelocity -> Bool # | |||||
Pack SetEntityVelocity Source # | |||||
Unpack SetEntityVelocity Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetEntityVelocity Source # | |||||
type Rep SetEntityVelocity Source # | |||||
Defined in M.V769.P type Rep SetEntityVelocity = D1 ('MetaData "SetEntityVelocity" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetEntityVelocity" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "velocity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Int16)))) |
data LinkEntities__ Source #
Constructors
LinkEntities__ | |
Fields
|
Instances
Generic LinkEntities__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: LinkEntities__ -> Rep LinkEntities__ x # to :: Rep LinkEntities__ x -> LinkEntities__ # | |||||
Pack LinkEntities__ Source # | |||||
Unpack LinkEntities__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r LinkEntities__ Source # | |||||
type Rep LinkEntities__ Source # | |||||
Defined in M.V769.P type Rep LinkEntities__ = D1 ('MetaData "LinkEntities__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "LinkEntities__" 'PrefixI 'True) (S1 ('MetaSel ('Just "vehicleid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "passengerids__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector VarInt)))) |
data LinkEntities Source #
Constructors
LinkEntities | |
Fields
|
Instances
NFData LinkEntities Source # | |||||
Defined in M.V769.P Methods rnf :: LinkEntities -> () # | |||||
Generic LinkEntities Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show LinkEntities Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> LinkEntities -> ShowS # show :: LinkEntities -> String # showList :: [LinkEntities] -> ShowS # | |||||
Eq LinkEntities Source # | |||||
Defined in M.V769.P | |||||
Pack LinkEntities Source # | |||||
Unpack LinkEntities Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r LinkEntities Source # | |||||
type Rep LinkEntities Source # | |||||
Defined in M.V769.P type Rep LinkEntities = D1 ('MetaData "LinkEntities" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "LinkEntities" 'PrefixI 'True) (S1 ('MetaSel ('Just "vehicleid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "passengerids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Int32)))) |
data SetEntityMetadata__ Source #
Constructors
SetEntityMetadata__ | |
Fields
|
Instances
Generic SetEntityMetadata__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetEntityMetadata__ -> Rep SetEntityMetadata__ x # to :: Rep SetEntityMetadata__ x -> SetEntityMetadata__ # | |||||
Pack SetEntityMetadata__ Source # | |||||
Unpack SetEntityMetadata__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetEntityMetadata__ Source # | |||||
type Rep SetEntityMetadata__ Source # | |||||
Defined in M.V769.P type Rep SetEntityMetadata__ = D1 ('MetaData "SetEntityMetadata__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetEntityMetadata__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "metadata___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data SetEntityMetadata Source #
Constructors
SetEntityMetadata | |
Fields
|
Instances
NFData SetEntityMetadata Source # | |||||
Defined in M.V769.P Methods rnf :: SetEntityMetadata -> () # | |||||
Generic SetEntityMetadata Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetEntityMetadata -> Rep SetEntityMetadata x # to :: Rep SetEntityMetadata x -> SetEntityMetadata # | |||||
Show SetEntityMetadata Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetEntityMetadata -> ShowS # show :: SetEntityMetadata -> String # showList :: [SetEntityMetadata] -> ShowS # | |||||
Eq SetEntityMetadata Source # | |||||
Defined in M.V769.P Methods (==) :: SetEntityMetadata -> SetEntityMetadata -> Bool # (/=) :: SetEntityMetadata -> SetEntityMetadata -> Bool # | |||||
Pack SetEntityMetadata Source # | |||||
Unpack SetEntityMetadata Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetEntityMetadata Source # | |||||
type Rep SetEntityMetadata Source # | |||||
Defined in M.V769.P type Rep SetEntityMetadata = D1 ('MetaData "SetEntityMetadata" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetEntityMetadata" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "metadata_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data DisplayObjective Source #
Constructors
DisplayObjective | |
Instances
NFData DisplayObjective Source # | |||||
Defined in M.V769.P Methods rnf :: DisplayObjective -> () # | |||||
Generic DisplayObjective Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: DisplayObjective -> Rep DisplayObjective x # to :: Rep DisplayObjective x -> DisplayObjective # | |||||
Show DisplayObjective Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> DisplayObjective -> ShowS # show :: DisplayObjective -> String # showList :: [DisplayObjective] -> ShowS # | |||||
Eq DisplayObjective Source # | |||||
Defined in M.V769.P Methods (==) :: DisplayObjective -> DisplayObjective -> Bool # (/=) :: DisplayObjective -> DisplayObjective -> Bool # | |||||
Pack DisplayObjective Source # | |||||
Unpack DisplayObjective Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DisplayObjective Source # | |||||
type Rep DisplayObjective Source # | |||||
Defined in M.V769.P type Rep DisplayObjective = D1 ('MetaData "DisplayObjective" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DisplayObjective" 'PrefixI 'True) (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data SetDefaultSpawnPosition Source #
Constructors
SetDefaultSpawnPosition | |
Instances
NFData SetDefaultSpawnPosition Source # | |||||
Defined in M.V769.P Methods rnf :: SetDefaultSpawnPosition -> () # | |||||
Generic SetDefaultSpawnPosition Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetDefaultSpawnPosition -> Rep SetDefaultSpawnPosition x # to :: Rep SetDefaultSpawnPosition x -> SetDefaultSpawnPosition # | |||||
Show SetDefaultSpawnPosition Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetDefaultSpawnPosition -> ShowS # show :: SetDefaultSpawnPosition -> String # showList :: [SetDefaultSpawnPosition] -> ShowS # | |||||
Eq SetDefaultSpawnPosition Source # | |||||
Defined in M.V769.P Methods (==) :: SetDefaultSpawnPosition -> SetDefaultSpawnPosition -> Bool # (/=) :: SetDefaultSpawnPosition -> SetDefaultSpawnPosition -> Bool # | |||||
Pack SetDefaultSpawnPosition Source # | |||||
Unpack SetDefaultSpawnPosition Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetDefaultSpawnPosition Source # | |||||
type Rep SetDefaultSpawnPosition Source # | |||||
Defined in M.V769.P type Rep SetDefaultSpawnPosition = D1 ('MetaData "SetDefaultSpawnPosition" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetDefaultSpawnPosition" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "angle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))) |
data SetCursorItem Source #
Constructors
SetCursorItem | |
Instances
NFData SetCursorItem Source # | |||||
Defined in M.V769.P Methods rnf :: SetCursorItem -> () # | |||||
Generic SetCursorItem Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetCursorItem Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetCursorItem -> ShowS # show :: SetCursorItem -> String # showList :: [SetCursorItem] -> ShowS # | |||||
Eq SetCursorItem Source # | |||||
Defined in M.V769.P Methods (==) :: SetCursorItem -> SetCursorItem -> Bool # (/=) :: SetCursorItem -> SetCursorItem -> Bool # | |||||
Pack SetCursorItem Source # | |||||
Unpack SetCursorItem Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetCursorItem Source # | |||||
type Rep SetCursorItem Source # | |||||
Defined in M.V769.P type Rep SetCursorItem = D1 ('MetaData "SetCursorItem" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetCursorItem" 'PrefixI 'True) (S1 ('MetaSel ('Just "slotdata_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot))) |
data SetRenderDistance__ Source #
Constructors
SetRenderDistance__ | |
Fields |
Instances
Generic SetRenderDistance__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetRenderDistance__ -> Rep SetRenderDistance__ x # to :: Rep SetRenderDistance__ x -> SetRenderDistance__ # | |||||
Pack SetRenderDistance__ Source # | |||||
Unpack SetRenderDistance__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetRenderDistance__ Source # | |||||
type Rep SetRenderDistance__ Source # | |||||
Defined in M.V769.P type Rep SetRenderDistance__ = D1 ('MetaData "SetRenderDistance__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetRenderDistance__" 'PrefixI 'True) (S1 ('MetaSel ('Just "viewdistance__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SetRenderDistance Source #
Constructors
SetRenderDistance | |
Fields |
Instances
NFData SetRenderDistance Source # | |||||
Defined in M.V769.P Methods rnf :: SetRenderDistance -> () # | |||||
Generic SetRenderDistance Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetRenderDistance -> Rep SetRenderDistance x # to :: Rep SetRenderDistance x -> SetRenderDistance # | |||||
Show SetRenderDistance Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetRenderDistance -> ShowS # show :: SetRenderDistance -> String # showList :: [SetRenderDistance] -> ShowS # | |||||
Eq SetRenderDistance Source # | |||||
Defined in M.V769.P Methods (==) :: SetRenderDistance -> SetRenderDistance -> Bool # (/=) :: SetRenderDistance -> SetRenderDistance -> Bool # | |||||
Pack SetRenderDistance Source # | |||||
Unpack SetRenderDistance Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetRenderDistance Source # | |||||
type Rep SetRenderDistance Source # | |||||
Defined in M.V769.P type Rep SetRenderDistance = D1 ('MetaData "SetRenderDistance" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetRenderDistance" 'PrefixI 'True) (S1 ('MetaSel ('Just "viewdistance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data SetCenterChunk__ Source #
Constructors
SetCenterChunk__ | |
Instances
Generic SetCenterChunk__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetCenterChunk__ -> Rep SetCenterChunk__ x # to :: Rep SetCenterChunk__ x -> SetCenterChunk__ # | |||||
Pack SetCenterChunk__ Source # | |||||
Unpack SetCenterChunk__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetCenterChunk__ Source # | |||||
type Rep SetCenterChunk__ Source # | |||||
Defined in M.V769.P type Rep SetCenterChunk__ = D1 ('MetaData "SetCenterChunk__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetCenterChunk__" 'PrefixI 'True) (S1 ('MetaSel ('Just "chunkx__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "chunkz__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SetCenterChunk Source #
Constructors
SetCenterChunk | |
Instances
NFData SetCenterChunk Source # | |||||
Defined in M.V769.P Methods rnf :: SetCenterChunk -> () # | |||||
Generic SetCenterChunk Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetCenterChunk -> Rep SetCenterChunk x # to :: Rep SetCenterChunk x -> SetCenterChunk # | |||||
Show SetCenterChunk Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetCenterChunk -> ShowS # show :: SetCenterChunk -> String # showList :: [SetCenterChunk] -> ShowS # | |||||
Eq SetCenterChunk Source # | |||||
Defined in M.V769.P Methods (==) :: SetCenterChunk -> SetCenterChunk -> Bool # (/=) :: SetCenterChunk -> SetCenterChunk -> Bool # | |||||
Pack SetCenterChunk Source # | |||||
Unpack SetCenterChunk Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetCenterChunk Source # | |||||
type Rep SetCenterChunk Source # | |||||
Defined in M.V769.P type Rep SetCenterChunk = D1 ('MetaData "SetCenterChunk" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetCenterChunk" 'PrefixI 'True) (S1 ('MetaSel ('Just "chunkx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "chunkz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data SetCamera__ Source #
Constructors
SetCamera__ | |
Fields
|
Instances
Generic SetCamera__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack SetCamera__ Source # | |||||
Unpack SetCamera__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetCamera__ Source # | |||||
type Rep SetCamera__ Source # | |||||
Defined in M.V769.P type Rep SetCamera__ = D1 ('MetaData "SetCamera__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetCamera__" 'PrefixI 'True) (S1 ('MetaSel ('Just "cameraid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SetBorderWarningDistance__ Source #
Constructors
SetBorderWarningDistance__ | |
Fields |
Instances
Generic SetBorderWarningDistance__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBorderWarningDistance__ -> Rep SetBorderWarningDistance__ x # to :: Rep SetBorderWarningDistance__ x -> SetBorderWarningDistance__ # | |||||
Pack SetBorderWarningDistance__ Source # | |||||
Unpack SetBorderWarningDistance__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBorderWarningDistance__ Source # | |||||
type Rep SetBorderWarningDistance__ Source # | |||||
Defined in M.V769.P type Rep SetBorderWarningDistance__ = D1 ('MetaData "SetBorderWarningDistance__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBorderWarningDistance__" 'PrefixI 'True) (S1 ('MetaSel ('Just "warningblocks__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SetBorderWarningDistance Source #
Constructors
SetBorderWarningDistance | |
Fields |
Instances
NFData SetBorderWarningDistance Source # | |||||
Defined in M.V769.P Methods rnf :: SetBorderWarningDistance -> () # | |||||
Generic SetBorderWarningDistance Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBorderWarningDistance -> Rep SetBorderWarningDistance x # to :: Rep SetBorderWarningDistance x -> SetBorderWarningDistance # | |||||
Show SetBorderWarningDistance Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetBorderWarningDistance -> ShowS # show :: SetBorderWarningDistance -> String # showList :: [SetBorderWarningDistance] -> ShowS # | |||||
Eq SetBorderWarningDistance Source # | |||||
Defined in M.V769.P Methods (==) :: SetBorderWarningDistance -> SetBorderWarningDistance -> Bool # (/=) :: SetBorderWarningDistance -> SetBorderWarningDistance -> Bool # | |||||
Pack SetBorderWarningDistance Source # | |||||
Unpack SetBorderWarningDistance Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBorderWarningDistance Source # | |||||
type Rep SetBorderWarningDistance Source # | |||||
Defined in M.V769.P type Rep SetBorderWarningDistance = D1 ('MetaData "SetBorderWarningDistance" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBorderWarningDistance" 'PrefixI 'True) (S1 ('MetaSel ('Just "warningblocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data SetBorderWarningDelay__ Source #
Constructors
SetBorderWarningDelay__ | |
Fields |
Instances
Generic SetBorderWarningDelay__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBorderWarningDelay__ -> Rep SetBorderWarningDelay__ x # to :: Rep SetBorderWarningDelay__ x -> SetBorderWarningDelay__ # | |||||
Pack SetBorderWarningDelay__ Source # | |||||
Unpack SetBorderWarningDelay__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBorderWarningDelay__ Source # | |||||
type Rep SetBorderWarningDelay__ Source # | |||||
Defined in M.V769.P type Rep SetBorderWarningDelay__ = D1 ('MetaData "SetBorderWarningDelay__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBorderWarningDelay__" 'PrefixI 'True) (S1 ('MetaSel ('Just "warningtime__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SetBorderWarningDelay Source #
Constructors
SetBorderWarningDelay | |
Fields
|
Instances
NFData SetBorderWarningDelay Source # | |||||
Defined in M.V769.P Methods rnf :: SetBorderWarningDelay -> () # | |||||
Generic SetBorderWarningDelay Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBorderWarningDelay -> Rep SetBorderWarningDelay x # to :: Rep SetBorderWarningDelay x -> SetBorderWarningDelay # | |||||
Show SetBorderWarningDelay Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetBorderWarningDelay -> ShowS # show :: SetBorderWarningDelay -> String # showList :: [SetBorderWarningDelay] -> ShowS # | |||||
Eq SetBorderWarningDelay Source # | |||||
Defined in M.V769.P Methods (==) :: SetBorderWarningDelay -> SetBorderWarningDelay -> Bool # (/=) :: SetBorderWarningDelay -> SetBorderWarningDelay -> Bool # | |||||
Pack SetBorderWarningDelay Source # | |||||
Unpack SetBorderWarningDelay Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBorderWarningDelay Source # | |||||
type Rep SetBorderWarningDelay Source # | |||||
Defined in M.V769.P type Rep SetBorderWarningDelay = D1 ('MetaData "SetBorderWarningDelay" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBorderWarningDelay" 'PrefixI 'True) (S1 ('MetaSel ('Just "warningtime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data SetBorderSize Source #
Constructors
SetBorderSize | |
Instances
NFData SetBorderSize Source # | |||||
Defined in M.V769.P Methods rnf :: SetBorderSize -> () # | |||||
Generic SetBorderSize Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetBorderSize Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetBorderSize -> ShowS # show :: SetBorderSize -> String # showList :: [SetBorderSize] -> ShowS # | |||||
Eq SetBorderSize Source # | |||||
Defined in M.V769.P Methods (==) :: SetBorderSize -> SetBorderSize -> Bool # (/=) :: SetBorderSize -> SetBorderSize -> Bool # | |||||
Pack SetBorderSize Source # | |||||
Unpack SetBorderSize Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBorderSize Source # | |||||
type Rep SetBorderSize Source # | |||||
Defined in M.V769.P type Rep SetBorderSize = D1 ('MetaData "SetBorderSize" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBorderSize" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double))) |
data SetBorderLerpSize__ Source #
Instances
Generic SetBorderLerpSize__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBorderLerpSize__ -> Rep SetBorderLerpSize__ x # to :: Rep SetBorderLerpSize__ x -> SetBorderLerpSize__ # | |||||
Pack SetBorderLerpSize__ Source # | |||||
Unpack SetBorderLerpSize__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBorderLerpSize__ Source # | |||||
type Rep SetBorderLerpSize__ Source # | |||||
Defined in M.V769.P type Rep SetBorderLerpSize__ = D1 ('MetaData "SetBorderLerpSize__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBorderLerpSize__" 'PrefixI 'True) (S1 ('MetaSel ('Just "oldsize__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: (S1 ('MetaSel ('Just "newsize__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "speed__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarLong)))) |
data SetBorderLerpSize Source #
Instances
NFData SetBorderLerpSize Source # | |||||
Defined in M.V769.P Methods rnf :: SetBorderLerpSize -> () # | |||||
Generic SetBorderLerpSize Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBorderLerpSize -> Rep SetBorderLerpSize x # to :: Rep SetBorderLerpSize x -> SetBorderLerpSize # | |||||
Show SetBorderLerpSize Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetBorderLerpSize -> ShowS # show :: SetBorderLerpSize -> String # showList :: [SetBorderLerpSize] -> ShowS # | |||||
Eq SetBorderLerpSize Source # | |||||
Defined in M.V769.P Methods (==) :: SetBorderLerpSize -> SetBorderLerpSize -> Bool # (/=) :: SetBorderLerpSize -> SetBorderLerpSize -> Bool # | |||||
Pack SetBorderLerpSize Source # | |||||
Unpack SetBorderLerpSize Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBorderLerpSize Source # | |||||
type Rep SetBorderLerpSize Source # | |||||
Defined in M.V769.P type Rep SetBorderLerpSize = D1 ('MetaData "SetBorderLerpSize" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBorderLerpSize" 'PrefixI 'True) (S1 ('MetaSel ('Just "oldsize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: (S1 ('MetaSel ('Just "newsize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "speed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64)))) |
data SetBorderCenter Source #
Constructors
SetBorderCenter | |
Instances
NFData SetBorderCenter Source # | |||||
Defined in M.V769.P Methods rnf :: SetBorderCenter -> () # | |||||
Generic SetBorderCenter Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBorderCenter -> Rep SetBorderCenter x # to :: Rep SetBorderCenter x -> SetBorderCenter # | |||||
Show SetBorderCenter Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetBorderCenter -> ShowS # show :: SetBorderCenter -> String # showList :: [SetBorderCenter] -> ShowS # | |||||
Eq SetBorderCenter Source # | |||||
Defined in M.V769.P Methods (==) :: SetBorderCenter -> SetBorderCenter -> Bool # (/=) :: SetBorderCenter -> SetBorderCenter -> Bool # | |||||
Pack SetBorderCenter Source # | |||||
Unpack SetBorderCenter Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBorderCenter Source # | |||||
type Rep SetBorderCenter Source # | |||||
Defined in M.V769.P type Rep SetBorderCenter = D1 ('MetaData "SetBorderCenter" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBorderCenter" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "z") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double))) |
data SetActionBarText Source #
Constructors
SetActionBarText | |
Fields |
Instances
NFData SetActionBarText Source # | |||||
Defined in M.V769.P Methods rnf :: SetActionBarText -> () # | |||||
Generic SetActionBarText Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetActionBarText -> Rep SetActionBarText x # to :: Rep SetActionBarText x -> SetActionBarText # | |||||
Show SetActionBarText Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetActionBarText -> ShowS # show :: SetActionBarText -> String # showList :: [SetActionBarText] -> ShowS # | |||||
Eq SetActionBarText Source # | |||||
Defined in M.V769.P Methods (==) :: SetActionBarText -> SetActionBarText -> Bool # (/=) :: SetActionBarText -> SetActionBarText -> Bool # | |||||
Pack SetActionBarText Source # | |||||
Unpack SetActionBarText Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetActionBarText Source # | |||||
type Rep SetActionBarText Source # | |||||
Defined in M.V769.P type Rep SetActionBarText = D1 ('MetaData "SetActionBarText" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetActionBarText" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent))) |
data ServerData Source #
Constructors
ServerData | |
Fields
|
Instances
NFData ServerData Source # | |||||
Defined in M.V769.P Methods rnf :: ServerData -> () # | |||||
Generic ServerData Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show ServerData Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ServerData -> ShowS # show :: ServerData -> String # showList :: [ServerData] -> ShowS # | |||||
Eq ServerData Source # | |||||
Defined in M.V769.P | |||||
Pack ServerData Source # | |||||
Unpack ServerData Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ServerData Source # | |||||
type Rep ServerData Source # | |||||
Defined in M.V769.P type Rep ServerData = D1 ('MetaData "ServerData" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ServerData" 'PrefixI 'True) (S1 ('MetaSel ('Just "motd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent) :*: (S1 ('MetaSel ('Just "icon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "enforcesecurechat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data SelectAdvancementsTab Source #
Constructors
SelectAdvancementsTab | |
Fields
|
Instances
NFData SelectAdvancementsTab Source # | |||||
Defined in M.V769.P Methods rnf :: SelectAdvancementsTab -> () # | |||||
Generic SelectAdvancementsTab Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SelectAdvancementsTab -> Rep SelectAdvancementsTab x # to :: Rep SelectAdvancementsTab x -> SelectAdvancementsTab # | |||||
Show SelectAdvancementsTab Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SelectAdvancementsTab -> ShowS # show :: SelectAdvancementsTab -> String # showList :: [SelectAdvancementsTab] -> ShowS # | |||||
Eq SelectAdvancementsTab Source # | |||||
Defined in M.V769.P Methods (==) :: SelectAdvancementsTab -> SelectAdvancementsTab -> Bool # (/=) :: SelectAdvancementsTab -> SelectAdvancementsTab -> Bool # | |||||
Pack SelectAdvancementsTab Source # | |||||
Unpack SelectAdvancementsTab Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SelectAdvancementsTab Source # | |||||
type Rep SelectAdvancementsTab Source # | |||||
Defined in M.V769.P type Rep SelectAdvancementsTab = D1 ('MetaData "SelectAdvancementsTab" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SelectAdvancementsTab" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data UpdateSectionBlocks__ Source #
Constructors
UpdateSectionBlocks__ | |
Fields
|
Instances
Generic UpdateSectionBlocks__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: UpdateSectionBlocks__ -> Rep UpdateSectionBlocks__ x # to :: Rep UpdateSectionBlocks__ x -> UpdateSectionBlocks__ # | |||||
Pack UpdateSectionBlocks__ Source # | |||||
Unpack UpdateSectionBlocks__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateSectionBlocks__ Source # | |||||
type Rep UpdateSectionBlocks__ Source # | |||||
Defined in M.V769.P type Rep UpdateSectionBlocks__ = D1 ('MetaData "UpdateSectionBlocks__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateSectionBlocks__" 'PrefixI 'True) (S1 ('MetaSel ('Just "sectionposition__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: (S1 ('MetaSel ('Just "trustedges__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "blocks__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector VarLong))))) |
data UpdateSectionBlocks Source #
Constructors
UpdateSectionBlocks | |
Fields
|
Instances
NFData UpdateSectionBlocks Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateSectionBlocks -> () # | |||||
Generic UpdateSectionBlocks Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: UpdateSectionBlocks -> Rep UpdateSectionBlocks x # to :: Rep UpdateSectionBlocks x -> UpdateSectionBlocks # | |||||
Show UpdateSectionBlocks Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateSectionBlocks -> ShowS # show :: UpdateSectionBlocks -> String # showList :: [UpdateSectionBlocks] -> ShowS # | |||||
Eq UpdateSectionBlocks Source # | |||||
Defined in M.V769.P Methods (==) :: UpdateSectionBlocks -> UpdateSectionBlocks -> Bool # (/=) :: UpdateSectionBlocks -> UpdateSectionBlocks -> Bool # | |||||
Pack UpdateSectionBlocks Source # | |||||
Unpack UpdateSectionBlocks Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateSectionBlocks Source # | |||||
type Rep UpdateSectionBlocks Source # | |||||
Defined in M.V769.P type Rep UpdateSectionBlocks = D1 ('MetaData "UpdateSectionBlocks" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateSectionBlocks" 'PrefixI 'True) (S1 ('MetaSel ('Just "sectionposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: (S1 ('MetaSel ('Just "trustedges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "blocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Int64))))) |
data SetHeadRotation__ Source #
Constructors
SetHeadRotation__ | |
Fields
|
Instances
Generic SetHeadRotation__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetHeadRotation__ -> Rep SetHeadRotation__ x # to :: Rep SetHeadRotation__ x -> SetHeadRotation__ # | |||||
Pack SetHeadRotation__ Source # | |||||
Unpack SetHeadRotation__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetHeadRotation__ Source # | |||||
type Rep SetHeadRotation__ Source # | |||||
Defined in M.V769.P type Rep SetHeadRotation__ = D1 ('MetaData "SetHeadRotation__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetHeadRotation__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "headyaw__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8Angle))) |
data SetHeadRotation Source #
Constructors
SetHeadRotation | |
Instances
NFData SetHeadRotation Source # | |||||
Defined in M.V769.P Methods rnf :: SetHeadRotation -> () # | |||||
Generic SetHeadRotation Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetHeadRotation -> Rep SetHeadRotation x # to :: Rep SetHeadRotation x -> SetHeadRotation # | |||||
Show SetHeadRotation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetHeadRotation -> ShowS # show :: SetHeadRotation -> String # showList :: [SetHeadRotation] -> ShowS # | |||||
Eq SetHeadRotation Source # | |||||
Defined in M.V769.P Methods (==) :: SetHeadRotation -> SetHeadRotation -> Bool # (/=) :: SetHeadRotation -> SetHeadRotation -> Bool # | |||||
Pack SetHeadRotation Source # | |||||
Unpack SetHeadRotation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetHeadRotation Source # | |||||
type Rep SetHeadRotation Source # | |||||
Defined in M.V769.P type Rep SetHeadRotation = D1 ('MetaData "SetHeadRotation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetHeadRotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "headyaw") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8))) |
Constructors
Respawn | |
Instances
NFData Respawn Source # | |||||
Generic Respawn Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show Respawn Source # | |||||
Eq Respawn Source # | |||||
Pack Respawn Source # | |||||
Unpack Respawn Source # | |||||
type Rep Respawn Source # | |||||
Defined in M.V769.P type Rep Respawn = D1 ('MetaData "Respawn" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Respawn" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Tg) :*: S1 ('MetaSel ('Just "worldname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "hashedseed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "gamemode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) :*: ((S1 ('MetaSel ('Just "previousgamemode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: S1 ('MetaSel ('Just "isdebug") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "isflat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "copymetadata_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data AddResourcePack Source #
Constructors
AddResourcePack | |
Instances
NFData AddResourcePack Source # | |||||
Defined in M.V769.P Methods rnf :: AddResourcePack -> () # | |||||
Generic AddResourcePack Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: AddResourcePack -> Rep AddResourcePack x # to :: Rep AddResourcePack x -> AddResourcePack # | |||||
Show AddResourcePack Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> AddResourcePack -> ShowS # show :: AddResourcePack -> String # showList :: [AddResourcePack] -> ShowS # | |||||
Eq AddResourcePack Source # | |||||
Defined in M.V769.P Methods (==) :: AddResourcePack -> AddResourcePack -> Bool # (/=) :: AddResourcePack -> AddResourcePack -> Bool # | |||||
Pack AddResourcePack Source # | |||||
Unpack AddResourcePack Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AddResourcePack Source # | |||||
type Rep AddResourcePack Source # | |||||
Defined in M.V769.P type Rep AddResourcePack = D1 ('MetaData "AddResourcePack" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "AddResourcePack" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data RemoveResourcePack Source #
Constructors
RemoveResourcePack |
Instances
NFData RemoveResourcePack Source # | |||||
Defined in M.V769.P Methods rnf :: RemoveResourcePack -> () # | |||||
Generic RemoveResourcePack Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: RemoveResourcePack -> Rep RemoveResourcePack x # to :: Rep RemoveResourcePack x -> RemoveResourcePack # | |||||
Show RemoveResourcePack Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> RemoveResourcePack -> ShowS # show :: RemoveResourcePack -> String # showList :: [RemoveResourcePack] -> ShowS # | |||||
Eq RemoveResourcePack Source # | |||||
Defined in M.V769.P Methods (==) :: RemoveResourcePack -> RemoveResourcePack -> Bool # (/=) :: RemoveResourcePack -> RemoveResourcePack -> Bool # | |||||
Pack RemoveResourcePack Source # | |||||
Unpack RemoveResourcePack Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RemoveResourcePack Source # | |||||
type Rep RemoveResourcePack Source # | |||||
data ResetScore Source #
Constructors
ResetScore | |
Fields
|
Instances
NFData ResetScore Source # | |||||
Defined in M.V769.P Methods rnf :: ResetScore -> () # | |||||
Generic ResetScore Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show ResetScore Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ResetScore -> ShowS # show :: ResetScore -> String # showList :: [ResetScore] -> ShowS # | |||||
Eq ResetScore Source # | |||||
Defined in M.V769.P | |||||
Pack ResetScore Source # | |||||
Unpack ResetScore Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ResetScore Source # | |||||
type Rep ResetScore Source # | |||||
Defined in M.V769.P type Rep ResetScore = D1 ('MetaData "ResetScore" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ResetScore" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectivename") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "playername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))) |
data RemoveEntityEffect__ Source #
Constructors
RemoveEntityEffect__ | |
Fields
|
Instances
Generic RemoveEntityEffect__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: RemoveEntityEffect__ -> Rep RemoveEntityEffect__ x # to :: Rep RemoveEntityEffect__ x -> RemoveEntityEffect__ # | |||||
Pack RemoveEntityEffect__ Source # | |||||
Unpack RemoveEntityEffect__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RemoveEntityEffect__ Source # | |||||
type Rep RemoveEntityEffect__ Source # | |||||
Defined in M.V769.P type Rep RemoveEntityEffect__ = D1 ('MetaData "RemoveEntityEffect__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RemoveEntityEffect__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "effectid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data RemoveEntityEffect Source #
Constructors
RemoveEntityEffect | |
Instances
NFData RemoveEntityEffect Source # | |||||
Defined in M.V769.P Methods rnf :: RemoveEntityEffect -> () # | |||||
Generic RemoveEntityEffect Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: RemoveEntityEffect -> Rep RemoveEntityEffect x # to :: Rep RemoveEntityEffect x -> RemoveEntityEffect # | |||||
Show RemoveEntityEffect Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> RemoveEntityEffect -> ShowS # show :: RemoveEntityEffect -> String # showList :: [RemoveEntityEffect] -> ShowS # | |||||
Eq RemoveEntityEffect Source # | |||||
Defined in M.V769.P Methods (==) :: RemoveEntityEffect -> RemoveEntityEffect -> Bool # (/=) :: RemoveEntityEffect -> RemoveEntityEffect -> Bool # | |||||
Pack RemoveEntityEffect Source # | |||||
Unpack RemoveEntityEffect Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RemoveEntityEffect Source # | |||||
type Rep RemoveEntityEffect Source # | |||||
Defined in M.V769.P type Rep RemoveEntityEffect = D1 ('MetaData "RemoveEntityEffect" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RemoveEntityEffect" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "effectid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data RemoveEntities__ Source #
Constructors
RemoveEntities__ | |
Fields
|
Instances
Generic RemoveEntities__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: RemoveEntities__ -> Rep RemoveEntities__ x # to :: Rep RemoveEntities__ x -> RemoveEntities__ # | |||||
Pack RemoveEntities__ Source # | |||||
Unpack RemoveEntities__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RemoveEntities__ Source # | |||||
type Rep RemoveEntities__ Source # | |||||
Defined in M.V769.P type Rep RemoveEntities__ = D1 ('MetaData "RemoveEntities__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RemoveEntities__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityids__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector VarInt)))) |
data RemoveEntities Source #
Constructors
RemoveEntities | |
Instances
NFData RemoveEntities Source # | |||||
Defined in M.V769.P Methods rnf :: RemoveEntities -> () # | |||||
Generic RemoveEntities Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: RemoveEntities -> Rep RemoveEntities x # to :: Rep RemoveEntities x -> RemoveEntities # | |||||
Show RemoveEntities Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> RemoveEntities -> ShowS # show :: RemoveEntities -> String # showList :: [RemoveEntities] -> ShowS # | |||||
Eq RemoveEntities Source # | |||||
Defined in M.V769.P Methods (==) :: RemoveEntities -> RemoveEntities -> Bool # (/=) :: RemoveEntities -> RemoveEntities -> Bool # | |||||
Pack RemoveEntities Source # | |||||
Unpack RemoveEntities Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RemoveEntities Source # | |||||
type Rep RemoveEntities Source # | |||||
Defined in M.V769.P type Rep RemoveEntities = D1 ('MetaData "RemoveEntities" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RemoveEntities" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Int32)))) |
data RecipeBookSettings__ Source #
Constructors
RecipeBookSettings__ | |
Fields
|
Instances
Generic RecipeBookSettings__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: RecipeBookSettings__ -> Rep RecipeBookSettings__ x # to :: Rep RecipeBookSettings__ x -> RecipeBookSettings__ # | |||||
Pack RecipeBookSettings__ Source # | |||||
Unpack RecipeBookSettings__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RecipeBookSettings__ Source # | |||||
type Rep RecipeBookSettings__ Source # | |||||
Defined in M.V769.P type Rep RecipeBookSettings__ = D1 ('MetaData "RecipeBookSettings__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RecipeBookSettings__" 'PrefixI 'True) (S1 ('MetaSel ('Just "bookid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "bookopen__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "filteractive__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data RecipeBookSettings Source #
Constructors
RecipeBookSettings | |
Instances
NFData RecipeBookSettings Source # | |||||
Defined in M.V769.P Methods rnf :: RecipeBookSettings -> () # | |||||
Generic RecipeBookSettings Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: RecipeBookSettings -> Rep RecipeBookSettings x # to :: Rep RecipeBookSettings x -> RecipeBookSettings # | |||||
Show RecipeBookSettings Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> RecipeBookSettings -> ShowS # show :: RecipeBookSettings -> String # showList :: [RecipeBookSettings] -> ShowS # | |||||
Eq RecipeBookSettings Source # | |||||
Defined in M.V769.P Methods (==) :: RecipeBookSettings -> RecipeBookSettings -> Bool # (/=) :: RecipeBookSettings -> RecipeBookSettings -> Bool # | |||||
Pack RecipeBookSettings Source # | |||||
Unpack RecipeBookSettings Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RecipeBookSettings Source # | |||||
type Rep RecipeBookSettings Source # | |||||
Defined in M.V769.P type Rep RecipeBookSettings = D1 ('MetaData "RecipeBookSettings" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RecipeBookSettings" 'PrefixI 'True) (S1 ('MetaSel ('Just "bookid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "bookopen") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "filteractive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data RecipeBookRemove Source #
Constructors
RecipeBookRemove | |
Instances
NFData RecipeBookRemove Source # | |||||
Defined in M.V769.P Methods rnf :: RecipeBookRemove -> () # | |||||
Generic RecipeBookRemove Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: RecipeBookRemove -> Rep RecipeBookRemove x # to :: Rep RecipeBookRemove x -> RecipeBookRemove # | |||||
Show RecipeBookRemove Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> RecipeBookRemove -> ShowS # show :: RecipeBookRemove -> String # showList :: [RecipeBookRemove] -> ShowS # | |||||
Eq RecipeBookRemove Source # | |||||
Defined in M.V769.P Methods (==) :: RecipeBookRemove -> RecipeBookRemove -> Bool # (/=) :: RecipeBookRemove -> RecipeBookRemove -> Bool # | |||||
Pack RecipeBookRemove Source # | |||||
Unpack RecipeBookRemove Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RecipeBookRemove Source # | |||||
type Rep RecipeBookRemove Source # | |||||
Defined in M.V769.P type Rep RecipeBookRemove = D1 ('MetaData "RecipeBookRemove" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RecipeBookRemove" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data RecipeBookAdd Source #
Constructors
RecipeBookAdd | |
Instances
NFData RecipeBookAdd Source # | |||||
Defined in M.V769.P Methods rnf :: RecipeBookAdd -> () # | |||||
Generic RecipeBookAdd Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show RecipeBookAdd Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> RecipeBookAdd -> ShowS # show :: RecipeBookAdd -> String # showList :: [RecipeBookAdd] -> ShowS # | |||||
Eq RecipeBookAdd Source # | |||||
Defined in M.V769.P Methods (==) :: RecipeBookAdd -> RecipeBookAdd -> Bool # (/=) :: RecipeBookAdd -> RecipeBookAdd -> Bool # | |||||
Pack RecipeBookAdd Source # | |||||
Unpack RecipeBookAdd Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RecipeBookAdd Source # | |||||
type Rep RecipeBookAdd Source # | |||||
Defined in M.V769.P type Rep RecipeBookAdd = D1 ('MetaData "RecipeBookAdd" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RecipeBookAdd" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data PlayerRotation Source #
Constructors
PlayerRotation | |
Instances
NFData PlayerRotation Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerRotation -> () # | |||||
Generic PlayerRotation Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlayerRotation -> Rep PlayerRotation x # to :: Rep PlayerRotation x -> PlayerRotation # | |||||
Show PlayerRotation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerRotation -> ShowS # show :: PlayerRotation -> String # showList :: [PlayerRotation] -> ShowS # | |||||
Eq PlayerRotation Source # | |||||
Defined in M.V769.P Methods (==) :: PlayerRotation -> PlayerRotation -> Bool # (/=) :: PlayerRotation -> PlayerRotation -> Bool # | |||||
Pack PlayerRotation Source # | |||||
Unpack PlayerRotation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerRotation Source # | |||||
type Rep PlayerRotation Source # | |||||
Defined in M.V769.P type Rep PlayerRotation = D1 ('MetaData "PlayerRotation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerRotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float)) :*: S1 ('MetaSel ('Just "onground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) |
data SynchronizePlayerPosition__ Source #
Constructors
SynchronizePlayerPosition__ | |
Fields
|
Instances
Generic SynchronizePlayerPosition__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SynchronizePlayerPosition__ -> Rep SynchronizePlayerPosition__ x # to :: Rep SynchronizePlayerPosition__ x -> SynchronizePlayerPosition__ # | |||||
Pack SynchronizePlayerPosition__ Source # | |||||
Unpack SynchronizePlayerPosition__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SynchronizePlayerPosition__ Source # | |||||
type Rep SynchronizePlayerPosition__ Source # | |||||
Defined in M.V769.P type Rep SynchronizePlayerPosition__ = D1 ('MetaData "SynchronizePlayerPosition__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SynchronizePlayerPosition__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float))) :*: (S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "teleportid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data SynchronizePlayerPosition Source #
Constructors
SynchronizePlayerPosition | |
Instances
NFData SynchronizePlayerPosition Source # | |||||
Defined in M.V769.P Methods rnf :: SynchronizePlayerPosition -> () # | |||||
Generic SynchronizePlayerPosition Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SynchronizePlayerPosition -> Rep SynchronizePlayerPosition x # to :: Rep SynchronizePlayerPosition x -> SynchronizePlayerPosition # | |||||
Show SynchronizePlayerPosition Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SynchronizePlayerPosition -> ShowS # show :: SynchronizePlayerPosition -> String # showList :: [SynchronizePlayerPosition] -> ShowS # | |||||
Eq SynchronizePlayerPosition Source # | |||||
Defined in M.V769.P Methods (==) :: SynchronizePlayerPosition -> SynchronizePlayerPosition -> Bool # (/=) :: SynchronizePlayerPosition -> SynchronizePlayerPosition -> Bool # | |||||
Pack SynchronizePlayerPosition Source # | |||||
Unpack SynchronizePlayerPosition Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SynchronizePlayerPosition Source # | |||||
type Rep SynchronizePlayerPosition Source # | |||||
Defined in M.V769.P type Rep SynchronizePlayerPosition = D1 ('MetaData "SynchronizePlayerPosition" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SynchronizePlayerPosition" 'PrefixI 'True) ((S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float))) :*: (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "teleportid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
Constructors
LookAt__ | |
Fields
|
Instances
Generic LookAt__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack LookAt__ Source # | |||||
Unpack LookAt__ Source # | |||||
type Rep LookAt__ Source # | |||||
Defined in M.V769.P type Rep LookAt__ = D1 ('MetaData "LookAt__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "LookAt__" 'PrefixI 'True) (S1 ('MetaSel ('Just "target__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "isentity__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
Instances
NFData LookAt Source # | |||||
Generic LookAt Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show LookAt Source # | |||||
Eq LookAt Source # | |||||
Pack LookAt Source # | |||||
Unpack LookAt Source # | |||||
type Rep LookAt Source # | |||||
Defined in M.V769.P type Rep LookAt = D1 ('MetaData "LookAt" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "LookAt" 'PrefixI 'True) (S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "isentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data PlayerInfoUpdate__ Source #
Constructors
PlayerInfoUpdate__ | |
Instances
Generic PlayerInfoUpdate__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlayerInfoUpdate__ -> Rep PlayerInfoUpdate__ x # to :: Rep PlayerInfoUpdate__ x -> PlayerInfoUpdate__ # | |||||
Pack PlayerInfoUpdate__ Source # | |||||
Unpack PlayerInfoUpdate__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerInfoUpdate__ Source # | |||||
type Rep PlayerInfoUpdate__ Source # | |||||
Defined in M.V769.P type Rep PlayerInfoUpdate__ = D1 ('MetaData "PlayerInfoUpdate__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerInfoUpdate__" 'PrefixI 'True) (S1 ('MetaSel ('Just "action__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data PlayerInfoUpdate Source #
Constructors
PlayerInfoUpdate | |
Fields
|
Instances
NFData PlayerInfoUpdate Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerInfoUpdate -> () # | |||||
Generic PlayerInfoUpdate Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlayerInfoUpdate -> Rep PlayerInfoUpdate x # to :: Rep PlayerInfoUpdate x -> PlayerInfoUpdate # | |||||
Show PlayerInfoUpdate Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerInfoUpdate -> ShowS # show :: PlayerInfoUpdate -> String # showList :: [PlayerInfoUpdate] -> ShowS # | |||||
Eq PlayerInfoUpdate Source # | |||||
Defined in M.V769.P Methods (==) :: PlayerInfoUpdate -> PlayerInfoUpdate -> Bool # (/=) :: PlayerInfoUpdate -> PlayerInfoUpdate -> Bool # | |||||
Pack PlayerInfoUpdate Source # | |||||
Unpack PlayerInfoUpdate Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerInfoUpdate Source # | |||||
type Rep PlayerInfoUpdate Source # | |||||
Defined in M.V769.P type Rep PlayerInfoUpdate = D1 ('MetaData "PlayerInfoUpdate" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerInfoUpdate" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data PlayerInfoRemove Source #
Constructors
PlayerInfoRemove | |
Fields
|
Instances
NFData PlayerInfoRemove Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerInfoRemove -> () # | |||||
Generic PlayerInfoRemove Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlayerInfoRemove -> Rep PlayerInfoRemove x # to :: Rep PlayerInfoRemove x -> PlayerInfoRemove # | |||||
Show PlayerInfoRemove Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerInfoRemove -> ShowS # show :: PlayerInfoRemove -> String # showList :: [PlayerInfoRemove] -> ShowS # | |||||
Eq PlayerInfoRemove Source # | |||||
Defined in M.V769.P Methods (==) :: PlayerInfoRemove -> PlayerInfoRemove -> Bool # (/=) :: PlayerInfoRemove -> PlayerInfoRemove -> Bool # | |||||
Pack PlayerInfoRemove Source # | |||||
Unpack PlayerInfoRemove Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerInfoRemove Source # | |||||
type Rep PlayerInfoRemove Source # | |||||
Defined in M.V769.P type Rep PlayerInfoRemove = D1 ('MetaData "PlayerInfoRemove" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerInfoRemove" 'PrefixI 'True) (S1 ('MetaSel ('Just "players") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector UUID)))) |
data CombatDeath__ Source #
Constructors
CombatDeath__ | |
Fields
|
Instances
Generic CombatDeath__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack CombatDeath__ Source # | |||||
Unpack CombatDeath__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CombatDeath__ Source # | |||||
type Rep CombatDeath__ Source # | |||||
Defined in M.V769.P type Rep CombatDeath__ = D1 ('MetaData "CombatDeath__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CombatDeath__" 'PrefixI 'True) (S1 ('MetaSel ('Just "playerid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "message__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) |
data CombatDeath Source #
Instances
NFData CombatDeath Source # | |||||
Defined in M.V769.P Methods rnf :: CombatDeath -> () # | |||||
Generic CombatDeath Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show CombatDeath Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> CombatDeath -> ShowS # show :: CombatDeath -> String # showList :: [CombatDeath] -> ShowS # | |||||
Eq CombatDeath Source # | |||||
Defined in M.V769.P | |||||
Pack CombatDeath Source # | |||||
Unpack CombatDeath Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CombatDeath Source # | |||||
type Rep CombatDeath Source # | |||||
Defined in M.V769.P type Rep CombatDeath = D1 ('MetaData "CombatDeath" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CombatDeath" 'PrefixI 'True) (S1 ('MetaSel ('Just "playerid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) |
data EnterCombat Source #
Constructors
EnterCombat |
Instances
NFData EnterCombat Source # | |||||
Defined in M.V769.P Methods rnf :: EnterCombat -> () # | |||||
Generic EnterCombat Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show EnterCombat Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> EnterCombat -> ShowS # show :: EnterCombat -> String # showList :: [EnterCombat] -> ShowS # | |||||
Eq EnterCombat Source # | |||||
Defined in M.V769.P | |||||
Pack EnterCombat Source # | |||||
Unpack EnterCombat Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EnterCombat Source # | |||||
type Rep EnterCombat Source # | |||||
data EndCombat__ Source #
Constructors
EndCombat__ | |
Fields
|
Instances
Generic EndCombat__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack EndCombat__ Source # | |||||
Unpack EndCombat__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EndCombat__ Source # | |||||
type Rep EndCombat__ Source # | |||||
Defined in M.V769.P type Rep EndCombat__ = D1 ('MetaData "EndCombat__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EndCombat__" 'PrefixI 'True) (S1 ('MetaSel ('Just "duration__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
Instances
NFData EndCombat Source # | |||||
Generic EndCombat Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show EndCombat Source # | |||||
Eq EndCombat Source # | |||||
Pack EndCombat Source # | |||||
Unpack EndCombat Source # | |||||
type Rep EndCombat Source # | |||||
Defined in M.V769.P type Rep EndCombat = D1 ('MetaData "EndCombat" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EndCombat" 'PrefixI 'True) (S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data PlayerChatMessage Source #
Constructors
PlayerChatMessage | |
Fields
|
Instances
NFData PlayerChatMessage Source # | |||||
Defined in M.V769.P Methods rnf :: PlayerChatMessage -> () # | |||||
Generic PlayerChatMessage Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlayerChatMessage -> Rep PlayerChatMessage x # to :: Rep PlayerChatMessage x -> PlayerChatMessage # | |||||
Show PlayerChatMessage Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayerChatMessage -> ShowS # show :: PlayerChatMessage -> String # showList :: [PlayerChatMessage] -> ShowS # | |||||
Eq PlayerChatMessage Source # | |||||
Defined in M.V769.P Methods (==) :: PlayerChatMessage -> PlayerChatMessage -> Bool # (/=) :: PlayerChatMessage -> PlayerChatMessage -> Bool # | |||||
Pack PlayerChatMessage Source # | |||||
Unpack PlayerChatMessage Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayerChatMessage Source # | |||||
type Rep PlayerChatMessage Source # | |||||
Defined in M.V769.P type Rep PlayerChatMessage = D1 ('MetaData "PlayerChatMessage" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayerChatMessage" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sender") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64))) :*: ((S1 ('MetaSel ('Just "salt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "signature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)) :*: (S1 ('MetaSel ('Just "signedpreview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "lastseenmessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector UUID)))))) |
data ClientboundPlayerAbilities Source #
Constructors
ClientboundPlayerAbilities | |
Fields
|
Instances
NFData ClientboundPlayerAbilities Source # | |||||
Defined in M.V769.P Methods rnf :: ClientboundPlayerAbilities -> () # | |||||
Generic ClientboundPlayerAbilities Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ClientboundPlayerAbilities -> Rep ClientboundPlayerAbilities x # to :: Rep ClientboundPlayerAbilities x -> ClientboundPlayerAbilities # | |||||
Show ClientboundPlayerAbilities Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ClientboundPlayerAbilities -> ShowS # show :: ClientboundPlayerAbilities -> String # showList :: [ClientboundPlayerAbilities] -> ShowS # | |||||
Eq ClientboundPlayerAbilities Source # | |||||
Defined in M.V769.P Methods (==) :: ClientboundPlayerAbilities -> ClientboundPlayerAbilities -> Bool # (/=) :: ClientboundPlayerAbilities -> ClientboundPlayerAbilities -> Bool # | |||||
Pack ClientboundPlayerAbilities Source # | |||||
Unpack ClientboundPlayerAbilities Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClientboundPlayerAbilities Source # | |||||
type Rep ClientboundPlayerAbilities Source # | |||||
Defined in M.V769.P type Rep ClientboundPlayerAbilities = D1 ('MetaData "ClientboundPlayerAbilities" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClientboundPlayerAbilities" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "flyingspeed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float) :*: S1 ('MetaSel ('Just "walkingspeed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float)))) |
data PlaceGhostRecipe Source #
Constructors
PlaceGhostRecipe | |
Instances
NFData PlaceGhostRecipe Source # | |||||
Defined in M.V769.P Methods rnf :: PlaceGhostRecipe -> () # | |||||
Generic PlaceGhostRecipe Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlaceGhostRecipe -> Rep PlaceGhostRecipe x # to :: Rep PlaceGhostRecipe x -> PlaceGhostRecipe # | |||||
Show PlaceGhostRecipe Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlaceGhostRecipe -> ShowS # show :: PlaceGhostRecipe -> String # showList :: [PlaceGhostRecipe] -> ShowS # | |||||
Eq PlaceGhostRecipe Source # | |||||
Defined in M.V769.P Methods (==) :: PlaceGhostRecipe -> PlaceGhostRecipe -> Bool # (/=) :: PlaceGhostRecipe -> PlaceGhostRecipe -> Bool # | |||||
Pack PlaceGhostRecipe Source # | |||||
Unpack PlaceGhostRecipe Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlaceGhostRecipe Source # | |||||
type Rep PlaceGhostRecipe Source # | |||||
Defined in M.V769.P type Rep PlaceGhostRecipe = D1 ('MetaData "PlaceGhostRecipe" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlaceGhostRecipe" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "recipe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data PlayPingResponse Source #
Constructors
PlayPingResponse | |
Instances
NFData PlayPingResponse Source # | |||||
Defined in M.V769.P Methods rnf :: PlayPingResponse -> () # | |||||
Generic PlayPingResponse Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: PlayPingResponse -> Rep PlayPingResponse x # to :: Rep PlayPingResponse x -> PlayPingResponse # | |||||
Show PlayPingResponse Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> PlayPingResponse -> ShowS # show :: PlayPingResponse -> String # showList :: [PlayPingResponse] -> ShowS # | |||||
Eq PlayPingResponse Source # | |||||
Defined in M.V769.P Methods (==) :: PlayPingResponse -> PlayPingResponse -> Bool # (/=) :: PlayPingResponse -> PlayPingResponse -> Bool # | |||||
Pack PlayPingResponse Source # | |||||
Unpack PlayPingResponse Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r PlayPingResponse Source # | |||||
type Rep PlayPingResponse Source # | |||||
Defined in M.V769.P type Rep PlayPingResponse = D1 ('MetaData "PlayPingResponse" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "PlayPingResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64))) |
data OpenSignEditor Source #
Constructors
OpenSignEditor | |
Instances
NFData OpenSignEditor Source # | |||||
Defined in M.V769.P Methods rnf :: OpenSignEditor -> () # | |||||
Generic OpenSignEditor Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: OpenSignEditor -> Rep OpenSignEditor x # to :: Rep OpenSignEditor x -> OpenSignEditor # | |||||
Show OpenSignEditor Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> OpenSignEditor -> ShowS # show :: OpenSignEditor -> String # showList :: [OpenSignEditor] -> ShowS # | |||||
Eq OpenSignEditor Source # | |||||
Defined in M.V769.P Methods (==) :: OpenSignEditor -> OpenSignEditor -> Bool # (/=) :: OpenSignEditor -> OpenSignEditor -> Bool # | |||||
Pack OpenSignEditor Source # | |||||
Unpack OpenSignEditor Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r OpenSignEditor Source # | |||||
type Rep OpenSignEditor Source # | |||||
Defined in M.V769.P type Rep OpenSignEditor = D1 ('MetaData "OpenSignEditor" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "OpenSignEditor" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position))) |
data OpenScreen__ Source #
Constructors
OpenScreen__ | |
Fields
|
Instances
Generic OpenScreen__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack OpenScreen__ Source # | |||||
Unpack OpenScreen__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r OpenScreen__ Source # | |||||
type Rep OpenScreen__ Source # | |||||
Defined in M.V769.P type Rep OpenScreen__ = D1 ('MetaData "OpenScreen__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "OpenScreen__" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "type___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "title__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent)))) |
data OpenScreen Source #
Constructors
OpenScreen | |
Instances
NFData OpenScreen Source # | |||||
Defined in M.V769.P Methods rnf :: OpenScreen -> () # | |||||
Generic OpenScreen Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show OpenScreen Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> OpenScreen -> ShowS # show :: OpenScreen -> String # showList :: [OpenScreen] -> ShowS # | |||||
Eq OpenScreen Source # | |||||
Defined in M.V769.P | |||||
Pack OpenScreen Source # | |||||
Unpack OpenScreen Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r OpenScreen Source # | |||||
type Rep OpenScreen Source # | |||||
Defined in M.V769.P type Rep OpenScreen = D1 ('MetaData "OpenScreen" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "OpenScreen" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "type_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent)))) |
data OpenBook__ Source #
Constructors
OpenBook__ | |
Instances
Generic OpenBook__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack OpenBook__ Source # | |||||
Unpack OpenBook__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r OpenBook__ Source # | |||||
type Rep OpenBook__ Source # | |||||
Defined in M.V769.P type Rep OpenBook__ = D1 ('MetaData "OpenBook__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "OpenBook__" 'PrefixI 'True) (S1 ('MetaSel ('Just "hand__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data MoveVehicle Source #
Constructors
MoveVehicle | |
Instances
NFData MoveVehicle Source # | |||||
Defined in M.V769.P Methods rnf :: MoveVehicle -> () # | |||||
Generic MoveVehicle Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show MoveVehicle Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> MoveVehicle -> ShowS # show :: MoveVehicle -> String # showList :: [MoveVehicle] -> ShowS # | |||||
Eq MoveVehicle Source # | |||||
Defined in M.V769.P | |||||
Pack MoveVehicle Source # | |||||
Unpack MoveVehicle Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r MoveVehicle Source # | |||||
type Rep MoveVehicle Source # | |||||
Defined in M.V769.P type Rep MoveVehicle = D1 ('MetaData "MoveVehicle" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "MoveVehicle" 'PrefixI 'True) (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Float)))) |
data UpdateEntityRotation__ Source #
Constructors
UpdateEntityRotation__ | |
Fields
|
Instances
Generic UpdateEntityRotation__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: UpdateEntityRotation__ -> Rep UpdateEntityRotation__ x # to :: Rep UpdateEntityRotation__ x -> UpdateEntityRotation__ # | |||||
Pack UpdateEntityRotation__ Source # | |||||
Unpack UpdateEntityRotation__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateEntityRotation__ Source # | |||||
type Rep UpdateEntityRotation__ Source # | |||||
Defined in M.V769.P type Rep UpdateEntityRotation__ = D1 ('MetaData "UpdateEntityRotation__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateEntityRotation__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "rotation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Int8Angle)) :*: S1 ('MetaSel ('Just "onground__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data UpdateEntityRotation Source #
Instances
NFData UpdateEntityRotation Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateEntityRotation -> () # | |||||
Generic UpdateEntityRotation Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: UpdateEntityRotation -> Rep UpdateEntityRotation x # to :: Rep UpdateEntityRotation x -> UpdateEntityRotation # | |||||
Show UpdateEntityRotation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateEntityRotation -> ShowS # show :: UpdateEntityRotation -> String # showList :: [UpdateEntityRotation] -> ShowS # | |||||
Eq UpdateEntityRotation Source # | |||||
Defined in M.V769.P Methods (==) :: UpdateEntityRotation -> UpdateEntityRotation -> Bool # (/=) :: UpdateEntityRotation -> UpdateEntityRotation -> Bool # | |||||
Pack UpdateEntityRotation Source # | |||||
Unpack UpdateEntityRotation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateEntityRotation Source # | |||||
type Rep UpdateEntityRotation Source # | |||||
Defined in M.V769.P type Rep UpdateEntityRotation = D1 ('MetaData "UpdateEntityRotation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateEntityRotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Int8)) :*: S1 ('MetaSel ('Just "onground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data MoveMinecartAlongTrack__ Source #
Constructors
MoveMinecartAlongTrack__ | |
Fields
|
Instances
Generic MoveMinecartAlongTrack__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: MoveMinecartAlongTrack__ -> Rep MoveMinecartAlongTrack__ x # to :: Rep MoveMinecartAlongTrack__ x -> MoveMinecartAlongTrack__ # | |||||
Pack MoveMinecartAlongTrack__ Source # | |||||
Unpack MoveMinecartAlongTrack__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r MoveMinecartAlongTrack__ Source # | |||||
type Rep MoveMinecartAlongTrack__ Source # | |||||
Defined in M.V769.P type Rep MoveMinecartAlongTrack__ = D1 ('MetaData "MoveMinecartAlongTrack__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "MoveMinecartAlongTrack__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position))) |
data MoveMinecartAlongTrack Source #
Constructors
MoveMinecartAlongTrack | |
Instances
NFData MoveMinecartAlongTrack Source # | |||||
Defined in M.V769.P Methods rnf :: MoveMinecartAlongTrack -> () # | |||||
Generic MoveMinecartAlongTrack Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: MoveMinecartAlongTrack -> Rep MoveMinecartAlongTrack x # to :: Rep MoveMinecartAlongTrack x -> MoveMinecartAlongTrack # | |||||
Show MoveMinecartAlongTrack Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> MoveMinecartAlongTrack -> ShowS # show :: MoveMinecartAlongTrack -> String # showList :: [MoveMinecartAlongTrack] -> ShowS # | |||||
Eq MoveMinecartAlongTrack Source # | |||||
Defined in M.V769.P Methods (==) :: MoveMinecartAlongTrack -> MoveMinecartAlongTrack -> Bool # (/=) :: MoveMinecartAlongTrack -> MoveMinecartAlongTrack -> Bool # | |||||
Pack MoveMinecartAlongTrack Source # | |||||
Unpack MoveMinecartAlongTrack Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r MoveMinecartAlongTrack Source # | |||||
type Rep MoveMinecartAlongTrack Source # | |||||
Defined in M.V769.P type Rep MoveMinecartAlongTrack = D1 ('MetaData "MoveMinecartAlongTrack" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "MoveMinecartAlongTrack" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position))) |
data UpdateEntityPositionAndRotation__ Source #
Constructors
UpdateEntityPositionAndRotation__ | |
Fields
|
Instances
Generic UpdateEntityPositionAndRotation__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack UpdateEntityPositionAndRotation__ Source # | |||||
Unpack UpdateEntityPositionAndRotation__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateEntityPositionAndRotation__ Source # | |||||
type Rep UpdateEntityPositionAndRotation__ Source # | |||||
Defined in M.V769.P type Rep UpdateEntityPositionAndRotation__ = D1 ('MetaData "UpdateEntityPositionAndRotation__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateEntityPositionAndRotation__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "deltax__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "deltay__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16))) :*: (S1 ('MetaSel ('Just "deltaz__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: (S1 ('MetaSel ('Just "rotation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Int8Angle)) :*: S1 ('MetaSel ('Just "onground__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data UpdateEntityPositionAndRotation Source #
Constructors
UpdateEntityPositionAndRotation | |
Instances
NFData UpdateEntityPositionAndRotation Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateEntityPositionAndRotation -> () # | |||||
Generic UpdateEntityPositionAndRotation Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UpdateEntityPositionAndRotation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateEntityPositionAndRotation -> ShowS # | |||||
Eq UpdateEntityPositionAndRotation Source # | |||||
Defined in M.V769.P | |||||
Pack UpdateEntityPositionAndRotation Source # | |||||
Unpack UpdateEntityPositionAndRotation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateEntityPositionAndRotation Source # | |||||
type Rep UpdateEntityPositionAndRotation Source # | |||||
Defined in M.V769.P type Rep UpdateEntityPositionAndRotation = D1 ('MetaData "UpdateEntityPositionAndRotation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateEntityPositionAndRotation" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "deltax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "deltay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16))) :*: (S1 ('MetaSel ('Just "deltaz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: (S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Int8)) :*: S1 ('MetaSel ('Just "onground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data UpdateEntityPosition__ Source #
Constructors
UpdateEntityPosition__ | |
Fields
|
Instances
Generic UpdateEntityPosition__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: UpdateEntityPosition__ -> Rep UpdateEntityPosition__ x # to :: Rep UpdateEntityPosition__ x -> UpdateEntityPosition__ # | |||||
Pack UpdateEntityPosition__ Source # | |||||
Unpack UpdateEntityPosition__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateEntityPosition__ Source # | |||||
type Rep UpdateEntityPosition__ Source # | |||||
Defined in M.V769.P type Rep UpdateEntityPosition__ = D1 ('MetaData "UpdateEntityPosition__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateEntityPosition__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "deltax__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16)) :*: (S1 ('MetaSel ('Just "deltay__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: (S1 ('MetaSel ('Just "deltaz__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "onground__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data UpdateEntityPosition Source #
Constructors
UpdateEntityPosition | |
Instances
NFData UpdateEntityPosition Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateEntityPosition -> () # | |||||
Generic UpdateEntityPosition Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: UpdateEntityPosition -> Rep UpdateEntityPosition x # to :: Rep UpdateEntityPosition x -> UpdateEntityPosition # | |||||
Show UpdateEntityPosition Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateEntityPosition -> ShowS # show :: UpdateEntityPosition -> String # showList :: [UpdateEntityPosition] -> ShowS # | |||||
Eq UpdateEntityPosition Source # | |||||
Defined in M.V769.P Methods (==) :: UpdateEntityPosition -> UpdateEntityPosition -> Bool # (/=) :: UpdateEntityPosition -> UpdateEntityPosition -> Bool # | |||||
Pack UpdateEntityPosition Source # | |||||
Unpack UpdateEntityPosition Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateEntityPosition Source # | |||||
type Rep UpdateEntityPosition Source # | |||||
Defined in M.V769.P type Rep UpdateEntityPosition = D1 ('MetaData "UpdateEntityPosition" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateEntityPosition" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "deltax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16)) :*: (S1 ('MetaSel ('Just "deltay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: (S1 ('MetaSel ('Just "deltaz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "onground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data MerchantOffers__ Source #
Constructors
MerchantOffers__ | |
Fields
|
Instances
Generic MerchantOffers__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: MerchantOffers__ -> Rep MerchantOffers__ x # to :: Rep MerchantOffers__ x -> MerchantOffers__ # | |||||
Pack MerchantOffers__ Source # | |||||
Unpack MerchantOffers__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r MerchantOffers__ Source # | |||||
type Rep MerchantOffers__ Source # | |||||
Defined in M.V769.P type Rep MerchantOffers__ = D1 ('MetaData "MerchantOffers__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "MerchantOffers__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "windowid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "offers__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector MerchantOffer)) :*: S1 ('MetaSel ('Just "villagerlevel__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) :*: (S1 ('MetaSel ('Just "experience__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "isregularvillager__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "canrestock__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data MerchantOffers Source #
Constructors
MerchantOffers | |
Fields
|
Instances
NFData MerchantOffers Source # | |||||
Defined in M.V769.P Methods rnf :: MerchantOffers -> () # | |||||
Generic MerchantOffers Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: MerchantOffers -> Rep MerchantOffers x # to :: Rep MerchantOffers x -> MerchantOffers # | |||||
Show MerchantOffers Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> MerchantOffers -> ShowS # show :: MerchantOffers -> String # showList :: [MerchantOffers] -> ShowS # | |||||
Eq MerchantOffers Source # | |||||
Defined in M.V769.P Methods (==) :: MerchantOffers -> MerchantOffers -> Bool # (/=) :: MerchantOffers -> MerchantOffers -> Bool # | |||||
Pack MerchantOffers Source # | |||||
Unpack MerchantOffers Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r MerchantOffers Source # | |||||
type Rep MerchantOffers Source # | |||||
Defined in M.V769.P type Rep MerchantOffers = D1 ('MetaData "MerchantOffers" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "MerchantOffers" 'PrefixI 'True) ((S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "offers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector MerchantOffer)) :*: S1 ('MetaSel ('Just "villagerlevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) :*: (S1 ('MetaSel ('Just "experience") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "isregularvillager") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "canrestock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
Constructors
MapData__ | |
Instances
Generic MapData__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack MapData__ Source # | |||||
Unpack MapData__ Source # | |||||
type Rep MapData__ Source # | |||||
Defined in M.V769.P type Rep MapData__ = D1 ('MetaData "MapData__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "MapData__" 'PrefixI 'True) (((S1 ('MetaSel ('Just "mapid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "scale__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "trackingposition__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "locked__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "icons__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector MapIcon))))) :*: ((S1 ('MetaSel ('Just "columns__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: S1 ('MetaSel ('Just "rows__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "x__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: (S1 ('MetaSel ('Just "z__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)))))) |
Constructors
MapData | |
Instances
NFData MapData Source # | |||||
Generic MapData Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show MapData Source # | |||||
Eq MapData Source # | |||||
Pack MapData Source # | |||||
Unpack MapData Source # | |||||
type Rep MapData Source # | |||||
Defined in M.V769.P type Rep MapData = D1 ('MetaData "MapData" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "MapData" 'PrefixI 'True) (((S1 ('MetaSel ('Just "mapid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "scale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "trackingposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "locked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "icons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector MapIcon))))) :*: ((S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: S1 ('MetaSel ('Just "rows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: (S1 ('MetaSel ('Just "z") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)))))) |
Constructors
Login__ | |
Fields
|
Instances
Generic Login__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack Login__ Source # | |||||
Unpack Login__ Source # | |||||
type Rep Login__ Source # | |||||
Defined in M.V769.P type Rep Login__ = D1 ('MetaData "Login__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Login__" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "ishardcore__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "gamemode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "previousgamemode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8))) :*: ((S1 ('MetaSel ('Just "worldnames__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)) :*: S1 ('MetaSel ('Just "dimensioncodec__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Tg)) :*: (S1 ('MetaSel ('Just "dimension__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Tg) :*: S1 ('MetaSel ('Just "worldname__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) :*: (((S1 ('MetaSel ('Just "hashedseed__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "maxplayers__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "viewdistance__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "simulationdistance__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) :*: ((S1 ('MetaSel ('Just "reduceddebuginfo__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "enablerespawnscreen__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "isdebug__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "isflat__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))))) |
Constructors
Login | |
Fields
|
Instances
NFData Login Source # | |||||
Generic Login Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show Login Source # | |||||
Eq Login Source # | |||||
Pack Login Source # | |||||
Unpack Login Source # | |||||
type Rep Login Source # | |||||
Defined in M.V769.P type Rep Login = D1 ('MetaData "Login" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Login" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "ishardcore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "gamemode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "previousgamemode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8))) :*: ((S1 ('MetaSel ('Just "worldnames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)) :*: S1 ('MetaSel ('Just "dimensioncodec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Tg)) :*: (S1 ('MetaSel ('Just "dimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Tg) :*: S1 ('MetaSel ('Just "worldname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) :*: (((S1 ('MetaSel ('Just "hashedseed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "maxplayers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "viewdistance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "simulationdistance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) :*: ((S1 ('MetaSel ('Just "reduceddebuginfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "enablerespawnscreen") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "isdebug") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "isflat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))))) |
data UpdateLight__ Source #
Instances
Generic UpdateLight__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack UpdateLight__ Source # | |||||
Unpack UpdateLight__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateLight__ Source # | |||||
type Rep UpdateLight__ Source # | |||||
Defined in M.V769.P type Rep UpdateLight__ = D1 ('MetaData "UpdateLight__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateLight__" 'PrefixI 'True) (S1 ('MetaSel ('Just "chunkx__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "chunkz__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 LightData)))) |
data UpdateLight Source #
Instances
NFData UpdateLight Source # | |||||
Defined in M.V769.P Methods rnf :: UpdateLight -> () # | |||||
Generic UpdateLight Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UpdateLight Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UpdateLight -> ShowS # show :: UpdateLight -> String # showList :: [UpdateLight] -> ShowS # | |||||
Eq UpdateLight Source # | |||||
Defined in M.V769.P | |||||
Pack UpdateLight Source # | |||||
Unpack UpdateLight Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateLight Source # | |||||
type Rep UpdateLight Source # | |||||
Defined in M.V769.P type Rep UpdateLight = D1 ('MetaData "UpdateLight" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateLight" 'PrefixI 'True) (S1 ('MetaSel ('Just "chunkx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "chunkz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 LightData)))) |
data ParticleEffect__ Source #
Constructors
ParticleEffect__ | |
Fields
|
Instances
Generic ParticleEffect__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ParticleEffect__ -> Rep ParticleEffect__ x # to :: Rep ParticleEffect__ x -> ParticleEffect__ # | |||||
Pack ParticleEffect__ Source # | |||||
Unpack ParticleEffect__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ParticleEffect__ Source # | |||||
type Rep ParticleEffect__ Source # | |||||
Defined in M.V769.P type Rep ParticleEffect__ = D1 ('MetaData "ParticleEffect__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ParticleEffect__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "particleid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "longdistance__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)))) :*: ((S1 ('MetaSel ('Just "offset__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Float)) :*: S1 ('MetaSel ('Just "maxspeed__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float)) :*: (S1 ('MetaSel ('Just "count__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ParticleData))))) |
data ParticleEffect Source #
Constructors
ParticleEffect | |
Fields
|
Instances
NFData ParticleEffect Source # | |||||
Defined in M.V769.P Methods rnf :: ParticleEffect -> () # | |||||
Generic ParticleEffect Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ParticleEffect -> Rep ParticleEffect x # to :: Rep ParticleEffect x -> ParticleEffect # | |||||
Show ParticleEffect Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ParticleEffect -> ShowS # show :: ParticleEffect -> String # showList :: [ParticleEffect] -> ShowS # | |||||
Eq ParticleEffect Source # | |||||
Defined in M.V769.P Methods (==) :: ParticleEffect -> ParticleEffect -> Bool # (/=) :: ParticleEffect -> ParticleEffect -> Bool # | |||||
Pack ParticleEffect Source # | |||||
Unpack ParticleEffect Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ParticleEffect Source # | |||||
type Rep ParticleEffect Source # | |||||
Defined in M.V769.P type Rep ParticleEffect = D1 ('MetaData "ParticleEffect" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ParticleEffect" 'PrefixI 'True) ((S1 ('MetaSel ('Just "particleid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "longdistance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)))) :*: ((S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Float)) :*: S1 ('MetaSel ('Just "maxspeed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float)) :*: (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ParticleData))))) |
data WorldEvent Source #
Constructors
WorldEvent | |
Instances
NFData WorldEvent Source # | |||||
Defined in M.V769.P Methods rnf :: WorldEvent -> () # | |||||
Generic WorldEvent Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show WorldEvent Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> WorldEvent -> ShowS # show :: WorldEvent -> String # showList :: [WorldEvent] -> ShowS # | |||||
Eq WorldEvent Source # | |||||
Defined in M.V769.P | |||||
Pack WorldEvent Source # | |||||
Unpack WorldEvent Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r WorldEvent Source # | |||||
type Rep WorldEvent Source # | |||||
Defined in M.V769.P type Rep WorldEvent = D1 ('MetaData "WorldEvent" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "WorldEvent" 'PrefixI 'True) ((S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position)) :*: (S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "disablerelativevolume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data ChunkDataAndUpdateLight Source #
Constructors
ChunkDataAndUpdateLight | |
Instances
NFData ChunkDataAndUpdateLight Source # | |||||
Defined in M.V769.P Methods rnf :: ChunkDataAndUpdateLight -> () # | |||||
Generic ChunkDataAndUpdateLight Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChunkDataAndUpdateLight -> Rep ChunkDataAndUpdateLight x # to :: Rep ChunkDataAndUpdateLight x -> ChunkDataAndUpdateLight # | |||||
Show ChunkDataAndUpdateLight Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChunkDataAndUpdateLight -> ShowS # show :: ChunkDataAndUpdateLight -> String # showList :: [ChunkDataAndUpdateLight] -> ShowS # | |||||
Eq ChunkDataAndUpdateLight Source # | |||||
Defined in M.V769.P Methods (==) :: ChunkDataAndUpdateLight -> ChunkDataAndUpdateLight -> Bool # (/=) :: ChunkDataAndUpdateLight -> ChunkDataAndUpdateLight -> Bool # | |||||
Pack ChunkDataAndUpdateLight Source # | |||||
Unpack ChunkDataAndUpdateLight Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChunkDataAndUpdateLight Source # | |||||
type Rep ChunkDataAndUpdateLight Source # | |||||
Defined in M.V769.P type Rep ChunkDataAndUpdateLight = D1 ('MetaData "ChunkDataAndUpdateLight" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChunkDataAndUpdateLight" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chunkx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "chunkz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ChunkData) :*: S1 ('MetaSel ('Just "lightdata_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 LightData)))) |
data InitializeWorldBorder__ Source #
Constructors
InitializeWorldBorder__ | |
Fields
|
Instances
Generic InitializeWorldBorder__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: InitializeWorldBorder__ -> Rep InitializeWorldBorder__ x # to :: Rep InitializeWorldBorder__ x -> InitializeWorldBorder__ # | |||||
Pack InitializeWorldBorder__ Source # | |||||
Unpack InitializeWorldBorder__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r InitializeWorldBorder__ Source # | |||||
type Rep InitializeWorldBorder__ Source # | |||||
Defined in M.V769.P type Rep InitializeWorldBorder__ = D1 ('MetaData "InitializeWorldBorder__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "InitializeWorldBorder__" 'PrefixI 'True) (((S1 ('MetaSel ('Just "x__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "z__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double)) :*: (S1 ('MetaSel ('Just "oldradius__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "newradius__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double))) :*: ((S1 ('MetaSel ('Just "speed__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarLong) :*: S1 ('MetaSel ('Just "portalteleportboundary__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "warningtime__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "warningblocks__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))))) |
data InitializeWorldBorder Source #
Constructors
InitializeWorldBorder | |
Instances
NFData InitializeWorldBorder Source # | |||||
Defined in M.V769.P Methods rnf :: InitializeWorldBorder -> () # | |||||
Generic InitializeWorldBorder Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: InitializeWorldBorder -> Rep InitializeWorldBorder x # to :: Rep InitializeWorldBorder x -> InitializeWorldBorder # | |||||
Show InitializeWorldBorder Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> InitializeWorldBorder -> ShowS # show :: InitializeWorldBorder -> String # showList :: [InitializeWorldBorder] -> ShowS # | |||||
Eq InitializeWorldBorder Source # | |||||
Defined in M.V769.P Methods (==) :: InitializeWorldBorder -> InitializeWorldBorder -> Bool # (/=) :: InitializeWorldBorder -> InitializeWorldBorder -> Bool # | |||||
Pack InitializeWorldBorder Source # | |||||
Unpack InitializeWorldBorder Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r InitializeWorldBorder Source # | |||||
type Rep InitializeWorldBorder Source # | |||||
Defined in M.V769.P type Rep InitializeWorldBorder = D1 ('MetaData "InitializeWorldBorder" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "InitializeWorldBorder" 'PrefixI 'True) (((S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "z") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double)) :*: (S1 ('MetaSel ('Just "oldradius") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "newradius") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double))) :*: ((S1 ('MetaSel ('Just "speed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "portalteleportboundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "warningtime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "warningblocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))))) |
data HurtAnimation__ Source #
Constructors
HurtAnimation__ | |
Fields |
Instances
Generic HurtAnimation__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: HurtAnimation__ -> Rep HurtAnimation__ x # to :: Rep HurtAnimation__ x -> HurtAnimation__ # | |||||
Pack HurtAnimation__ Source # | |||||
Unpack HurtAnimation__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r HurtAnimation__ Source # | |||||
type Rep HurtAnimation__ Source # | |||||
Defined in M.V769.P type Rep HurtAnimation__ = D1 ('MetaData "HurtAnimation__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "HurtAnimation__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "damagedirection__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))) |
data HurtAnimation Source #
Constructors
HurtAnimation | |
Fields
|
Instances
NFData HurtAnimation Source # | |||||
Defined in M.V769.P Methods rnf :: HurtAnimation -> () # | |||||
Generic HurtAnimation Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show HurtAnimation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> HurtAnimation -> ShowS # show :: HurtAnimation -> String # showList :: [HurtAnimation] -> ShowS # | |||||
Eq HurtAnimation Source # | |||||
Defined in M.V769.P Methods (==) :: HurtAnimation -> HurtAnimation -> Bool # (/=) :: HurtAnimation -> HurtAnimation -> Bool # | |||||
Pack HurtAnimation Source # | |||||
Unpack HurtAnimation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r HurtAnimation Source # | |||||
type Rep HurtAnimation Source # | |||||
Defined in M.V769.P type Rep HurtAnimation = D1 ('MetaData "HurtAnimation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "HurtAnimation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "damagedirection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))) |
data OpenHorseScreen__ Source #
Constructors
OpenHorseScreen__ | |
Fields
|
Instances
Generic OpenHorseScreen__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: OpenHorseScreen__ -> Rep OpenHorseScreen__ x # to :: Rep OpenHorseScreen__ x -> OpenHorseScreen__ # | |||||
Pack OpenHorseScreen__ Source # | |||||
Unpack OpenHorseScreen__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r OpenHorseScreen__ Source # | |||||
type Rep OpenHorseScreen__ Source # | |||||
Defined in M.V769.P type Rep OpenHorseScreen__ = D1 ('MetaData "OpenHorseScreen__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "OpenHorseScreen__" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "slotcount__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data OpenHorseScreen Source #
Instances
NFData OpenHorseScreen Source # | |||||
Defined in M.V769.P Methods rnf :: OpenHorseScreen -> () # | |||||
Generic OpenHorseScreen Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: OpenHorseScreen -> Rep OpenHorseScreen x # to :: Rep OpenHorseScreen x -> OpenHorseScreen # | |||||
Show OpenHorseScreen Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> OpenHorseScreen -> ShowS # show :: OpenHorseScreen -> String # showList :: [OpenHorseScreen] -> ShowS # | |||||
Eq OpenHorseScreen Source # | |||||
Defined in M.V769.P Methods (==) :: OpenHorseScreen -> OpenHorseScreen -> Bool # (/=) :: OpenHorseScreen -> OpenHorseScreen -> Bool # | |||||
Pack OpenHorseScreen Source # | |||||
Unpack OpenHorseScreen Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r OpenHorseScreen Source # | |||||
type Rep OpenHorseScreen Source # | |||||
Defined in M.V769.P type Rep OpenHorseScreen = D1 ('MetaData "OpenHorseScreen" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "OpenHorseScreen" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: (S1 ('MetaSel ('Just "slotcount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data GameEvent__ Source #
Constructors
GameEvent__ | |
Instances
Generic GameEvent__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack GameEvent__ Source # | |||||
Unpack GameEvent__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r GameEvent__ Source # | |||||
type Rep GameEvent__ Source # | |||||
Defined in M.V769.P type Rep GameEvent__ = D1 ('MetaData "GameEvent__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "GameEvent__" 'PrefixI 'True) (S1 ('MetaSel ('Just "event__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))) |
Instances
NFData GameEvent Source # | |||||
Generic GameEvent Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show GameEvent Source # | |||||
Eq GameEvent Source # | |||||
Pack GameEvent Source # | |||||
Unpack GameEvent Source # | |||||
type Rep GameEvent Source # | |||||
Defined in M.V769.P type Rep GameEvent = D1 ('MetaData "GameEvent" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "GameEvent" 'PrefixI 'True) (S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float))) |
data UnloadChunk Source #
Constructors
UnloadChunk | |
Instances
NFData UnloadChunk Source # | |||||
Defined in M.V769.P Methods rnf :: UnloadChunk -> () # | |||||
Generic UnloadChunk Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show UnloadChunk Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> UnloadChunk -> ShowS # show :: UnloadChunk -> String # showList :: [UnloadChunk] -> ShowS # | |||||
Eq UnloadChunk Source # | |||||
Defined in M.V769.P | |||||
Pack UnloadChunk Source # | |||||
Unpack UnloadChunk Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UnloadChunk Source # | |||||
type Rep UnloadChunk Source # | |||||
Defined in M.V769.P type Rep UnloadChunk = D1 ('MetaData "UnloadChunk" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UnloadChunk" 'PrefixI 'True) (S1 ('MetaSel ('Just "chunkx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "chunkz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
Constructors
Explosion | |
Fields
|
Instances
NFData Explosion Source # | |||||
Generic Explosion Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show Explosion Source # | |||||
Eq Explosion Source # | |||||
Pack Explosion Source # | |||||
Unpack Explosion Source # | |||||
type Rep Explosion Source # | |||||
Defined in M.V769.P type Rep Explosion = D1 ('MetaData "Explosion" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Explosion" 'PrefixI 'True) ((S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Float)) :*: S1 ('MetaSel ('Just "radius") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float)) :*: (S1 ('MetaSel ('Just "affectedblocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Position)) :*: S1 ('MetaSel ('Just "playermotion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Float))))) |
data TeleportEntity__ Source #
Constructors
TeleportEntity__ | |
Fields
|
Instances
Generic TeleportEntity__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: TeleportEntity__ -> Rep TeleportEntity__ x # to :: Rep TeleportEntity__ x -> TeleportEntity__ # | |||||
Pack TeleportEntity__ Source # | |||||
Unpack TeleportEntity__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r TeleportEntity__ Source # | |||||
type Rep TeleportEntity__ Source # | |||||
Defined in M.V769.P type Rep TeleportEntity__ = D1 ('MetaData "TeleportEntity__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "TeleportEntity__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double))) :*: (S1 ('MetaSel ('Just "rotation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Int8Angle)) :*: S1 ('MetaSel ('Just "onground__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data TeleportEntity Source #
Constructors
TeleportEntity | |
Instances
NFData TeleportEntity Source # | |||||
Defined in M.V769.P Methods rnf :: TeleportEntity -> () # | |||||
Generic TeleportEntity Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: TeleportEntity -> Rep TeleportEntity x # to :: Rep TeleportEntity x -> TeleportEntity # | |||||
Show TeleportEntity Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> TeleportEntity -> ShowS # show :: TeleportEntity -> String # showList :: [TeleportEntity] -> ShowS # | |||||
Eq TeleportEntity Source # | |||||
Defined in M.V769.P Methods (==) :: TeleportEntity -> TeleportEntity -> Bool # (/=) :: TeleportEntity -> TeleportEntity -> Bool # | |||||
Pack TeleportEntity Source # | |||||
Unpack TeleportEntity Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r TeleportEntity Source # | |||||
type Rep TeleportEntity Source # | |||||
Defined in M.V769.P type Rep TeleportEntity = D1 ('MetaData "TeleportEntity" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "TeleportEntity" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double))) :*: (S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Int8)) :*: S1 ('MetaSel ('Just "onground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |
data EntityEvent__ Source #
Constructors
EntityEvent__ | |
Fields
|
Instances
Generic EntityEvent__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack EntityEvent__ Source # | |||||
Unpack EntityEvent__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EntityEvent__ Source # | |||||
type Rep EntityEvent__ Source # | |||||
Defined in M.V769.P type Rep EntityEvent__ = D1 ('MetaData "EntityEvent__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EntityEvent__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "event__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data EntityEvent Source #
Constructors
EntityEvent | |
Instances
NFData EntityEvent Source # | |||||
Defined in M.V769.P Methods rnf :: EntityEvent -> () # | |||||
Generic EntityEvent Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show EntityEvent Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> EntityEvent -> ShowS # show :: EntityEvent -> String # showList :: [EntityEvent] -> ShowS # | |||||
Eq EntityEvent Source # | |||||
Defined in M.V769.P | |||||
Pack EntityEvent Source # | |||||
Unpack EntityEvent Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EntityEvent Source # | |||||
type Rep EntityEvent Source # | |||||
Defined in M.V769.P type Rep EntityEvent = D1 ('MetaData "EntityEvent" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EntityEvent" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data DisguisedChatMessage__ Source #
Constructors
DisguisedChatMessage__ | |
Fields |
Instances
Generic DisguisedChatMessage__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: DisguisedChatMessage__ -> Rep DisguisedChatMessage__ x # to :: Rep DisguisedChatMessage__ x -> DisguisedChatMessage__ # | |||||
Pack DisguisedChatMessage__ Source # | |||||
Unpack DisguisedChatMessage__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DisguisedChatMessage__ Source # | |||||
type Rep DisguisedChatMessage__ Source # | |||||
Defined in M.V769.P type Rep DisguisedChatMessage__ = D1 ('MetaData "DisguisedChatMessage__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DisguisedChatMessage__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent) :*: S1 ('MetaSel ('Just "chattype__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "sendername__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent) :*: S1 ('MetaSel ('Just "targetname__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe TextComponent))))) |
data DisguisedChatMessage Source #
Constructors
DisguisedChatMessage | |
Fields |
Instances
NFData DisguisedChatMessage Source # | |||||
Defined in M.V769.P Methods rnf :: DisguisedChatMessage -> () # | |||||
Generic DisguisedChatMessage Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: DisguisedChatMessage -> Rep DisguisedChatMessage x # to :: Rep DisguisedChatMessage x -> DisguisedChatMessage # | |||||
Show DisguisedChatMessage Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> DisguisedChatMessage -> ShowS # show :: DisguisedChatMessage -> String # showList :: [DisguisedChatMessage] -> ShowS # | |||||
Eq DisguisedChatMessage Source # | |||||
Defined in M.V769.P Methods (==) :: DisguisedChatMessage -> DisguisedChatMessage -> Bool # (/=) :: DisguisedChatMessage -> DisguisedChatMessage -> Bool # | |||||
Pack DisguisedChatMessage Source # | |||||
Unpack DisguisedChatMessage Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DisguisedChatMessage Source # | |||||
type Rep DisguisedChatMessage Source # | |||||
Defined in M.V769.P type Rep DisguisedChatMessage = D1 ('MetaData "DisguisedChatMessage" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DisguisedChatMessage" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent) :*: S1 ('MetaSel ('Just "chattype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "sendername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TextComponent) :*: S1 ('MetaSel ('Just "targetname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe TextComponent))))) |
data Disconnect Source #
Constructors
Disconnect | |
Instances
NFData Disconnect Source # | |||||
Defined in M.V769.P Methods rnf :: Disconnect -> () # | |||||
Generic Disconnect Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show Disconnect Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> Disconnect -> ShowS # show :: Disconnect -> String # showList :: [Disconnect] -> ShowS # | |||||
Eq Disconnect Source # | |||||
Defined in M.V769.P | |||||
Pack Disconnect Source # | |||||
Unpack Disconnect Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r Disconnect Source # | |||||
type Rep Disconnect Source # | |||||
Defined in M.V769.P type Rep Disconnect = D1 ('MetaData "Disconnect" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Disconnect" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data DeleteMessage Source #
Constructors
DeleteMessage | |
Fields
|
Instances
NFData DeleteMessage Source # | |||||
Defined in M.V769.P Methods rnf :: DeleteMessage -> () # | |||||
Generic DeleteMessage Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show DeleteMessage Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> DeleteMessage -> ShowS # show :: DeleteMessage -> String # showList :: [DeleteMessage] -> ShowS # | |||||
Eq DeleteMessage Source # | |||||
Defined in M.V769.P Methods (==) :: DeleteMessage -> DeleteMessage -> Bool # (/=) :: DeleteMessage -> DeleteMessage -> Bool # | |||||
Pack DeleteMessage Source # | |||||
Unpack DeleteMessage Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DeleteMessage Source # | |||||
type Rep DeleteMessage Source # | |||||
Defined in M.V769.P type Rep DeleteMessage = D1 ('MetaData "DeleteMessage" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DeleteMessage" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID))) |
data DebugSample__ Source #
Constructors
DebugSample__ | |
Instances
Generic DebugSample__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack DebugSample__ Source # | |||||
Unpack DebugSample__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DebugSample__ Source # | |||||
type Rep DebugSample__ Source # | |||||
Defined in M.V769.P type Rep DebugSample__ = D1 ('MetaData "DebugSample__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DebugSample__" 'PrefixI 'True) (S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data DebugSample Source #
Constructors
DebugSample | |
Fields
|
Instances
NFData DebugSample Source # | |||||
Defined in M.V769.P Methods rnf :: DebugSample -> () # | |||||
Generic DebugSample Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show DebugSample Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> DebugSample -> ShowS # show :: DebugSample -> String # showList :: [DebugSample] -> ShowS # | |||||
Eq DebugSample Source # | |||||
Defined in M.V769.P | |||||
Pack DebugSample Source # | |||||
Unpack DebugSample Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DebugSample Source # | |||||
type Rep DebugSample Source # | |||||
Defined in M.V769.P type Rep DebugSample = D1 ('MetaData "DebugSample" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DebugSample" 'PrefixI 'True) (S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data DamageEvent__ Source #
Constructors
DamageEvent__ | |
Fields
|
Instances
Generic DamageEvent__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack DamageEvent__ Source # | |||||
Unpack DamageEvent__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DamageEvent__ Source # | |||||
type Rep DamageEvent__ Source # | |||||
Defined in M.V769.P type Rep DamageEvent__ = D1 ('MetaData "DamageEvent__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DamageEvent__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "sourceid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "type___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "amount__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float)))) |
data DamageEvent Source #
Instances
NFData DamageEvent Source # | |||||
Defined in M.V769.P Methods rnf :: DamageEvent -> () # | |||||
Generic DamageEvent Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show DamageEvent Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> DamageEvent -> ShowS # show :: DamageEvent -> String # showList :: [DamageEvent] -> ShowS # | |||||
Eq DamageEvent Source # | |||||
Defined in M.V769.P | |||||
Pack DamageEvent Source # | |||||
Unpack DamageEvent Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r DamageEvent Source # | |||||
type Rep DamageEvent Source # | |||||
Defined in M.V769.P type Rep DamageEvent = D1 ('MetaData "DamageEvent" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "DamageEvent" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "sourceid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "type_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "amount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Float)))) |
data ChatSuggestions__ Source #
Constructors
ChatSuggestions__ | |
Fields
|
Instances
Generic ChatSuggestions__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChatSuggestions__ -> Rep ChatSuggestions__ x # to :: Rep ChatSuggestions__ x -> ChatSuggestions__ # | |||||
Pack ChatSuggestions__ Source # | |||||
Unpack ChatSuggestions__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChatSuggestions__ Source # | |||||
type Rep ChatSuggestions__ Source # | |||||
Defined in M.V769.P type Rep ChatSuggestions__ = D1 ('MetaData "ChatSuggestions__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChatSuggestions__" 'PrefixI 'True) (S1 ('MetaSel ('Just "id__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "suggestions__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)))) |
data ChatSuggestions Source #
Constructors
ChatSuggestions | |
Fields
|
Instances
NFData ChatSuggestions Source # | |||||
Defined in M.V769.P Methods rnf :: ChatSuggestions -> () # | |||||
Generic ChatSuggestions Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChatSuggestions -> Rep ChatSuggestions x # to :: Rep ChatSuggestions x -> ChatSuggestions # | |||||
Show ChatSuggestions Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChatSuggestions -> ShowS # show :: ChatSuggestions -> String # showList :: [ChatSuggestions] -> ShowS # | |||||
Eq ChatSuggestions Source # | |||||
Defined in M.V769.P Methods (==) :: ChatSuggestions -> ChatSuggestions -> Bool # (/=) :: ChatSuggestions -> ChatSuggestions -> Bool # | |||||
Pack ChatSuggestions Source # | |||||
Unpack ChatSuggestions Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChatSuggestions Source # | |||||
type Rep ChatSuggestions Source # | |||||
Defined in M.V769.P type Rep ChatSuggestions = D1 ('MetaData "ChatSuggestions" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChatSuggestions" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "suggestions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)))) |
data SetCooldown__ Source #
Constructors
SetCooldown__ | |
Fields
|
Instances
Generic SetCooldown__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack SetCooldown__ Source # | |||||
Unpack SetCooldown__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetCooldown__ Source # | |||||
type Rep SetCooldown__ Source # | |||||
Defined in M.V769.P type Rep SetCooldown__ = D1 ('MetaData "SetCooldown__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetCooldown__" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "cooldown__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data SetCooldown Source #
Constructors
SetCooldown | |
Instances
NFData SetCooldown Source # | |||||
Defined in M.V769.P Methods rnf :: SetCooldown -> () # | |||||
Generic SetCooldown Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SetCooldown Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetCooldown -> ShowS # show :: SetCooldown -> String # showList :: [SetCooldown] -> ShowS # | |||||
Eq SetCooldown Source # | |||||
Defined in M.V769.P | |||||
Pack SetCooldown Source # | |||||
Unpack SetCooldown Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetCooldown Source # | |||||
type Rep SetCooldown Source # | |||||
Defined in M.V769.P type Rep SetCooldown = D1 ('MetaData "SetCooldown" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetCooldown" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "cooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data CookieRequest Source #
Constructors
CookieRequest | |
Instances
NFData CookieRequest Source # | |||||
Defined in M.V769.P Methods rnf :: CookieRequest -> () # | |||||
Generic CookieRequest Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show CookieRequest Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> CookieRequest -> ShowS # show :: CookieRequest -> String # showList :: [CookieRequest] -> ShowS # | |||||
Eq CookieRequest Source # | |||||
Defined in M.V769.P Methods (==) :: CookieRequest -> CookieRequest -> Bool # (/=) :: CookieRequest -> CookieRequest -> Bool # | |||||
Pack CookieRequest Source # | |||||
Unpack CookieRequest Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CookieRequest Source # | |||||
type Rep CookieRequest Source # | |||||
Defined in M.V769.P type Rep CookieRequest = D1 ('MetaData "CookieRequest" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CookieRequest" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data SetContainerSlot__ Source #
Constructors
SetContainerSlot__ | |
Instances
Generic SetContainerSlot__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetContainerSlot__ -> Rep SetContainerSlot__ x # to :: Rep SetContainerSlot__ x -> SetContainerSlot__ # | |||||
Pack SetContainerSlot__ Source # | |||||
Unpack SetContainerSlot__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetContainerSlot__ Source # | |||||
type Rep SetContainerSlot__ Source # | |||||
Defined in M.V769.P type Rep SetContainerSlot__ = D1 ('MetaData "SetContainerSlot__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetContainerSlot__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "windowid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "stateid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "slot__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot)))) |
data SetContainerSlot Source #
Instances
NFData SetContainerSlot Source # | |||||
Defined in M.V769.P Methods rnf :: SetContainerSlot -> () # | |||||
Generic SetContainerSlot Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetContainerSlot -> Rep SetContainerSlot x # to :: Rep SetContainerSlot x -> SetContainerSlot # | |||||
Show SetContainerSlot Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetContainerSlot -> ShowS # show :: SetContainerSlot -> String # showList :: [SetContainerSlot] -> ShowS # | |||||
Eq SetContainerSlot Source # | |||||
Defined in M.V769.P Methods (==) :: SetContainerSlot -> SetContainerSlot -> Bool # (/=) :: SetContainerSlot -> SetContainerSlot -> Bool # | |||||
Pack SetContainerSlot Source # | |||||
Unpack SetContainerSlot Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetContainerSlot Source # | |||||
type Rep SetContainerSlot Source # | |||||
Defined in M.V769.P type Rep SetContainerSlot = D1 ('MetaData "SetContainerSlot" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetContainerSlot" 'PrefixI 'True) ((S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "stateid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot)))) |
data SetContainerProperty__ Source #
Constructors
SetContainerProperty__ | |
Fields
|
Instances
Generic SetContainerProperty__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetContainerProperty__ -> Rep SetContainerProperty__ x # to :: Rep SetContainerProperty__ x -> SetContainerProperty__ # | |||||
Pack SetContainerProperty__ Source # | |||||
Unpack SetContainerProperty__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetContainerProperty__ Source # | |||||
type Rep SetContainerProperty__ Source # | |||||
Defined in M.V769.P type Rep SetContainerProperty__ = D1 ('MetaData "SetContainerProperty__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetContainerProperty__" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "property__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "value__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16)))) |
data SetContainerProperty Source #
Instances
NFData SetContainerProperty Source # | |||||
Defined in M.V769.P Methods rnf :: SetContainerProperty -> () # | |||||
Generic SetContainerProperty Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetContainerProperty -> Rep SetContainerProperty x # to :: Rep SetContainerProperty x -> SetContainerProperty # | |||||
Show SetContainerProperty Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetContainerProperty -> ShowS # show :: SetContainerProperty -> String # showList :: [SetContainerProperty] -> ShowS # | |||||
Eq SetContainerProperty Source # | |||||
Defined in M.V769.P Methods (==) :: SetContainerProperty -> SetContainerProperty -> Bool # (/=) :: SetContainerProperty -> SetContainerProperty -> Bool # | |||||
Pack SetContainerProperty Source # | |||||
Unpack SetContainerProperty Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetContainerProperty Source # | |||||
type Rep SetContainerProperty Source # | |||||
Defined in M.V769.P type Rep SetContainerProperty = D1 ('MetaData "SetContainerProperty" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetContainerProperty" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "property") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16)))) |
data SetContainerContent__ Source #
Constructors
SetContainerContent__ | |
Fields
|
Instances
Generic SetContainerContent__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetContainerContent__ -> Rep SetContainerContent__ x # to :: Rep SetContainerContent__ x -> SetContainerContent__ # | |||||
Pack SetContainerContent__ Source # | |||||
Unpack SetContainerContent__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetContainerContent__ Source # | |||||
type Rep SetContainerContent__ Source # | |||||
Defined in M.V769.P type Rep SetContainerContent__ = D1 ('MetaData "SetContainerContent__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetContainerContent__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "windowid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "stateid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "slots__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Slot)) :*: S1 ('MetaSel ('Just "carrieditem__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot)))) |
data SetContainerContent Source #
Constructors
SetContainerContent | |
Instances
NFData SetContainerContent Source # | |||||
Defined in M.V769.P Methods rnf :: SetContainerContent -> () # | |||||
Generic SetContainerContent Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetContainerContent -> Rep SetContainerContent x # to :: Rep SetContainerContent x -> SetContainerContent # | |||||
Show SetContainerContent Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetContainerContent -> ShowS # show :: SetContainerContent -> String # showList :: [SetContainerContent] -> ShowS # | |||||
Eq SetContainerContent Source # | |||||
Defined in M.V769.P Methods (==) :: SetContainerContent -> SetContainerContent -> Bool # (/=) :: SetContainerContent -> SetContainerContent -> Bool # | |||||
Pack SetContainerContent Source # | |||||
Unpack SetContainerContent Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetContainerContent Source # | |||||
type Rep SetContainerContent Source # | |||||
Defined in M.V769.P type Rep SetContainerContent = D1 ('MetaData "SetContainerContent" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetContainerContent" 'PrefixI 'True) ((S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "stateid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "slots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Slot)) :*: S1 ('MetaSel ('Just "carrieditem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot)))) |
data CloseContainer__ Source #
Constructors
CloseContainer__ | |
Fields
|
Instances
Generic CloseContainer__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: CloseContainer__ -> Rep CloseContainer__ x # to :: Rep CloseContainer__ x -> CloseContainer__ # | |||||
Pack CloseContainer__ Source # | |||||
Unpack CloseContainer__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CloseContainer__ Source # | |||||
type Rep CloseContainer__ Source # | |||||
Defined in M.V769.P type Rep CloseContainer__ = D1 ('MetaData "CloseContainer__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CloseContainer__" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data CloseContainer Source #
Constructors
CloseContainer | |
Instances
NFData CloseContainer Source # | |||||
Defined in M.V769.P Methods rnf :: CloseContainer -> () # | |||||
Generic CloseContainer Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: CloseContainer -> Rep CloseContainer x # to :: Rep CloseContainer x -> CloseContainer # | |||||
Show CloseContainer Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> CloseContainer -> ShowS # show :: CloseContainer -> String # showList :: [CloseContainer] -> ShowS # | |||||
Eq CloseContainer Source # | |||||
Defined in M.V769.P Methods (==) :: CloseContainer -> CloseContainer -> Bool # (/=) :: CloseContainer -> CloseContainer -> Bool # | |||||
Pack CloseContainer Source # | |||||
Unpack CloseContainer Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CloseContainer Source # | |||||
type Rep CloseContainer Source # | |||||
Defined in M.V769.P type Rep CloseContainer = D1 ('MetaData "CloseContainer" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CloseContainer" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data Commands__ Source #
Constructors
Commands__ | |
Fields
|
Instances
Generic Commands__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack Commands__ Source # | |||||
Unpack Commands__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r Commands__ Source # | |||||
type Rep Commands__ Source # | |||||
Defined in M.V769.P type Rep Commands__ = D1 ('MetaData "Commands__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Commands__" 'PrefixI 'True) (S1 ('MetaSel ('Just "nodes__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector CommandNode)) :*: S1 ('MetaSel ('Just "rootindex__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
Constructors
Commands | |
Fields
|
Instances
NFData Commands Source # | |||||
Generic Commands Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show Commands Source # | |||||
Eq Commands Source # | |||||
Pack Commands Source # | |||||
Unpack Commands Source # | |||||
type Rep Commands Source # | |||||
Defined in M.V769.P type Rep Commands = D1 ('MetaData "Commands" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Commands" 'PrefixI 'True) (S1 ('MetaSel ('Just "nodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector CommandNode)) :*: S1 ('MetaSel ('Just "rootindex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data CommandMatch Source #
Constructors
CommandMatch | |
Fields
|
Instances
NFData CommandMatch Source # | |||||
Defined in M.V769.P Methods rnf :: CommandMatch -> () # | |||||
Generic CommandMatch Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show CommandMatch Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> CommandMatch -> ShowS # show :: CommandMatch -> String # showList :: [CommandMatch] -> ShowS # | |||||
Eq CommandMatch Source # | |||||
Defined in M.V769.P | |||||
Pack CommandMatch Source # | |||||
Unpack CommandMatch Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CommandMatch Source # | |||||
type Rep CommandMatch Source # | |||||
Defined in M.V769.P type Rep CommandMatch = D1 ('MetaData "CommandMatch" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CommandMatch" 'PrefixI 'True) (S1 ('MetaSel ('Just "match") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "tooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe TextComponent)))) |
data CommandSuggestionsResponse__ Source #
Constructors
CommandSuggestionsResponse__ | |
Instances
Generic CommandSuggestionsResponse__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack CommandSuggestionsResponse__ Source # | |||||
Unpack CommandSuggestionsResponse__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CommandSuggestionsResponse__ Source # | |||||
type Rep CommandSuggestionsResponse__ Source # | |||||
Defined in M.V769.P type Rep CommandSuggestionsResponse__ = D1 ('MetaData "CommandSuggestionsResponse__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CommandSuggestionsResponse__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "start__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)) :*: (S1 ('MetaSel ('Just "length__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "matches__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector CommandMatch))))) |
data CommandSuggestionsResponse Source #
Constructors
CommandSuggestionsResponse | |
Instances
NFData CommandSuggestionsResponse Source # | |||||
Defined in M.V769.P Methods rnf :: CommandSuggestionsResponse -> () # | |||||
Generic CommandSuggestionsResponse Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: CommandSuggestionsResponse -> Rep CommandSuggestionsResponse x # to :: Rep CommandSuggestionsResponse x -> CommandSuggestionsResponse # | |||||
Show CommandSuggestionsResponse Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> CommandSuggestionsResponse -> ShowS # show :: CommandSuggestionsResponse -> String # showList :: [CommandSuggestionsResponse] -> ShowS # | |||||
Eq CommandSuggestionsResponse Source # | |||||
Defined in M.V769.P Methods (==) :: CommandSuggestionsResponse -> CommandSuggestionsResponse -> Bool # (/=) :: CommandSuggestionsResponse -> CommandSuggestionsResponse -> Bool # | |||||
Pack CommandSuggestionsResponse Source # | |||||
Unpack CommandSuggestionsResponse Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CommandSuggestionsResponse Source # | |||||
type Rep CommandSuggestionsResponse Source # | |||||
Defined in M.V769.P type Rep CommandSuggestionsResponse = D1 ('MetaData "CommandSuggestionsResponse" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CommandSuggestionsResponse" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "start") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)) :*: (S1 ('MetaSel ('Just "length") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "matches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector CommandMatch))))) |
data ClearTitles Source #
Constructors
ClearTitles | |
Instances
NFData ClearTitles Source # | |||||
Defined in M.V769.P Methods rnf :: ClearTitles -> () # | |||||
Generic ClearTitles Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show ClearTitles Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ClearTitles -> ShowS # show :: ClearTitles -> String # showList :: [ClearTitles] -> ShowS # | |||||
Eq ClearTitles Source # | |||||
Defined in M.V769.P | |||||
Pack ClearTitles Source # | |||||
Unpack ClearTitles Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClearTitles Source # | |||||
type Rep ClearTitles Source # | |||||
Defined in M.V769.P type Rep ClearTitles = D1 ('MetaData "ClearTitles" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClearTitles" 'PrefixI 'True) (S1 ('MetaSel ('Just "reset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) |
data ChunkBiomes Source #
Instances
NFData ChunkBiomes Source # | |||||
Defined in M.V769.P Methods rnf :: ChunkBiomes -> () # | |||||
Generic ChunkBiomes Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show ChunkBiomes Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChunkBiomes -> ShowS # show :: ChunkBiomes -> String # showList :: [ChunkBiomes] -> ShowS # | |||||
Eq ChunkBiomes Source # | |||||
Defined in M.V769.P | |||||
Pack ChunkBiomes Source # | |||||
Unpack ChunkBiomes Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChunkBiomes Source # | |||||
type Rep ChunkBiomes Source # | |||||
Defined in M.V769.P type Rep ChunkBiomes = D1 ('MetaData "ChunkBiomes" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChunkBiomes" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "z") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ChunkData)))) |
data ChunkBatchStarted Source #
Constructors
ChunkBatchStarted |
Instances
NFData ChunkBatchStarted Source # | |||||
Defined in M.V769.P Methods rnf :: ChunkBatchStarted -> () # | |||||
Generic ChunkBatchStarted Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChunkBatchStarted -> Rep ChunkBatchStarted x # to :: Rep ChunkBatchStarted x -> ChunkBatchStarted # | |||||
Show ChunkBatchStarted Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChunkBatchStarted -> ShowS # show :: ChunkBatchStarted -> String # showList :: [ChunkBatchStarted] -> ShowS # | |||||
Eq ChunkBatchStarted Source # | |||||
Defined in M.V769.P Methods (==) :: ChunkBatchStarted -> ChunkBatchStarted -> Bool # (/=) :: ChunkBatchStarted -> ChunkBatchStarted -> Bool # | |||||
Pack ChunkBatchStarted Source # | |||||
Unpack ChunkBatchStarted Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChunkBatchStarted Source # | |||||
type Rep ChunkBatchStarted Source # | |||||
data ChunkBatchFinished__ Source #
Constructors
ChunkBatchFinished__ | |
Fields |
Instances
Generic ChunkBatchFinished__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChunkBatchFinished__ -> Rep ChunkBatchFinished__ x # to :: Rep ChunkBatchFinished__ x -> ChunkBatchFinished__ # | |||||
Pack ChunkBatchFinished__ Source # | |||||
Unpack ChunkBatchFinished__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChunkBatchFinished__ Source # | |||||
type Rep ChunkBatchFinished__ Source # | |||||
Defined in M.V769.P type Rep ChunkBatchFinished__ = D1 ('MetaData "ChunkBatchFinished__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChunkBatchFinished__" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchsize__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data ChunkBatchFinished Source #
Constructors
ChunkBatchFinished | |
Instances
NFData ChunkBatchFinished Source # | |||||
Defined in M.V769.P Methods rnf :: ChunkBatchFinished -> () # | |||||
Generic ChunkBatchFinished Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChunkBatchFinished -> Rep ChunkBatchFinished x # to :: Rep ChunkBatchFinished x -> ChunkBatchFinished # | |||||
Show ChunkBatchFinished Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChunkBatchFinished -> ShowS # show :: ChunkBatchFinished -> String # showList :: [ChunkBatchFinished] -> ShowS # | |||||
Eq ChunkBatchFinished Source # | |||||
Defined in M.V769.P Methods (==) :: ChunkBatchFinished -> ChunkBatchFinished -> Bool # (/=) :: ChunkBatchFinished -> ChunkBatchFinished -> Bool # | |||||
Pack ChunkBatchFinished Source # | |||||
Unpack ChunkBatchFinished Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChunkBatchFinished Source # | |||||
type Rep ChunkBatchFinished Source # | |||||
Defined in M.V769.P type Rep ChunkBatchFinished = D1 ('MetaData "ChunkBatchFinished" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChunkBatchFinished" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchsize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data ChangeDifficulty Source #
Constructors
ChangeDifficulty | |
Fields
|
Instances
NFData ChangeDifficulty Source # | |||||
Defined in M.V769.P Methods rnf :: ChangeDifficulty -> () # | |||||
Generic ChangeDifficulty Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: ChangeDifficulty -> Rep ChangeDifficulty x # to :: Rep ChangeDifficulty x -> ChangeDifficulty # | |||||
Show ChangeDifficulty Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> ChangeDifficulty -> ShowS # show :: ChangeDifficulty -> String # showList :: [ChangeDifficulty] -> ShowS # | |||||
Eq ChangeDifficulty Source # | |||||
Defined in M.V769.P Methods (==) :: ChangeDifficulty -> ChangeDifficulty -> Bool # (/=) :: ChangeDifficulty -> ChangeDifficulty -> Bool # | |||||
Pack ChangeDifficulty Source # | |||||
Unpack ChangeDifficulty Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ChangeDifficulty Source # | |||||
type Rep ChangeDifficulty Source # | |||||
Defined in M.V769.P type Rep ChangeDifficulty = D1 ('MetaData "ChangeDifficulty" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ChangeDifficulty" 'PrefixI 'True) (S1 ('MetaSel ('Just "difficulty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "locked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) |
Constructors
BossBar | |
Fields
|
Instances
NFData BossBar Source # | |||||
Generic BossBar Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show BossBar Source # | |||||
Eq BossBar Source # | |||||
Pack BossBar Source # | |||||
Unpack BossBar Source # | |||||
type Rep BossBar Source # | |||||
Defined in M.V769.P type Rep BossBar = D1 ('MetaData "BossBar" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BossBar" 'PrefixI 'True) (S1 ('MetaSel ('Just "uuid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BossBarAction))) |
data BlockUpdate__ Source #
Constructors
BlockUpdate__ | |
Fields
|
Instances
Generic BlockUpdate__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack BlockUpdate__ Source # | |||||
Unpack BlockUpdate__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BlockUpdate__ Source # | |||||
type Rep BlockUpdate__ Source # | |||||
Defined in M.V769.P type Rep BlockUpdate__ = D1 ('MetaData "BlockUpdate__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BlockUpdate__" 'PrefixI 'True) (S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "blockid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data BlockUpdate Source #
Constructors
BlockUpdate | |
Instances
NFData BlockUpdate Source # | |||||
Defined in M.V769.P Methods rnf :: BlockUpdate -> () # | |||||
Generic BlockUpdate Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show BlockUpdate Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> BlockUpdate -> ShowS # show :: BlockUpdate -> String # showList :: [BlockUpdate] -> ShowS # | |||||
Eq BlockUpdate Source # | |||||
Defined in M.V769.P | |||||
Pack BlockUpdate Source # | |||||
Unpack BlockUpdate Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BlockUpdate Source # | |||||
type Rep BlockUpdate Source # | |||||
Defined in M.V769.P type Rep BlockUpdate = D1 ('MetaData "BlockUpdate" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BlockUpdate" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "blockid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data BlockAction__ Source #
Constructors
BlockAction__ | |
Fields
|
Instances
Generic BlockAction__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack BlockAction__ Source # | |||||
Unpack BlockAction__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BlockAction__ Source # | |||||
type Rep BlockAction__ Source # | |||||
Defined in M.V769.P type Rep BlockAction__ = D1 ('MetaData "BlockAction__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BlockAction__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "actionid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "actionparam__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "blocktype__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data BlockAction Source #
Constructors
BlockAction | |
Instances
NFData BlockAction Source # | |||||
Defined in M.V769.P Methods rnf :: BlockAction -> () # | |||||
Generic BlockAction Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show BlockAction Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> BlockAction -> ShowS # show :: BlockAction -> String # showList :: [BlockAction] -> ShowS # | |||||
Eq BlockAction Source # | |||||
Defined in M.V769.P | |||||
Pack BlockAction Source # | |||||
Unpack BlockAction Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BlockAction Source # | |||||
type Rep BlockAction Source # | |||||
Defined in M.V769.P type Rep BlockAction = D1 ('MetaData "BlockAction" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BlockAction" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "actionid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)) :*: (S1 ('MetaSel ('Just "actionparam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8) :*: S1 ('MetaSel ('Just "blocktype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data BlockEntityData__ Source #
Constructors
BlockEntityData__ | |
Instances
Generic BlockEntityData__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: BlockEntityData__ -> Rep BlockEntityData__ x # to :: Rep BlockEntityData__ x -> BlockEntityData__ # | |||||
Pack BlockEntityData__ Source # | |||||
Unpack BlockEntityData__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BlockEntityData__ Source # | |||||
type Rep BlockEntityData__ Source # | |||||
Defined in M.V769.P type Rep BlockEntityData__ = D1 ('MetaData "BlockEntityData__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BlockEntityData__" 'PrefixI 'True) (S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: (S1 ('MetaSel ('Just "type___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Tg)))) |
data BlockEntityData Source #
Instances
NFData BlockEntityData Source # | |||||
Defined in M.V769.P Methods rnf :: BlockEntityData -> () # | |||||
Generic BlockEntityData Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: BlockEntityData -> Rep BlockEntityData x # to :: Rep BlockEntityData x -> BlockEntityData # | |||||
Show BlockEntityData Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> BlockEntityData -> ShowS # show :: BlockEntityData -> String # showList :: [BlockEntityData] -> ShowS # | |||||
Eq BlockEntityData Source # | |||||
Defined in M.V769.P Methods (==) :: BlockEntityData -> BlockEntityData -> Bool # (/=) :: BlockEntityData -> BlockEntityData -> Bool # | |||||
Pack BlockEntityData Source # | |||||
Unpack BlockEntityData Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BlockEntityData Source # | |||||
type Rep BlockEntityData Source # | |||||
Defined in M.V769.P type Rep BlockEntityData = D1 ('MetaData "BlockEntityData" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "BlockEntityData" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: (S1 ('MetaSel ('Just "type_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Tg)))) |
data SetBlockDestroyStage__ Source #
Constructors
SetBlockDestroyStage__ | |
Fields
|
Instances
Generic SetBlockDestroyStage__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBlockDestroyStage__ -> Rep SetBlockDestroyStage__ x # to :: Rep SetBlockDestroyStage__ x -> SetBlockDestroyStage__ # | |||||
Pack SetBlockDestroyStage__ Source # | |||||
Unpack SetBlockDestroyStage__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBlockDestroyStage__ Source # | |||||
type Rep SetBlockDestroyStage__ Source # | |||||
Defined in M.V769.P type Rep SetBlockDestroyStage__ = D1 ('MetaData "SetBlockDestroyStage__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBlockDestroyStage__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "location__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "destroystage__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))) |
data SetBlockDestroyStage Source #
Constructors
SetBlockDestroyStage | |
Instances
NFData SetBlockDestroyStage Source # | |||||
Defined in M.V769.P Methods rnf :: SetBlockDestroyStage -> () # | |||||
Generic SetBlockDestroyStage Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SetBlockDestroyStage -> Rep SetBlockDestroyStage x # to :: Rep SetBlockDestroyStage x -> SetBlockDestroyStage # | |||||
Show SetBlockDestroyStage Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SetBlockDestroyStage -> ShowS # show :: SetBlockDestroyStage -> String # showList :: [SetBlockDestroyStage] -> ShowS # | |||||
Eq SetBlockDestroyStage Source # | |||||
Defined in M.V769.P Methods (==) :: SetBlockDestroyStage -> SetBlockDestroyStage -> Bool # (/=) :: SetBlockDestroyStage -> SetBlockDestroyStage -> Bool # | |||||
Pack SetBlockDestroyStage Source # | |||||
Unpack SetBlockDestroyStage Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SetBlockDestroyStage Source # | |||||
type Rep SetBlockDestroyStage Source # | |||||
Defined in M.V769.P type Rep SetBlockDestroyStage = D1 ('MetaData "SetBlockDestroyStage" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SetBlockDestroyStage" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Position) :*: S1 ('MetaSel ('Just "destroystage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))) |
data AcknowledgeBlockChange__ Source #
Constructors
AcknowledgeBlockChange__ | |
Fields
|
Instances
Generic AcknowledgeBlockChange__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: AcknowledgeBlockChange__ -> Rep AcknowledgeBlockChange__ x # to :: Rep AcknowledgeBlockChange__ x -> AcknowledgeBlockChange__ # | |||||
Pack AcknowledgeBlockChange__ Source # | |||||
Unpack AcknowledgeBlockChange__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AcknowledgeBlockChange__ Source # | |||||
type Rep AcknowledgeBlockChange__ Source # | |||||
Defined in M.V769.P type Rep AcknowledgeBlockChange__ = D1 ('MetaData "AcknowledgeBlockChange__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "AcknowledgeBlockChange__" 'PrefixI 'True) (S1 ('MetaSel ('Just "sequence__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) |
data AcknowledgeBlockChange Source #
Constructors
AcknowledgeBlockChange | |
Instances
NFData AcknowledgeBlockChange Source # | |||||
Defined in M.V769.P Methods rnf :: AcknowledgeBlockChange -> () # | |||||
Generic AcknowledgeBlockChange Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: AcknowledgeBlockChange -> Rep AcknowledgeBlockChange x # to :: Rep AcknowledgeBlockChange x -> AcknowledgeBlockChange # | |||||
Show AcknowledgeBlockChange Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> AcknowledgeBlockChange -> ShowS # show :: AcknowledgeBlockChange -> String # showList :: [AcknowledgeBlockChange] -> ShowS # | |||||
Eq AcknowledgeBlockChange Source # | |||||
Defined in M.V769.P Methods (==) :: AcknowledgeBlockChange -> AcknowledgeBlockChange -> Bool # (/=) :: AcknowledgeBlockChange -> AcknowledgeBlockChange -> Bool # | |||||
Pack AcknowledgeBlockChange Source # | |||||
Unpack AcknowledgeBlockChange Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AcknowledgeBlockChange Source # | |||||
type Rep AcknowledgeBlockChange Source # | |||||
Defined in M.V769.P type Rep AcknowledgeBlockChange = D1 ('MetaData "AcknowledgeBlockChange" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "AcknowledgeBlockChange" 'PrefixI 'True) (S1 ('MetaSel ('Just "sequence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) |
data AwardStatistics_Entry__ Source #
Constructors
AwardStatistics_Entry__ | |
Fields
|
Instances
Generic AwardStatistics_Entry__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: AwardStatistics_Entry__ -> Rep AwardStatistics_Entry__ x # to :: Rep AwardStatistics_Entry__ x -> AwardStatistics_Entry__ # | |||||
Pack AwardStatistics_Entry__ Source # | |||||
Unpack AwardStatistics_Entry__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AwardStatistics_Entry__ Source # | |||||
type Rep AwardStatistics_Entry__ Source # | |||||
Defined in M.V769.P type Rep AwardStatistics_Entry__ = D1 ('MetaData "AwardStatistics_Entry__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "AwardStatistics_Entry__" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "statisticid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "value__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt)))) |
data AwardStatistics_Entry Source #
Constructors
AwardStatistics_Entry | |
Fields
|
Instances
NFData AwardStatistics_Entry Source # | |||||
Defined in M.V769.P Methods rnf :: AwardStatistics_Entry -> () # | |||||
Generic AwardStatistics_Entry Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: AwardStatistics_Entry -> Rep AwardStatistics_Entry x # to :: Rep AwardStatistics_Entry x -> AwardStatistics_Entry # | |||||
Show AwardStatistics_Entry Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> AwardStatistics_Entry -> ShowS # show :: AwardStatistics_Entry -> String # showList :: [AwardStatistics_Entry] -> ShowS # | |||||
Eq AwardStatistics_Entry Source # | |||||
Defined in M.V769.P Methods (==) :: AwardStatistics_Entry -> AwardStatistics_Entry -> Bool # (/=) :: AwardStatistics_Entry -> AwardStatistics_Entry -> Bool # | |||||
Pack AwardStatistics_Entry Source # | |||||
Unpack AwardStatistics_Entry Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AwardStatistics_Entry Source # | |||||
type Rep AwardStatistics_Entry Source # | |||||
Defined in M.V769.P type Rep AwardStatistics_Entry = D1 ('MetaData "AwardStatistics_Entry" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "AwardStatistics_Entry" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "statisticid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))) |
data AwardStatistics Source #
Constructors
AwardStatistics | |
Fields
|
Instances
NFData AwardStatistics Source # | |||||
Defined in M.V769.P Methods rnf :: AwardStatistics -> () # | |||||
Generic AwardStatistics Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: AwardStatistics -> Rep AwardStatistics x # to :: Rep AwardStatistics x -> AwardStatistics # | |||||
Show AwardStatistics Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> AwardStatistics -> ShowS # show :: AwardStatistics -> String # showList :: [AwardStatistics] -> ShowS # | |||||
Eq AwardStatistics Source # | |||||
Defined in M.V769.P Methods (==) :: AwardStatistics -> AwardStatistics -> Bool # (/=) :: AwardStatistics -> AwardStatistics -> Bool # | |||||
Pack AwardStatistics Source # | |||||
Unpack AwardStatistics Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AwardStatistics Source # | |||||
type Rep AwardStatistics Source # | |||||
Defined in M.V769.P type Rep AwardStatistics = D1 ('MetaData "AwardStatistics" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "AwardStatistics" 'PrefixI 'True) (S1 ('MetaSel ('Just "stats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector AwardStatistics_Entry)))) |
data EntityAnimation__ Source #
Constructors
EntityAnimation__ | |
Fields
|
Instances
Generic EntityAnimation__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: EntityAnimation__ -> Rep EntityAnimation__ x # to :: Rep EntityAnimation__ x -> EntityAnimation__ # | |||||
Pack EntityAnimation__ Source # | |||||
Unpack EntityAnimation__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EntityAnimation__ Source # | |||||
type Rep EntityAnimation__ Source # | |||||
Defined in M.V769.P type Rep EntityAnimation__ = D1 ('MetaData "EntityAnimation__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EntityAnimation__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "animation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data EntityAnimation Source #
Constructors
EntityAnimation | |
Instances
NFData EntityAnimation Source # | |||||
Defined in M.V769.P Methods rnf :: EntityAnimation -> () # | |||||
Generic EntityAnimation Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: EntityAnimation -> Rep EntityAnimation x # to :: Rep EntityAnimation x -> EntityAnimation # | |||||
Show EntityAnimation Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> EntityAnimation -> ShowS # show :: EntityAnimation -> String # showList :: [EntityAnimation] -> ShowS # | |||||
Eq EntityAnimation Source # | |||||
Defined in M.V769.P Methods (==) :: EntityAnimation -> EntityAnimation -> Bool # (/=) :: EntityAnimation -> EntityAnimation -> Bool # | |||||
Pack EntityAnimation Source # | |||||
Unpack EntityAnimation Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r EntityAnimation Source # | |||||
type Rep EntityAnimation Source # | |||||
Defined in M.V769.P type Rep EntityAnimation = D1 ('MetaData "EntityAnimation" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "EntityAnimation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "animation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8))) |
data SpawnExperienceOrb__ Source #
Constructors
SpawnExperienceOrb__ | |
Fields
|
Instances
Generic SpawnExperienceOrb__ Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SpawnExperienceOrb__ -> Rep SpawnExperienceOrb__ x # to :: Rep SpawnExperienceOrb__ x -> SpawnExperienceOrb__ # | |||||
Pack SpawnExperienceOrb__ Source # | |||||
Unpack SpawnExperienceOrb__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SpawnExperienceOrb__ Source # | |||||
type Rep SpawnExperienceOrb__ Source # | |||||
Defined in M.V769.P type Rep SpawnExperienceOrb__ = D1 ('MetaData "SpawnExperienceOrb__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SpawnExperienceOrb__" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "count__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16)))) |
data SpawnExperienceOrb Source #
Instances
NFData SpawnExperienceOrb Source # | |||||
Defined in M.V769.P Methods rnf :: SpawnExperienceOrb -> () # | |||||
Generic SpawnExperienceOrb Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: SpawnExperienceOrb -> Rep SpawnExperienceOrb x # to :: Rep SpawnExperienceOrb x -> SpawnExperienceOrb # | |||||
Show SpawnExperienceOrb Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SpawnExperienceOrb -> ShowS # show :: SpawnExperienceOrb -> String # showList :: [SpawnExperienceOrb] -> ShowS # | |||||
Eq SpawnExperienceOrb Source # | |||||
Defined in M.V769.P Methods (==) :: SpawnExperienceOrb -> SpawnExperienceOrb -> Bool # (/=) :: SpawnExperienceOrb -> SpawnExperienceOrb -> Bool # | |||||
Pack SpawnExperienceOrb Source # | |||||
Unpack SpawnExperienceOrb Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SpawnExperienceOrb Source # | |||||
type Rep SpawnExperienceOrb Source # | |||||
Defined in M.V769.P type Rep SpawnExperienceOrb = D1 ('MetaData "SpawnExperienceOrb" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SpawnExperienceOrb" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int16)))) |
data SpawnEntity__ Source #
Constructors
SpawnEntity__ | |
Fields
|
Instances
Generic SpawnEntity__ Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Pack SpawnEntity__ Source # | |||||
Unpack SpawnEntity__ Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SpawnEntity__ Source # | |||||
type Rep SpawnEntity__ Source # | |||||
Defined in M.V769.P type Rep SpawnEntity__ = D1 ('MetaData "SpawnEntity__" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SpawnEntity__" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: (S1 ('MetaSel ('Just "entityuuid__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID) :*: S1 ('MetaSel ('Just "type___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt))) :*: ((S1 ('MetaSel ('Just "position__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Int8Angle))) :*: (S1 ('MetaSel ('Just "data___") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VarInt) :*: S1 ('MetaSel ('Just "velocity__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 (Fixed' Int16 SetEntityVelocityRes Double))))))) |
data SpawnEntity Source #
Constructors
SpawnEntity | |
Instances
NFData SpawnEntity Source # | |||||
Defined in M.V769.P Methods rnf :: SpawnEntity -> () # | |||||
Generic SpawnEntity Source # | |||||
Defined in M.V769.P Associated Types
| |||||
Show SpawnEntity Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> SpawnEntity -> ShowS # show :: SpawnEntity -> String # showList :: [SpawnEntity] -> ShowS # | |||||
Eq SpawnEntity Source # | |||||
Defined in M.V769.P | |||||
Pack SpawnEntity Source # | |||||
Unpack SpawnEntity Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r SpawnEntity Source # | |||||
type Rep SpawnEntity Source # | |||||
Defined in M.V769.P type Rep SpawnEntity = D1 ('MetaData "SpawnEntity" "M.V769.P" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "SpawnEntity" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: (S1 ('MetaSel ('Just "entityuuid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID) :*: S1 ('MetaSel ('Just "type_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32))) :*: ((S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)) :*: S1 ('MetaSel ('Just "rotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V2 Int8))) :*: (S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "velocity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (V3 Double)))))) |
data BundleDelimiter Source #
Constructors
BundleDelimiter |
Instances
NFData BundleDelimiter Source # | |||||
Defined in M.V769.P Methods rnf :: BundleDelimiter -> () # | |||||
Generic BundleDelimiter Source # | |||||
Defined in M.V769.P Associated Types
Methods from :: BundleDelimiter -> Rep BundleDelimiter x # to :: Rep BundleDelimiter x -> BundleDelimiter # | |||||
Show BundleDelimiter Source # | |||||
Defined in M.V769.P Methods showsPrec :: Int -> BundleDelimiter -> ShowS # show :: BundleDelimiter -> String # showList :: [BundleDelimiter] -> ShowS # | |||||
Eq BundleDelimiter Source # | |||||
Defined in M.V769.P Methods (==) :: BundleDelimiter -> BundleDelimiter -> Bool # (/=) :: BundleDelimiter -> BundleDelimiter -> Bool # | |||||
Pack BundleDelimiter Source # | |||||
Unpack BundleDelimiter Source # | |||||
Defined in M.V769.P Methods unpack :: forall (st :: ZeroBitType) r. Parser st r BundleDelimiter Source # | |||||
type Rep BundleDelimiter Source # | |||||