48 ::ll::TypedStorage<8, 32, ::std::string> text;
49 ::ll::TypedStorage<4, 4, int> lineLength;
86 ::ll::TypedStorage<8, 160, ::SignBlockActor::CachedLineData[4]> lineData;
87 ::ll::TypedStorage<4, 4, uint> numLines;
88 ::ll::TypedStorage<8, 32, ::std::string> filteredMessage;
89 ::ll::TypedStorage<8, 8, void const*> cachedFontCompare;
90 ::ll::TypedStorage<1, 1, bool> dirty;
91 ::ll::TypedStorage<4, 4, ::InputMode> inputMode;
92 ::ll::TypedStorage<4, 4, ::NewInteractionModel> interactionModel;
99 enum class LoadMode :
int {
107 ::ll::TypedStorage<8, 32, ::std::string> mMessage;
108 ::ll::TypedStorage<8, 32, ::std::string> mFilteredMessage;
109 ::ll::TypedStorage<8, 32, ::TextObjectRoot> mTextObjectMessage;
110 ::ll::TypedStorage<8, 224, ::SignBlockActor::CachedMessageData> mCachedMessage;
111 ::ll::TypedStorage<4, 16, ::mce::Color> mSignTextColor;
112 ::ll::TypedStorage<1, 1, bool> mGlowing;
113 ::ll::TypedStorage<1, 1, bool> mHideGlowOutline;
114 ::ll::TypedStorage<1, 1, bool> mShouldPersistFormatting;
115 ::ll::TypedStorage<8, 32, ::std::string> mLastEditXuid;
116 ::ll::TypedStorage<8, 32, ::std::string> mTextObjectString;
137 MCAPI ::std::string
const& getMessage()
const;
139 MCAPI
void load(
::CompoundTag const& tag, ::SignBlockActor::Text::LoadMode load);
145 MCAPI
void setMessage(::std::string message);
159 MCAPI static ::std::add_lvalue_reference_t<char const[]> SIGN_PERSIST_FORMATTING_TAG();
181 ::ll::TypedStorage<1, 1, bool> mIsWaitingForChangeClear;
182 ::ll::TypedStorage<8, 72, ::OpenSignPacket> mOpenSignPacket;
202 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SignBlockActor::Text>> mTextFront;
203 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SignBlockActor::Text>> mTextBack;
204 ::ll::TypedStorage<1, 1, bool> mIsWaxed;
205 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mLockedForEditingBy;
206 ::ll::TypedStorage<8, 152, ::std::optional<::SignBlockActor::OpenSignRequest>> mOpenSignRequest;
207 ::ll::TypedStorage<1, 1, bool> mIsRemoteProfanityFilterEnabled;
208 ::ll::TypedStorage<1, 1, bool> mIsLocalProfanityFilterEnabled;
234 virtual ::std::string getImmersiveReaderText(
::BlockSource& region) ;
240 virtual ::std::vector<::std::string> getUgcStrings(
::CompoundTag const& tag)
const ;
243 virtual ::std::vector<::std::string> getFilteredUgcStrings(
::CompoundTag const& tag)
const ;
246 virtual void setUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const ;
249 virtual void setFilteredUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const ;
255 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
261 virtual bool _playerCanUpdate(
::Player const& fromPlayer)
const ;
273 MCAPI ::SignTextSide getSideFacingPlayer(
::Player const& player)
const;
278 MCAPI
void setMessageForServerScripingOnly(::SignTextSide side,
::TextObjectRoot message, ::std::string ownerID);
284 MCAPI
void* $ctor(
::BlockPos const& pos, ::BlockActorType blockActorType, ::BlockActorRendererId rendererId);
304 MCAPI ::std::string $getImmersiveReaderText(
::BlockSource& region);
308 MCAPI ::std::vector<::std::string> $getUgcStrings(
::CompoundTag const& tag)
const;
310 MCAPI ::std::vector<::std::string> $getFilteredUgcStrings(
::CompoundTag const& tag)
const;
312 MCAPI
void $setUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const;
314 MCAPI
void $setFilteredUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const;
318 MCAPI ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
322 MCAPI
bool $_playerCanUpdate(
::Player const& fromPlayer)
const;
328 MCAPI
static void** $vftable();
Definition EntityContext.h:16
Definition SaveContext.h:5
Definition SignBlockActor.h:96
Definition TextObjectRoot.h:14