/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace zombie.iso.sprite.shapers { /** * @customConstructor WallShaperWhole.new * @ * [CLASS] zombie.iso.sprite.shapers.WallShaperWhole extends zombie.iso.sprite.shapers.WallShaper */ export class WallShaperWhole { /** zombie.iso.sprite.shapers.WallShaperWhole */ static readonly instance?: zombie.iso.sprite.shapers.WallShaperWhole; /** * Constructors: * - (Empty Constructor) */ constructor(); /** * Method Parameters: * - (Object arg0): void * - (TextureDraw arg0): void */ accept(arg0: any): void; /** * Method Parameters: * - (Consumer arg0): java.util._function_.Consumer */ andThen(arg0: java.util._function_.Consumer): java.util._function_.Consumer; /** * Method Parameters: * - (int arg0): void */ setTintColor(arg0: number): void; } } }