|
CommandBlockUpdatePacket & | operator= (CommandBlockUpdatePacket const &) |
|
virtual::MinecraftPacketIds | getId () const |
|
virtual::std::string | getName () const |
|
virtual void | write (::BinaryStream &stream) const |
|
virtual ::Bedrock::Result< void > | _read (::ReadOnlyBinaryStream &stream) |
|
MCAPI | CommandBlockUpdatePacket (::CommandBlockUpdatePacket const &) |
|
MCAPI void * | $ctor (::CommandBlockUpdatePacket const &) |
|
MCAPI void | $dtor () |
|
MCAPI::MinecraftPacketIds | $getId () const |
|
MCAPI::std::string | $getName () const |
|
MCAPI void | $write (::BinaryStream &stream) const |
|
MCAPI ::Bedrock::Result< void > | $_read (::ReadOnlyBinaryStream &stream) |
|
LLAPI void | sendTo (Player const &player) const |
|
LLAPI void | sendTo (BlockPos const &pos, DimensionType dimId, optional_ref< Player const > except=std::nullopt) const |
|
LLAPI void | sendTo (Actor const &actor, optional_ref< Player const > except=std::nullopt) const |
|
LLAPI void | sendToClient (NetworkIdentifier const &identifier, ::SubClientId clientId) const |
|
LLAPI void | sendToClient (NetworkIdentifierWithSubId const &identifierWithSubId) const |
|
LLAPI void | sendToClients () const |
|
LLAPI void | sendToClients (NetworkIdentifier const &exceptId, ::SubClientId exceptSubid) 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) |
|
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< 4, 12, ::NetworkBlockPosition > | mBlockPos |
|
::ll::TypedStorage< 2, 2, ::CommandBlockMode > | mMode |
|
::ll::TypedStorage< 1, 1, bool > | mRedstoneMode |
|
::ll::TypedStorage< 1, 1, bool > | mIsConditional |
|
::ll::TypedStorage< 8, 8, ::ActorRuntimeID > | mEntityId |
|
::ll::TypedStorage< 8, 32, ::std::string > | mCommand |
|
::ll::TypedStorage< 8, 32, ::std::string > | mLastOutput |
|
::ll::TypedStorage< 8, 72, ::Bedrock::Safety::RedactableString > | mName |
|
::ll::TypedStorage< 4, 4, int > | mTickDelay |
|
::ll::TypedStorage< 1, 1, bool > | mTrackOutput |
|
::ll::TypedStorage< 1, 1, bool > | mExecuteOnFirstTick |
|
::ll::TypedStorage< 1, 1, bool > | mIsBlock |
|
::PacketPriority | mPriority |
|
::NetworkPeer::Reliability | mReliability |
|
::SubClientId | mSenderSubId |
|
bool | mIsHandled |
|
::std::chrono::steady_clock::time_point | mReceiveTimepoint |
|
::IPacketHandlerDispatcher const * | mHandler |
|
::Compressibility | mCompressible |
|