20class JigsawBlockActor :
public ::BlockActor {
24 ::ll::TypedStorage<8, 144, ::JigsawEditorData> mCurrData;
38 virtual ::std::vector<::std::string> getUgcStrings(
::CompoundTag const&)
const ;
40 virtual void setUgcStrings(
::CompoundTag&, ::std::vector<::std::string>
const&)
const ;
44 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource& region) ;
48 virtual ~JigsawBlockActor() =
default;
54 MCAPI
explicit JigsawBlockActor(
::BlockPos const& pos);
70 MCFOLD ::std::vector<::std::string> $getUgcStrings(
::CompoundTag const&)
const;
72 MCFOLD
void $setUgcStrings(
::CompoundTag&, ::std::vector<::std::string>
const&)
const;
76 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource& region);
Definition SaveContext.h:5