Skip to content

Commit

Permalink
make portal work
Browse files Browse the repository at this point in the history
  • Loading branch information
Faithcaio committed Jun 6, 2024
1 parent 9042d48 commit ea7edd1
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/main/java/org/spongepowered/api/world/portal/PortalLogic.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ static Factory factory() {
// TODO found/generated portal block from TwoDimensionalPortal

/**
* TODO can we keep this?
* Teleports an {@link Entity} through this {@link PortalLogic portal}.
*
* <p>The location is meant to be a hint and no expectation should be made that the portal
Expand Down Expand Up @@ -98,36 +97,13 @@ interface Factory {
*/
PortalLogic netherPortal();

/**
* The vanilla nether portal finder.
* <p>Searches only for existing nether portals.</p>
*
* @return the portal finder.
*/
PortalFinder netherPortalFinder();

/**
* Generates nothing.
*
* @return the no op portal generator
*/
PortalFinder noOpFinder();

/**
* Generates a vanilla nether portal.
*
* @return the portal generator
*/
PortalGenerator netherPortalGenerator();

/**
* Generates the end spawn platform
*
* @return the portal generator
*/
PortalGenerator endPortalGenerator();


/**
* Generates nothing.
*
Expand Down

0 comments on commit ea7edd1

Please sign in to comment.