|
| virtual void | write (::BinaryStream &stream) const |
| |
| virtual::MinecraftPacketIds | getId () const |
| |
| virtual::std::string | getName () const |
| |
| virtual ::Bedrock::Result< void > | _read (::ReadOnlyBinaryStream &stream) |
| |
|
MCAPI | ClientboundMapItemDataPacket (::gsl::not_null<::MapItemSavedData * > newMapItem, ::Level &level) |
| |
|
MCAPI | ClientboundMapItemDataPacket (::ActorUniqueID mapId, schar scale, ::std::vector<::std::pair<::MapItemTrackedActor::UniqueId, ::std::shared_ptr<::MapDecoration > > > const &decorations, ::buffer_span< uint > mapColors, int startX, int startY, int width, int height, ::DimensionType dimension, bool isLocked, ::BlockPos const &mapOrigin) |
| |
|
MCAPI void | applyToMap (::MapItemSavedData &map, bool resampleMap) const |
| |
|
MCAPI bool | isOfType (::ClientboundMapItemDataPacket::Type type) const |
| |
|
MCAPI void * | $ctor () |
| |
|
MCAPI void * | $ctor (::gsl::not_null<::MapItemSavedData * > newMapItem, ::Level &level) |
| |
|
MCAPI void * | $ctor (::ActorUniqueID mapId, schar scale, ::std::vector<::std::pair<::MapItemTrackedActor::UniqueId, ::std::shared_ptr<::MapDecoration > > > const &decorations, ::buffer_span< uint > mapColors, int startX, int startY, int width, int height, ::DimensionType dimension, bool isLocked, ::BlockPos const &mapOrigin) |
| |
|
MCAPI void | $dtor () |
| |
|
MCAPI void | $write (::BinaryStream &stream) const |
| |
|
MCAPI::MinecraftPacketIds | $getId () const |
| |
|
MCAPI::std::string | $getName () const |
| |
|
MCAPI ::Bedrock::Result< void > | $_read (::ReadOnlyBinaryStream &stream) |
| |
|
virtual uint64 | getMaxSize () const |
| |
|
virtual ::Bedrock::Result< void > | checkSize (uint64 packetSize, bool receiverIsServer) const |
| |
|
virtual void | writeWithSerializationMode (::BinaryStream &bitStream, ::cereal::ReflectionCtx const &reflectionCtx, ::std::optional<::SerializationMode >) const |
| |
|
virtual void | write (::BinaryStream &bitStream, ::cereal::ReflectionCtx const &reflectionCtx) const |
| |
|
virtual ::Bedrock::Result< void > | read (::ReadOnlyBinaryStream &bitStream, ::cereal::ReflectionCtx const &reflectionCtx) |
| |
|
virtual ::Bedrock::Result< void > | read (::ReadOnlyBinaryStream &bitStream) |
| |
|
virtual bool | disallowBatching () const |
| |
|
virtual bool | isValid () const |
| |
|
virtual::SerializationMode | getSerializationMode () const |
| |
|
virtual void | setSerializationMode (::SerializationMode) |
| |
|
virtual::std::string | toString () const |
| |
|
virtual ::Bedrock::Result< void > | _read (::ReadOnlyBinaryStream &bitStream, ::cereal::ReflectionCtx const &reflectionCtx) |
| |
|
MCAPI ::Bedrock::Result< void > | readNoHeader (::ReadOnlyBinaryStream &bitstream, ::cereal::ReflectionCtx const &reflectionCtx, ::SubClientId const &subid) |
| |
|
MCFOLD uint64 | $getMaxSize () const |
| |
|
MCAPI ::Bedrock::Result< void > | $checkSize (uint64 packetSize, bool receiverIsServer) const |
| |
|
MCAPI void | $writeWithSerializationMode (::BinaryStream &bitStream, ::cereal::ReflectionCtx const &reflectionCtx, ::std::optional<::SerializationMode >) const |
| |
|
MCAPI void | $write (::BinaryStream &bitStream, ::cereal::ReflectionCtx const &reflectionCtx) const |
| |
|
MCFOLD ::Bedrock::Result< void > | $read (::ReadOnlyBinaryStream &bitStream, ::cereal::ReflectionCtx const &reflectionCtx) |
| |
|
MCAPI ::Bedrock::Result< void > | $read (::ReadOnlyBinaryStream &bitStream) |
| |
|
MCFOLD bool | $disallowBatching () const |
| |
|
MCFOLD bool | $isValid () const |
| |
|
MCFOLD::SerializationMode | $getSerializationMode () const |
| |
|
MCFOLD void | $setSerializationMode (::SerializationMode) |
| |
|
MCFOLD::std::string | $toString () const |
| |
|
MCFOLD ::Bedrock::Result< void > | $_read (::ReadOnlyBinaryStream &bitStream, ::cereal::ReflectionCtx const &reflectionCtx) |
| |
|
|
::ll::TypedStorage< 8, 24, ::std::vector<::ActorUniqueID > > | mMapIds |
| |
|
::ll::TypedStorage< 1, 1, char > | mScale |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::shared_ptr<::MapDecoration > > > | mDecorations |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::MapItemTrackedActor::UniqueId > > | mUniqueIds |
| |
|
::ll::TypedStorage< 4, 4, int > | mStartX |
| |
|
::ll::TypedStorage< 4, 4, int > | mStartY |
| |
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mMapOrigin |
| |
|
::ll::TypedStorage< 1, 1, uchar > | mDimension |
| |
|
::ll::TypedStorage< 4, 4, int > | mWidth |
| |
|
::ll::TypedStorage< 4, 4, int > | mHeight |
| |
|
::ll::TypedStorage< 4, 4, ::ClientboundMapItemDataPacket::Type > | mType |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector< uint > > | mMapPixels |
| |
|
::ll::TypedStorage< 1, 1, bool > | mLocked |
| |
|
::ll::TypedStorage< 4, 4, ::PacketPriority > | mPriority |
| |
|
::ll::TypedStorage< 4, 4, ::NetworkPeer::Reliability > | mReliability |
| |
|
::ll::TypedStorage< 1, 1, ::SubClientId > | mSenderSubId |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsHandled |
| |
|
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > | mReceiveTimepoint |
| |
|
::ll::TypedStorage< 8, 8, ::IPacketHandlerDispatcher const * > | mHandler |
| |
|
::ll::TypedStorage< 4, 4, ::Compressibility > | mCompressible |
| |