42 ::ll::TypedStorage<8, 32, ::std::string> text;
43 ::ll::TypedStorage<4, 4, int> lineLength;
80 ::ll::TypedStorage<8, 160, ::SignBlockActor::CachedLineData[4]> lineData;
81 ::ll::TypedStorage<4, 4, uint> numLines;
82 ::ll::TypedStorage<8, 32, ::std::string> filteredMessage;
83 ::ll::TypedStorage<8, 8, void const*> cachedFontCompare;
84 ::ll::TypedStorage<1, 1, bool> dirty;
85 ::ll::TypedStorage<4, 4, ::InputMode> inputMode;
86 ::ll::TypedStorage<4, 4, ::NewInteractionModel> interactionModel;
93 enum class LoadMode :
int {
101 ::ll::TypedStorage<8, 32, ::std::string> mMessage;
102 ::ll::TypedStorage<8, 32, ::std::string> mFilteredMessage;
103 ::ll::TypedStorage<8, 32, ::TextObjectRoot> mTextObjectMessage;
104 ::ll::TypedStorage<8, 224, ::SignBlockActor::CachedMessageData> mCachedMessage;
105 ::ll::TypedStorage<4, 16, ::mce::Color> mSignTextColor;
106 ::ll::TypedStorage<1, 1, bool> mGlowing;
107 ::ll::TypedStorage<1, 1, bool> mHideGlowOutline;
108 ::ll::TypedStorage<1, 1, bool> mShouldPersistFormatting;
109 ::ll::TypedStorage<8, 32, ::std::string> mLastEditXuid;
110 ::ll::TypedStorage<8, 32, ::std::string> mTextObjectString;
131 MCAPI ::std::string
const& getMessage()
const;
133 MCAPI
void load(
::CompoundTag const& tag, ::SignBlockActor::Text::LoadMode load);
139 MCAPI
void setMessage(::std::string message);
147 MCAPI static ::std::add_lvalue_reference_t<char const[]> SIGN_PERSIST_FORMATTING_TAG();
168 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SignBlockActor::Text>> mTextFront;
169 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SignBlockActor::Text>> mTextBack;
170 ::ll::TypedStorage<1, 1, bool> mIsWaxed;
171 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mLockedForEditingBy;
172 ::ll::TypedStorage<1, 1, bool> mIsRemoteProfanityFilterEnabled;
173 ::ll::TypedStorage<1, 1, bool> mIsLocalProfanityFilterEnabled;
199 virtual ::std::string getImmersiveReaderText(
::BlockSource& region) ;
205 virtual ::std::vector<::std::string> getUgcStrings(
::CompoundTag const& tag)
const ;
208 virtual ::std::vector<::std::string> getFilteredUgcStrings(
::CompoundTag const& tag)
const ;
211 virtual void setUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const ;
214 virtual void setFilteredUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const ;
217 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
223 virtual bool _playerCanUpdate(
::Player const& fromPlayer)
const ;
233 MCAPI ::SignTextSide getSideFacingPlayer(
::Player const& player)
const;
235 MCAPI
void setMessageForServerScripingOnly(::SignTextSide side, ::std::string message, ::std::string ownerID);
237 MCAPI
void setMessageForServerScripingOnly(::SignTextSide side,
::TextObjectRoot message, ::std::string ownerID);
243 MCAPI
void* $ctor(
::BlockPos const& pos, ::BlockActorType blockActorType, ::BlockActorRendererId rendererId);
263 MCAPI ::std::string $getImmersiveReaderText(
::BlockSource& region);
267 MCAPI ::std::vector<::std::string> $getUgcStrings(
::CompoundTag const& tag)
const;
269 MCAPI ::std::vector<::std::string> $getFilteredUgcStrings(
::CompoundTag const& tag)
const;
271 MCAPI
void $setUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const;
273 MCAPI
void $setFilteredUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const;
275 MCAPI ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
279 MCAPI
bool $_playerCanUpdate(
::Player const& fromPlayer)
const;
285 MCAPI
static void** $vftable();
Definition SaveContext.h:5
Definition SignBlockActor.h:90
Definition TextObjectRoot.h:14