@@ -0,0 +1,19 @@
|
||||
declare namespace org {
|
||||
namespace spongepowered {
|
||||
namespace api {
|
||||
namespace block {
|
||||
namespace tileentity {
|
||||
// @ts-ignore
|
||||
interface EndGateway extends org.spongepowered.api.block.tileentity.TileEntity {
|
||||
/**
|
||||
* Gets a copy of the {@link EndGatewayData} containing all available
|
||||
* data this {@link EndGateway} has.
|
||||
*/
|
||||
// @ts-ignore
|
||||
getEndGatewayData(): org.spongepowered.api.data.manipulator.mutable.tileentity.EndGatewayData;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user