ms/packages/bukkit/src/typings/org.bukkit.block.Bell.ts

10 lines
195 B
TypeScript

declare namespace org {
namespace bukkit {
namespace block {
// @ts-ignore
interface Bell extends org.bukkit.block.TileState {
}
}
}
}