20 ::ll::TypedStorage<4, 4, ::ResourceDropsCause> mCause;
21 ::ll::TypedStorage<4, 4, float> mExplosionRadius;
22 ::ll::TypedStorage<8, 8, ::ItemStack const&> mUsedItem;
23 ::ll::TypedStorage<4, 12, ::BlockPos const> mBlockPos;
24 ::ll::TypedStorage<4, 4, ::DimensionType const> mDimensionType;
25 ::ll::TypedStorage<8, 8, ::IBlockSource const&> mBlockSource;
31 MCAPI
int getMiningLootBonusLevel()
const;
33 MCAPI
bool isUsingSilkTouch()
const;
Definition ResourceDropsContext.h:16