14 lines
360 B
TypeScript
14 lines
360 B
TypeScript
declare namespace org {
|
|
namespace spongepowered {
|
|
namespace api {
|
|
namespace block {
|
|
namespace tileentity {
|
|
// @ts-ignore
|
|
interface DaylightDetector extends org.spongepowered.api.block.tileentity.TileEntity {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|