-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e21cb8
commit 76f5566
Showing
23 changed files
with
17 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
package org.bukkit.block; | ||
|
||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents a captured state of a creaking heart. | ||
*/ | ||
@ApiStatus.Experimental | ||
public interface CreakingHeart extends TileState { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
paper-api/src/main/java/org/bukkit/block/data/type/CreakingHeart.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
paper-api/src/main/java/org/bukkit/block/data/type/HangingMoss.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
paper-api/src/main/java/org/bukkit/entity/AbstractWindCharge.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
package org.bukkit.entity; | ||
|
||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents a Wind Charge. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
package org.bukkit.entity; | ||
|
||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents a Bogged Skeleton. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
package org.bukkit.entity; | ||
|
||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents a Breeze. Whoosh! | ||
*/ | ||
|
2 changes: 0 additions & 2 deletions
2
paper-api/src/main/java/org/bukkit/entity/BreezeWindCharge.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
package org.bukkit.entity; | ||
|
||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents a Wind Charge. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
package org.bukkit.entity; | ||
|
||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents a Creaking. | ||
*/ | ||
@ApiStatus.Experimental | ||
public interface Creaking extends Monster { | ||
|
||
} |
1 change: 0 additions & 1 deletion
1
paper-api/src/main/java/org/bukkit/entity/OminousItemSpawner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
package org.bukkit.entity; | ||
|
||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents a Wind Charge. | ||
*/ | ||
|
4 changes: 1 addition & 3 deletions
4
paper-api/src/main/java/org/bukkit/entity/boat/PaleOakBoat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
package org.bukkit.entity.boat; | ||
|
||
import org.bukkit.entity.Boat; | ||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents an pale oak boat. | ||
* Represents a pale oak boat. | ||
*/ | ||
@ApiStatus.Experimental | ||
public interface PaleOakBoat extends Boat { | ||
} |
4 changes: 1 addition & 3 deletions
4
paper-api/src/main/java/org/bukkit/entity/boat/PaleOakChestBoat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
package org.bukkit.entity.boat; | ||
|
||
import org.bukkit.entity.ChestBoat; | ||
import org.jetbrains.annotations.ApiStatus; | ||
|
||
/** | ||
* Represents an pale oak chest boat. | ||
* Represents a pale oak chest boat. | ||
*/ | ||
@ApiStatus.Experimental | ||
public interface PaleOakChestBoat extends ChestBoat { | ||
} |
2 changes: 0 additions & 2 deletions
2
paper-api/src/main/java/org/bukkit/inventory/CrafterInventory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters