42 ::ll::TypedStorage<4, 4, uint> mIsChild;
49 ::ll::TypedStorage<8, 8, ::BaseActorRenderContext*> mBaseActorRenderContext;
50 ::ll::TypedStorage<8, 8, ::MolangVariableMap*> mVariables;
51 ::ll::TypedStorage<8, 8, ::AnimationComponent*> mAnimationComponent;
52 ::ll::TypedStorage<8, 8, ::AnimationComponent*> mRootAnimationComponent;
53 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::DataDrivenModel>> mModel;
54 ::ll::TypedStorage<4, 4, ::ResponseParameterContext> mSourceContext;
55 ::ll::TypedStorage<8, 8, ::Actor*> mActor;
56 ::ll::TypedStorage<8, 8, ::Actor*> mOther;
57 ::ll::TypedStorage<8, 8, ::Actor*> mPlayer;
58 ::ll::TypedStorage<8, 8, ::Actor*> mTarget;
59 ::ll::TypedStorage<8, 8, ::Actor*> mParent;
60 ::ll::TypedStorage<8, 8, ::Actor*> mBaby;
61 ::ll::TypedStorage<8, 8, ::Actor*> mDamager;
62 ::ll::TypedStorage<8, 8, ::ILevel*> mLevel;
63 ::ll::TypedStorage<8, 8, ::ItemStackBase*> mItemStackBasePtr;
64 ::ll::TypedStorage<8, 8, ::Block const*> mBlock;
65 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
66 ::ll::TypedStorage<8, 8, ::BlockSource*> mBlockSource;
67 ::ll::TypedStorage<8, 8, ::ActorRenderData*> mActorRenderData;
68 ::ll::TypedStorage<8, 8, ::ParticleSystem::ParticleEmitter*> mParticleEmitter;
69 ::ll::TypedStorage<8, 8, ::IBlockWorldGenAPI*> mBlockPlacementTarget;
70 ::ll::TypedStorage<2, 2, ushort> mSubRenderLayerIndex;
71 ::ll::TypedStorage<8, 64, ::std::function<float()>> mRandomFunction;
72 ::ll::TypedStorage<4, 4, float> mCameraDistance;
73 ::ll::TypedStorage<1, 1, ::ShadowContext> mShadowContext;
74 ::ll::TypedStorage<4, 32, float[8]> mParams;
76 ::ll::TypedStorage<8, 88, ::MolangScriptArg> mThisValue;
77 ::ll::TypedStorage<8, 88, ::MolangScriptArg> mScratchValue;
79 ::ll::TypedStorage<8, 96, ::MolangScriptArg> mThisValue;
80 ::ll::TypedStorage<8, 96, ::MolangScriptArg> mScratchValue;
82 ::ll::TypedStorage<4, 4, ::RenderParams::Flags> mFlags;
83 ::ll::TypedStorage<4, 12, ::Vec3> mClickPos;
84 ::ll::TypedStorage<4, 4, ::AttachableSlotIndex> mSlotIndex;
85 ::ll::TypedStorage<1, 1, bool> mIsDitheringEnabled;
93 MCAPI RenderParams(::RenderParams&&);
95 MCAPI RenderParams(::RenderParams
const&);
97 MCAPI ::Actor* getActorTarget(::SharedTypes::Legacy::FilterSubject subject)
const;
99 MCAPI ::RenderParams& init(
104 ::std::shared_ptr<::DataDrivenModel> model,
107 bool isDitheringEnabled
110 MCAPI ::RenderParams& operator=(::RenderParams&&);
112 MCAPI ::RenderParams& operator=(::RenderParams
const&);
114 MCAPI ~RenderParams();
122 MCAPI
void* $ctor(::RenderParams&&);
124 MCAPI
void* $ctor(::RenderParams
const&);
Definition BaseActorRenderContext.h:34