41 ::ll::TypedStorage<8, 32, ::std::string> text;
42 ::ll::TypedStorage<4, 4, int> lineLength;
79 ::ll::TypedStorage<8, 160, ::SignBlockActor::CachedLineData[4]> lineData;
80 ::ll::TypedStorage<4, 4, uint> numLines;
81 ::ll::TypedStorage<8, 32, ::std::string> filteredMessage;
82 ::ll::TypedStorage<8, 8, void const*> cachedFontCompare;
83 ::ll::TypedStorage<1, 1, bool> dirty;
84 ::ll::TypedStorage<4, 4, ::InputMode> inputMode;
85 ::ll::TypedStorage<4, 4, ::NewInteractionModel> interactionModel;
92 enum class LoadMode :
int {
100 ::ll::TypedStorage<8, 32, ::std::string> mMessage;
101 ::ll::TypedStorage<8, 32, ::std::string> mFilteredMessage;
102 ::ll::TypedStorage<8, 32, ::TextObjectRoot> mTextObjectMessage;
103 ::ll::TypedStorage<8, 224, ::SignBlockActor::CachedMessageData> mCachedMessage;
104 ::ll::TypedStorage<4, 16, ::mce::Color> mSignTextColor;
105 ::ll::TypedStorage<1, 1, bool> mGlowing;
106 ::ll::TypedStorage<1, 1, bool> mHideGlowOutline;
107 ::ll::TypedStorage<1, 1, bool> mShouldPersistFormatting;
108 ::ll::TypedStorage<8, 32, ::std::string> mLastEditXuid;
109 ::ll::TypedStorage<8, 32, ::std::string> mTextObjectString;
130 MCAPI ::std::string
const& getMessage()
const;
132 MCAPI
void load(
::CompoundTag const& tag, ::SignBlockActor::Text::LoadMode load);
136 MCAPI
void setEditedBy(::std::string
const& playerXuid);
140 MCAPI
void setMessage(::std::string message);
148 MCAPI static ::std::add_lvalue_reference_t<char const[]> SIGN_PERSIST_FORMATTING_TAG();
169 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SignBlockActor::Text>> mTextFront;
170 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::SignBlockActor::Text>> mTextBack;
171 ::ll::TypedStorage<1, 1, bool> mIsWaxed;
172 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mLockedForEditingBy;
173 ::ll::TypedStorage<1, 1, bool> mIsRemoteProfanityFilterEnabled;
174 ::ll::TypedStorage<1, 1, bool> mIsLocalProfanityFilterEnabled;
200 virtual ::std::string getImmersiveReaderText(
::BlockSource& region) ;
206 virtual ::std::vector<::std::string> getUgcStrings(
::CompoundTag const& tag)
const ;
209 virtual ::std::vector<::std::string> getFilteredUgcStrings(
::CompoundTag const& tag)
const ;
212 virtual void setUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const ;
215 virtual void setFilteredUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const ;
218 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
224 virtual bool _playerCanUpdate(
::Player const& fromPlayer)
const ;
234 MCAPI ::SignTextSide getSideFacingPlayer(
::Player const& player)
const;
236 MCAPI
void setMessageForServerScripingOnly(::SignTextSide side, ::std::string message, ::std::string ownerID);
238 MCAPI
void setMessageForServerScripingOnly(::SignTextSide side,
::TextObjectRoot message, ::std::string ownerID);
244 MCAPI
void* $ctor(
::BlockPos const& pos, ::BlockActorType blockActorType, ::std::string
const& typeString);
258 MCAPI ::std::string $getImmersiveReaderText(
::BlockSource& region);
262 MCAPI ::std::vector<::std::string> $getUgcStrings(
::CompoundTag const& tag)
const;
264 MCAPI ::std::vector<::std::string> $getFilteredUgcStrings(
::CompoundTag const& tag)
const;
266 MCAPI
void $setUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const;
268 MCAPI
void $setFilteredUgcStrings(
::CompoundTag& tag, ::std::vector<::std::string>
const& list)
const;
270 MCAPI ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
274 MCAPI
bool $_playerCanUpdate(
::Player const& fromPlayer)
const;
280 MCAPI
static void** $vftable();
Definition SaveContext.h:5
Definition SignBlockActor.h:89
Definition TextObjectRoot.h:14