Experimental annotations change
This commit is contained in:
@@ -5,7 +5,6 @@ import org.jetbrains.annotations.ApiStatus;
|
||||
/**
|
||||
* Represents a Wind Charge.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface AbstractWindCharge extends Fireball {
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,7 +5,6 @@ import org.jetbrains.annotations.ApiStatus;
|
||||
/**
|
||||
* Represents a Bogged Skeleton.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface Bogged extends AbstractSkeleton, Shearable, io.papermc.paper.entity.Shearable { // Paper - Shear API
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,6 +5,5 @@ import org.jetbrains.annotations.ApiStatus;
|
||||
/**
|
||||
* Represents a Breeze. Whoosh!
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface Breeze extends Monster {
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ import org.jetbrains.annotations.ApiStatus;
|
||||
/**
|
||||
* Represents a Wind Charge.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface BreezeWindCharge extends AbstractWindCharge {
|
||||
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ import org.jetbrains.annotations.Nullable;
|
||||
/**
|
||||
* Represents an ominous item spawner.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface OminousItemSpawner extends Entity {
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,7 +5,6 @@ import org.jetbrains.annotations.ApiStatus;
|
||||
/**
|
||||
* Represents a Wind Charge.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface WindCharge extends AbstractWindCharge {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user