/* */ package NET.worlds.scape; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public class Mirror /* */ extends Portal /* */ { /* */ public Mirror(float w, float h) /* */ { /* 36 */ super(w, h); /* */ /* 38 */ connectTo(this); /* */ /* 40 */ this.flags |= 0x4; /* */ } /* */ /* */ /* */ public Mirror(float llx, float lly, float llz, float urx, float ury, float urz) /* */ { /* 46 */ super(llx, lly, llz, urx, ury, urz); /* */ /* 48 */ connectTo(this); /* */ /* 50 */ this.flags |= 0x4; /* */ } /* */ /* */ public Mirror(Point3Temp llc, Point3Temp urc) /* */ { /* 55 */ super(llc, urc); /* */ /* 57 */ connectTo(this); /* */ /* 59 */ this.flags |= 0x4; /* */ } /* */ /* */ /* */ /* */ /* */ public BumpCalc getBumpCalc(BumpEventTemp b) /* */ { /* 67 */ if (this.bumpCalc == null) /* 68 */ return Rect.standardPlaneBumpCalc; /* 69 */ return this.bumpCalc; /* */ } /* */ /* */ /* */ /* */ /* */ /* */ public Mirror() {} /* */ /* */ /* */ /* */ /* */ public boolean handle(BumpEventTemp b) /* */ { /* 83 */ return true; /* */ } /* */ } /* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\Mirror.class * Java compiler version: 6 (50.0) * JD-Core Version: 0.7.1 */