26 ::ll::TypedStorage<8, 8, ::ILevel*> mLevel;
27 ::ll::TypedStorage<8, 64, ::std::unordered_map<::ActorUniqueID, ::ActorUniqueID>> mOldIDToNewID;
32 NewUniqueIdsDataLoadHelper() =
default;
37 virtual ::Vec3 loadPosition(
::Vec3 const& position) ;
39 virtual ::BlockPos loadBlockPosition(
::BlockPos const& blockPos) ;
41 virtual ::BlockPos loadBlockPositionOffset(
::BlockPos const& blockPosOffset) ;
43 virtual float loadRotationDegreesX(
float x) ;
45 virtual float loadRotationDegreesY(
float y) ;
47 virtual float loadRotationRadiansX(
float x) ;
49 virtual float loadRotationRadiansY(
float y) ;
51 virtual uchar loadFacingID(uchar facing) ;
53 virtual ::Vec3 loadDirection(
::Vec3 const& direction) ;
55 virtual ::Direction::Type loadDirection(::Direction::Type direction) ;
57 virtual ::Rotation loadRotation(::Rotation rotation) ;
59 virtual ::Mirror loadMirror(::Mirror mirror) ;
65 virtual ::InternalComponentRegistry::ComponentInfo
const* loadActorInternalComponentInfo(
66 ::std::unordered_map<::HashedString, ::InternalComponentRegistry::ComponentInfo>
const& registry,
67 ::std::string
const& componentName
70 virtual bool shouldResetTime() ;
72 virtual ::DataLoadHelperType getType()
const ;
78 MCAPI
explicit NewUniqueIdsDataLoadHelper(
::ILevel& level);
90 MCFOLD ::Vec3 $loadPosition(
::Vec3 const& position);
92 MCFOLD ::BlockPos $loadBlockPosition(
::BlockPos const& blockPos);
94 MCFOLD ::BlockPos $loadBlockPositionOffset(
::BlockPos const& blockPosOffset);
96 MCFOLD
float $loadRotationDegreesX(
float x);
98 MCFOLD
float $loadRotationDegreesY(
float y);
100 MCFOLD
float $loadRotationRadiansX(
float x);
102 MCFOLD
float $loadRotationRadiansY(
float y);
104 MCFOLD uchar $loadFacingID(uchar facing);
106 MCFOLD ::Vec3 $loadDirection(
::Vec3 const& direction);
108 MCFOLD ::Direction::Type $loadDirection(::Direction::Type direction);
110 MCFOLD ::Rotation $loadRotation(::Rotation rotation);
112 MCFOLD ::Mirror $loadMirror(::Mirror mirror);
118 MCFOLD ::InternalComponentRegistry::ComponentInfo
const* $loadActorInternalComponentInfo(
119 ::std::unordered_map<::HashedString, ::InternalComponentRegistry::ComponentInfo>
const& registry,
120 ::std::string
const& componentName
123 MCFOLD
bool $shouldResetTime();
125 MCFOLD ::DataLoadHelperType $getType()
const;