feat: add sponge typings

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-25 09:55:00 +08:00
parent b8c3d0d19d
commit 7bb4d1f6a3
1928 changed files with 76288 additions and 0 deletions

View File

@ -0,0 +1,15 @@
declare namespace org {
namespace spongepowered {
namespace api {
namespace block {
namespace tileentity {
namespace carrier {
// @ts-ignore
interface Dispenser extends org.spongepowered.api.block.tileentity.carrier.TileEntityCarrier, org.spongepowered.api.entity.projectile.source.BlockProjectileSource {
}
}
}
}
}
}
}