|
| virtual void | takePictureNow (::Player &player, ::Actor *camera, ::Actor *target) |
| |
| virtual void | use (::ItemStack &instance, ::Player &player) |
| |
| virtual void | releaseUsing (::ItemStack &instance, ::Player &player, int durationLeft) |
| |
| virtual bool | useOn (::ItemStack &instance, ::Actor &actor, ::BlockPos const &blockPos, uchar face, ::Vec3 const &) |
| |
| virtual bool | canPlace (::ItemStack const &instance, ::Actor &actor, ::BlockPos const &blockPos, uchar face) const |
| |
| virtual float | blackBarsDuration () const |
| |
| virtual float | blackBarsScreenRatio () const |
| |
| virtual float | shutterScreenRatio () const |
| |
| virtual float | shutterDuration () const |
| |
| virtual float | pictureDuration () const |
| |
| virtual float | slideAwayDuration () const |
| |
| virtual void | registerCallbacks (::CameraCallbacks *callbacks) |
| |
|
MCAPI::CameraItemComponentLegacy::UseAction | _tryPlace (::ItemStack const &instance, ::Actor &actor, ::BlockPos const &blockPos, uchar face, ::Vec3 &spawnPos) const |
| |
|
MCAPI ::std::unique_ptr<::CompoundTag > | buildNetworkTag () const |
| |
|
MCAPI void | $takePictureNow (::Player &player, ::Actor *camera, ::Actor *target) |
| |
|
MCAPI void | $use (::ItemStack &instance, ::Player &player) |
| |
|
MCAPI void | $releaseUsing (::ItemStack &instance, ::Player &player, int durationLeft) |
| |
|
MCAPI bool | $useOn (::ItemStack &instance, ::Actor &actor, ::BlockPos const &blockPos, uchar face, ::Vec3 const &) |
| |
|
MCAPI bool | $canPlace (::ItemStack const &instance, ::Actor &actor, ::BlockPos const &blockPos, uchar face) const |
| |
|
MCFOLD float | $blackBarsDuration () const |
| |
|
MCFOLD float | $blackBarsScreenRatio () const |
| |
|
MCAPI float | $shutterScreenRatio () const |
| |
|
MCFOLD float | $shutterDuration () const |
| |
|
MCAPI float | $pictureDuration () const |
| |
|
MCAPI float | $slideAwayDuration () const |
| |
|
MCAPI void | $registerCallbacks (::CameraCallbacks *callbacks) |
| |
|
|
::ll::TypedStorage< 4, 4, float > | mBlackBarsDuration |
| |
|
::ll::TypedStorage< 4, 4, float > | mBlackBarsScreenRatio |
| |
|
::ll::TypedStorage< 4, 4, float > | mShutterScreenRatio |
| |
|
::ll::TypedStorage< 4, 4, float > | mShutterDuration |
| |
|
::ll::TypedStorage< 4, 4, float > | mPictureDuration |
| |
|
::ll::TypedStorage< 4, 4, float > | mSlideAwayDuration |
| |
|
::ll::TypedStorage< 1, 1, bool > | mPlacingTripod |
| |
|
::ll::TypedStorage< 8, 8, uint64 > | mPlacingTripodClientTick |
| |
|
::ll::TypedStorage< 8, 8, uint64 > | mPlacingTripodServerTick |
| |
|
::ll::TypedStorage< 8, 8, ::CameraCallbacks * > | mCallbacks |
| |