23 ::ll::TypedStorage<4, 4, ::ResourceDropsCause> mCause;
24 ::ll::TypedStorage<4, 4, float> mExplosionRadius;
25 ::ll::TypedStorage<8, 8, ::ItemStack const&> mUsedItem;
26 ::ll::TypedStorage<4, 12, ::BlockPos const> mBlockPos;
27 ::ll::TypedStorage<4, 4, ::DimensionType const> mDimensionType;
28 ::ll::TypedStorage<8, 8, ::IBlockSource const&> mBlockSource;
34 MCAPI ::BlockActor
const* getBlockActor()
const;
36 MCAPI ::ILevel& getLevel()
const;
38 MCAPI
int getMiningLootBonusLevel()
const;
40 MCAPI ::Random& getRandom()
const;
42 MCAPI
bool isUsingSilkTouch()
const;
48 MCAPI static ::ResourceDropsContext
51 MCAPI static ::ResourceDropsContext
56 MCAPI static ::ResourceDropsContext
Definition ResourceDropsContext.h:19