Adds remaining missing comments to Portal
This commit is contained in:
parent
da32cf11d1
commit
504ef1b52f
@ -910,14 +910,29 @@ public class Portal {
|
|||||||
return this.id;
|
return this.id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the x modifier used by this portal
|
||||||
|
*
|
||||||
|
* @return <p>The x modifier used by this portal</p>
|
||||||
|
*/
|
||||||
public int getModX() {
|
public int getModX() {
|
||||||
return this.modX;
|
return this.modX;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the z modifier used by this portal
|
||||||
|
*
|
||||||
|
* @return <p>The z modifier used by this portal</p>
|
||||||
|
*/
|
||||||
public int getModZ() {
|
public int getModZ() {
|
||||||
return this.modZ;
|
return this.modZ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the rotation of this portal
|
||||||
|
*
|
||||||
|
* @return <p>The rotation of this portal</p>
|
||||||
|
*/
|
||||||
public float getRotX() {
|
public float getRotX() {
|
||||||
return this.rotX;
|
return this.rotX;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user