26class Shulker :
public ::Mob {
36 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
42 virtual bool checkSpawnRules(
bool) ;
44 virtual int getArmorValue()
const ;
46 virtual void _doInitialMove() ;
48 virtual ::std::unique_ptr<::BodyControl> initBodyControl() ;
50 virtual float getShadowRadius()
const ;
52 virtual float getMaxHeadXRot() ;
54 virtual ::ActorHurtResult
57 virtual ~Shulker() =
default;
69 MCAPI
void _calculateBB();
71 MCAPI
bool _canOpenLidAt(
::BlockPos position, uchar direction)
const;
73 MCAPI
bool _getAttached()
const;
75 MCAPI
bool _isPosOccupiedByOtherShulker(
::BlockPos blockPos)
const;
77 MCAPI
bool _isValidAttach(
::BlockPos attachPos, uchar direction);
79 MCAPI
void _peekAmountTick();
81 MCAPI
bool _tryAttachingToNeighbouringFaces(
::BlockPos currentPos);
83 MCAPI
bool _trySetNewAttachPosition(
::BlockPos pos);
85 MCAPI
void _trySpawnShulker();
87 MCAPI
bool _tryTeleportSomewhere();
89 MCAPI
void postNormalTick();
123 MCAPI
bool $checkSpawnRules(
bool);
125 MCAPI
int $getArmorValue()
const;
127 MCFOLD
void $_doInitialMove();
129 MCFOLD ::std::unique_ptr<::BodyControl> $initBodyControl();
131 MCFOLD
float $getShadowRadius()
const;
133 MCFOLD
float $getMaxHeadXRot();
135 MCAPI ::ActorHurtResult $_hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite);
143 MCAPI
static void** $vftable();
Definition BodyControl.h:13
Definition EntityContext.h:16