Minor comment and formatting cleanup

This commit is contained in:
2021-10-09 03:57:24 +02:00
parent 336c3c4bfb
commit f87ffc906c
8 changed files with 25 additions and 18 deletions

View File

@ -30,7 +30,7 @@ public class Gate {
private final Material portalClosedBlock;
private final Material portalButton;
// Economy information
//Economy information
private final int useCost;
private final int createCost;
private final int destroyCost;

View File

@ -513,7 +513,7 @@ public class Portal {
/**
* Adjusts the rotation of the player to face out from the portal
*
* @param exit <p>The location the player will exit from</p>
* @param exit <p>The location the player will exit from</p>
*/
private void adjustRotation(Location exit) {
int adjust = 0;

View File

@ -1,5 +1,8 @@
package net.knarcraft.stargate.portal;
/**
* Each enum value represents one option a portal can have/use
*/
public enum PortalOption {
/**