diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index bc84b67..b845437 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,53 +1,50 @@ - -All Classes and Interfaces (worldborderapi 1.213.0 API) + +All Classes and Interfaces (worldborderapi 1.214.0 API) - - - - - + + + + + - -
+
+ -
+

All Classes and Interfaces

@@ -124,5 +121,6 @@

All Classes and Interfaces<

+
diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html index c2bea3a..65c4673 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -1,53 +1,50 @@ - -All Packages (worldborderapi 1.213.0 API) + +All Packages (worldborderapi 1.214.0 API) - - - - - + + + + + - -
+
+ -
+

All Packages

@@ -65,5 +62,6 @@

All Packages

+
diff --git a/docs/com/github/yannicklamprecht/worldborder/api/AbstractWorldBorder.html b/docs/com/github/yannicklamprecht/worldborder/api/AbstractWorldBorder.html index c86c659..13848f3 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/AbstractWorldBorder.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/AbstractWorldBorder.html @@ -1,101 +1,93 @@ - -AbstractWorldBorder (worldborderapi 1.213.0 API) + +AbstractWorldBorder (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
+
+ -
- +
+

Class AbstractWorldBorder

-
java.lang.Object +
java.lang.Object
com.github.yannicklamprecht.worldborder.api.AbstractWorldBorder
-
All Implemented Interfaces:
IWorldBorder
@@ -106,10 +98,9 @@

Class AbstractWorldBorder
public abstract class AbstractWorldBorder -extends Object +extends Object implements IWorldBorder
Created by ysl3000
-

-

Methods inherited from class java.lang.Object

-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -236,14 +227,13 @@

Constructor Details

  • AbstractWorldBorder

    -
    public AbstractWorldBorder(ConsumerSupplierTupel<Position> center, - Supplier<Position> minSupplier, - Supplier<Position> maxSupplier, - ConsumerSupplierTupel<Double> size, - ConsumerSupplierTupel<Double> damaheBufferInBlocks, - ConsumerSupplierTupel<Integer> warningTimerInSeconds, - ConsumerSupplierTupel<Integer> warningDistanceInBlocks, + Supplier<Position> minSupplier, + Supplier<Position> maxSupplier, + ConsumerSupplierTupel<Double> size, + ConsumerSupplierTupel<Double> damaheBufferInBlocks, + ConsumerSupplierTupel<Integer> warningTimerInSeconds, + ConsumerSupplierTupel<Integer> warningDistanceInBlocks, FunctionDoubleDoubleLong lerpConsumer)
    Ctor
    @@ -257,7 +247,6 @@

    AbstractWorldBorder

    warningDistanceInBlocks - the warningDistanceInBlocks
    lerpConsumer - the lerpConsumer
    -
  • @@ -271,7 +260,6 @@

    Method Details

  • center

    -
    public Position center()
    Description copied from interface: IWorldBorder
    Returns the center position of the world border.
    @@ -281,13 +269,11 @@

    center

    Returns:
    the center position
    -
  • center

    -
    public void center(Position center)
    Description copied from interface: IWorldBorder
    Sets the center position of the world border.
    @@ -297,13 +283,11 @@

    center

    Parameters:
    center - the center position of the world border
    -
  • min

    -
    public Position min()
    Description copied from interface: IWorldBorder
    Returns the minimum position of the world border.
    @@ -313,13 +297,11 @@

    min

    Returns:
    the minimum position
    -
  • max

    -
    public Position max()
    Description copied from interface: IWorldBorder
    Returns the maximum position of the world border.
    @@ -329,13 +311,11 @@

    max

    Returns:
    the maximum position
    -
  • size

    -
    public double size()
    Description copied from interface: IWorldBorder
    Returns the size of the world border.
    @@ -345,13 +325,11 @@

    size

    Returns:
    the size of the world border as a double value
    -
  • size

    -
    public void size(double radius)
    Description copied from interface: IWorldBorder
    Sets the size of the world border.
    @@ -361,13 +339,11 @@

    size

    Parameters:
    radius - the radius of the world border
    -
  • damageBufferInBlocks

    -
    public double damageBufferInBlocks()
    Description copied from interface: IWorldBorder
    Returns the damage buffer in blocks.
    @@ -377,13 +353,11 @@

    damageBufferInBlocks

    Returns:
    the damage buffer in blocks
    -
  • damageBufferInBlocks

    -
    public void damageBufferInBlocks(double blocks)
    Description copied from interface: IWorldBorder
    Sets the damage buffer in blocks.
    @@ -393,13 +367,11 @@

    damageBufferInBlocks

    Parameters:
    blocks - the damage buffer value in blocks
    -
  • warningTimerInSeconds

    -
    public int warningTimerInSeconds()
    Description copied from interface: IWorldBorder
    Returns the warning timer in seconds.
    @@ -409,13 +381,11 @@

    warningTimerInSeconds

    Returns:
    the warning timer in seconds
    -
  • warningTimeInSeconds

    -
    public void warningTimeInSeconds(int seconds)
    Description copied from interface: IWorldBorder
    Sets the warning time in seconds for the world border.
    @@ -425,13 +395,11 @@

    warningTimeInSeconds

    Parameters:
    seconds - the warning time in seconds
    -
  • warningDistanceInBlocks

    -
    public int warningDistanceInBlocks()
    Description copied from interface: IWorldBorder
    Retrieves the warning distance in blocks for the world border.
    @@ -441,13 +409,11 @@

    warningDistanceInBlocks

    Returns:
    the warning distance in blocks
    -
  • warningDistanceInBlocks

    -
    public void warningDistanceInBlocks(int blocks)
    Description copied from interface: IWorldBorder
    Sets the warning distance in blocks for the world border.
    @@ -464,13 +430,11 @@

    warningDistanceInBlocks

    -
  • lerp

    -
    public void lerp(double oldSize, double newSize, long time)
    @@ -484,7 +448,6 @@

    lerp

    newSize - the new size of the world border
    time - the time (in milliseconds) over which to interpolate the size
    -
  • @@ -495,5 +458,6 @@

    lerp

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/ConsumerSupplierTupel.html b/docs/com/github/yannicklamprecht/worldborder/api/ConsumerSupplierTupel.html index ef3aa7a..8fc3e0c 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/ConsumerSupplierTupel.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/ConsumerSupplierTupel.html @@ -1,98 +1,95 @@ - -ConsumerSupplierTupel (worldborderapi 1.213.0 API) + +ConsumerSupplierTupel (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Record Class ConsumerSupplierTupel<T>

    -
    java.lang.Object -
    java.lang.Record +
    java.lang.Object +
    java.lang.Record
    com.github.yannicklamprecht.worldborder.api.ConsumerSupplierTupel<T>
    -
    Type Parameters:
    T - the type of data
    @@ -101,10 +98,9 @@

    Record Class Consum
    supplier - the supplier


    -
    public record ConsumerSupplierTupel<T>(Consumer<T> consumer, Supplier<T> supplier) -extends Record
    +
    public record ConsumerSupplierTupel<T>(Consumer<T> consumer, Supplier<T> supplier) +extends Record
    A tuple containing a Consumer and Supplier for a specific data type.
    -
    -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -196,16 +192,14 @@

    Constructor Details

  • ConsumerSupplierTupel

    -
    -
    public ConsumerSupplierTupel(Consumer<T> consumer, - Supplier<T> supplier)
    +
    public ConsumerSupplierTupel(Consumer<T> consumer, + Supplier<T> supplier)
    Companion ctor
    Parameters:
    consumer - the consumer
    supplier - the supplier
    -
  • @@ -219,9 +213,8 @@

    Method Details

  • of

    -
    -
    public static <T> ConsumerSupplierTupel<T> of(Consumer<T> consumer, - Supplier<T> supplier)
    +
    public static <T> ConsumerSupplierTupel<T> of(Consumer<T> consumer, + Supplier<T> supplier)
    A tuple containing a Consumer and Supplier for a specific data type.
    Type Parameters:
    @@ -232,106 +225,91 @@

    of

    Returns:
    an instance of consumer supplier tupel
    -
  • get

    -
    public T get()
    Retrieves the value from the supplier.
    Returns:
    the value retrieved from the supplier
    -
  • set

    -
    public void set(T value)
    Sets the value of the ConsumerSupplierTuple.
    Parameters:
    value - the value to set
    -
  • toString

    -
    -
    public final String toString()
    +
    public final String toString()
    Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
    Specified by:
    -
    toString in class Record
    +
    toString in class Record
    Returns:
    a string representation of this object
    -
  • hashCode

    -
    public final int hashCode()
    Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
    Specified by:
    -
    hashCode in class Record
    +
    hashCode in class Record
    Returns:
    a hash code value for this object
    -
  • equals

    -
    -
    public final boolean equals(Object o)
    -
    Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
    +
    public final boolean equals(Object o)
    +
    Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
    Specified by:
    -
    equals in class Record
    +
    equals in class Record
    Parameters:
    o - the object with which to compare
    Returns:
    true if this object is the same as the o argument; false otherwise.
    -
  • consumer

    -
    -
    public Consumer<T> consumer()
    +
    public Consumer<T> consumer()
    Returns the value of the consumer record component.
    Returns:
    the value of the consumer record component
    -
  • supplier

    -
    -
    public Supplier<T> supplier()
    +
    public Supplier<T> supplier()
    Returns the value of the supplier record component.
    Returns:
    the value of the supplier record component
    -
  • @@ -342,5 +320,6 @@

    supplier

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/FunctionDoubleDoubleLong.html b/docs/com/github/yannicklamprecht/worldborder/api/FunctionDoubleDoubleLong.html index af95543..ba5c395 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/FunctionDoubleDoubleLong.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/FunctionDoubleDoubleLong.html @@ -1,90 +1,99 @@ - -FunctionDoubleDoubleLong (worldborderapi 1.213.0 API) + +FunctionDoubleDoubleLong (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Interface FunctionDoubleDoubleLong

    -
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    -
    @FunctionalInterface +
    @FunctionalInterface public interface FunctionDoubleDoubleLong
    This functional interface represents a function that accepts two doubles and a long value and performs an operation with them.
    -
      @@ -123,7 +132,6 @@

      Method Details

    • lerp

      -
      void lerp(double oldSize, double newSize, long time)
      @@ -134,7 +142,6 @@

      lerp

      newSize - the new size of the world border
      time - the time (in milliseconds) over which to interpolate the size
      -
    @@ -145,5 +152,6 @@

    lerp

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/IWorldBorder.html b/docs/com/github/yannicklamprecht/worldborder/api/IWorldBorder.html index c01b421..67250e1 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/IWorldBorder.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/IWorldBorder.html @@ -1,105 +1,90 @@ - -IWorldBorder (worldborderapi 1.213.0 API) + +IWorldBorder (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Interface IWorldBorder

    -
    All Known Implementing Classes:
    AbstractWorldBorder, WorldBorder
    @@ -108,7 +93,6 @@

    Interface IWorldBorder

    public interface IWorldBorder
    This interface represents a world border in a 2-dimensional space. A world border is defined by its center position, size, damage buffer, warning timer, and warning distance.
    -
      @@ -273,306 +257,259 @@

      Method Details

    • getCenter

      -
      default Position getCenter()
      Returns the center position of the world border.
      Returns:
      the center position
      -
    • setCenter

      -
      default void setCenter(Position center)
      Sets the center position of the world border.
      Parameters:
      center - the center position of the world border
      -
    • getMin

      -
      default Position getMin()
      Returns the minimum position of the world border.
      Returns:
      the minimum position
      -
    • getMax

      -
      default Position getMax()
      Returns the maximum position of the world border.
      Returns:
      the maximum position
      -
    • getSize

      -
      default double getSize()
      Returns the size of the world border.
      Returns:
      the size of the world border
      -
    • setSize

      -
      default void setSize(double radius)
      Sets the size of the world border.
      Parameters:
      radius - the radius of the world border
      -
    • getDamageBufferInBlocks

      -
      default double getDamageBufferInBlocks()
      Returns the damage buffer in blocks.
      Returns:
      the damage buffer in blocks
      -
    • setDamageBufferInBlocks

      -
      default void setDamageBufferInBlocks(double blocks)
      Sets the damage buffer in blocks.
      Parameters:
      blocks - the damage buffer value in blocks
      -
    • getWarningTimerInSeconds

      -
      default int getWarningTimerInSeconds()
      Returns the warning timer in seconds.
      Returns:
      the warning timer in seconds
      -
    • setWarningTimeInSeconds

      -
      default void setWarningTimeInSeconds(int seconds)
      Sets the warning time in seconds for the world border.
      Parameters:
      seconds - the warning time in seconds
      -
    • getWarningDistanceInBlocks

      -
      default int getWarningDistanceInBlocks()
      Retrieves the warning distance in blocks for the world border.
      Returns:
      the warning distance in blocks
      -
    • setWarningDistanceInBlocks

      -
      default void setWarningDistanceInBlocks(int blocks)
      Set the warning distance in blocks for the world border.
      Parameters:
      blocks - the warning distance in blocks
      -
    • center

      -
      void center(Position center)
      Sets the center position of the world border.
      Parameters:
      center - the center position of the world border
      -
    • center

      -
      Position center()
      Returns the center position of the world border.
      Returns:
      the center position
      -
    • min

      -
      Position min()
      Returns the minimum position of the world border.
      Returns:
      the minimum position
      -
    • max

      -
      Position max()
      Returns the maximum position of the world border.
      Returns:
      the maximum position
      -
    • size

      -
      double size()
      Returns the size of the world border.
      Returns:
      the size of the world border as a double value
      -
    • size

      -
      void size(double radius)
      Sets the size of the world border.
      Parameters:
      radius - the radius of the world border
      -
    • damageBufferInBlocks

      -
      double damageBufferInBlocks()
      Returns the damage buffer in blocks.
      Returns:
      the damage buffer in blocks
      -
    • damageBufferInBlocks

      -
      void damageBufferInBlocks(double blocks)
      Sets the damage buffer in blocks.
      Parameters:
      blocks - the damage buffer value in blocks
      -
    • warningTimerInSeconds

      -
      int warningTimerInSeconds()
      Returns the warning timer in seconds.
      Returns:
      the warning timer in seconds
      -
    • warningTimeInSeconds

      -
      void warningTimeInSeconds(int seconds)
      Sets the warning time in seconds for the world border.
      Parameters:
      seconds - the warning time in seconds
      -
    • warningDistanceInBlocks

      -
      int warningDistanceInBlocks()
      Retrieves the warning distance in blocks for the world border.
      Returns:
      the warning distance in blocks
      -
    • warningDistanceInBlocks

      -
      void warningDistanceInBlocks(int blocks)
      Sets the warning distance in blocks for the world border.
      @@ -586,13 +523,11 @@

      warningDistanceInBlocks

    -
  • lerp

    -
    void lerp(double oldSize, double newSize, long time)
    @@ -603,13 +538,11 @@

    lerp

    newSize - the new size of the world border
    time - the time (in milliseconds) over which to interpolate the size
    -
  • send

    -
    void send(org.bukkit.entity.Player player, WorldBorderAction worldBorderAction)
    Sends a world border action to a player.
    @@ -618,7 +551,6 @@

    send

    player - the player to send the action to
    worldBorderAction - the world border action to send
    -
  • @@ -629,5 +561,6 @@

    send

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/PersistentWorldBorderApi.html b/docs/com/github/yannicklamprecht/worldborder/api/PersistentWorldBorderApi.html index b6b4d1b..c89aa10 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/PersistentWorldBorderApi.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/PersistentWorldBorderApi.html @@ -1,80 +1,90 @@ - -PersistentWorldBorderApi (worldborderapi 1.213.0 API) + +PersistentWorldBorderApi (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Interface PersistentWorldBorderApi

    -
    All Superinterfaces:
    WorldBorderApi
    @@ -87,7 +97,6 @@

    Interface Persisten
    public interface PersistentWorldBorderApi extends WorldBorderApi
    This interface extends WorldBorderApi and provides an additional method to retrieve WorldBorderData for a player.
    -

      @@ -127,7 +136,6 @@

      Method Details

    • getWorldBorderData

      -
      WorldBorderData getWorldBorderData(org.bukkit.entity.Player p)
      Retrieves the WorldBorderData for a player.
      @@ -136,7 +144,6 @@

      getWorldBorderData

      Returns:
      the WorldBorderData object containing the size, center coordinates, damage buffer, warning time, and warning distance of the world border
      -
    @@ -147,5 +154,6 @@

    getWorldBorderData

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/Position.html b/docs/com/github/yannicklamprecht/worldborder/api/Position.html index 450a15f..7a73481 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/Position.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/Position.html @@ -1,97 +1,95 @@ - -Position (worldborderapi 1.213.0 API) + +Position (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Record Class Position

    -
    java.lang.Object -
    java.lang.Record +
    java.lang.Object +
    java.lang.Record
    com.github.yannicklamprecht.worldborder.api.Position
    -
    Record Components:
    x - x coordinate
    @@ -99,9 +97,8 @@

    Record Class Position


    public record Position(double x, double z) -extends Record
    +extends Record
    Represents a position in a 2-dimensional space, defined by its x and z coordinates.
    -
      @@ -133,7 +130,7 @@

      Method Summary

      Method
      Description
      final boolean
      - +
      Indicates whether some other object is "equal to" this one.
      @@ -152,7 +149,7 @@

      Method Summary

      Returns a new position object based on the given vector.
      -
      final String
      +
      final String
      Returns a string representation of this record class.
      @@ -171,8 +168,8 @@

      Method Summary

    -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -187,7 +184,6 @@

    Constructor Details

  • Position

    -
    public Position(double x, double z)
    Creates an instance of a Position record class.
    @@ -196,7 +192,6 @@

    Position

    x - the value for the x record component
    z - the value for the z record component
    -
  • @@ -210,7 +205,6 @@

    Method Details

  • of

    -
    public static Position of(org.bukkit.util.Vector vector)
    Returns a new position object based on the given vector.
    @@ -219,13 +213,11 @@

    of

    Returns:
    a new Position object
    -
  • of

    -
    public static Position of(org.bukkit.Location location)
    Returns a new Position object based on the given Location.
    @@ -234,80 +226,69 @@

    of

    Returns:
    a new Position object
    -
  • toString

    -
    -
    public final String toString()
    +
    public final String toString()
    Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
    Specified by:
    -
    toString in class Record
    +
    toString in class Record
    Returns:
    a string representation of this object
    -
  • hashCode

    -
    public final int hashCode()
    Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
    Specified by:
    -
    hashCode in class Record
    +
    hashCode in class Record
    Returns:
    a hash code value for this object
    -
  • equals

    -
    -
    public final boolean equals(Object o)
    -
    Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with the compare method from their corresponding wrapper classes.
    +
    public final boolean equals(Object o)
    +
    Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
    Specified by:
    -
    equals in class Record
    +
    equals in class Record
    Parameters:
    o - the object with which to compare
    Returns:
    true if this object is the same as the o argument; false otherwise.
    -
  • x

    -
    public double x()
    Returns the value of the x record component.
    Returns:
    the value of the x record component
    -
  • z

    -
    public double z()
    Returns the value of the z record component.
    Returns:
    the value of the z record component
    -
  • @@ -318,5 +299,6 @@

    z

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderAction.html b/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderAction.html index c548749..a5f2713 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderAction.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderAction.html @@ -1,107 +1,103 @@ - -WorldBorderAction (worldborderapi 1.213.0 API) + +WorldBorderAction (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Enum Class WorldBorderAction

    -
    java.lang.Object -
    java.lang.Enum<WorldBorderAction> +
    java.lang.Object +
    java.lang.Enum<WorldBorderAction>
    com.github.yannicklamprecht.worldborder.api.WorldBorderAction
    -
    All Implemented Interfaces:
    -
    Serializable, Comparable<WorldBorderAction>, Constable
    +
    Serializable, Comparable<WorldBorderAction>, Constable

    public enum WorldBorderAction -extends Enum<WorldBorderAction>
    +extends Enum<WorldBorderAction>
    WorldBorderAction represents the different actions that can be performed on a world border.
    -
      @@ -110,8 +106,8 @@

      Enum Class WorldBorderAct

      Nested Class Summary

      -

      Nested classes/interfaces inherited from class java.lang.Enum

      -Enum.EnumDesc<E extends Enum<E>>
      +

      Nested classes/interfaces inherited from class java.lang.Enum

      +Enum.EnumDesc<E extends Enum<E>>

    @@ -123,17 +119,29 @@

    Enum Constant Summary

    Enum Constant
    Description
    -
     
    +
    +
    Initializes the world border.
    +
    -
     
    +
    +
    Lerp the size of the world border.
    +
    -
     
    +
    +
    Lerp the center of the world border.
    +
    -
     
    +
    +
    Sets the size of the world border.
    +
    -
     
    +
    +
    Sets the damage buffer of the world border.
    +
    -
     
    +
    +
    Sets the warning time of the world border.
    +
    @@ -149,7 +157,7 @@

    Method Summary

    Method
    Description
    - +
    Returns the enum constant of this class with the specified name.
    @@ -163,11 +171,11 @@

    Method Summary

    +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
    -

    Methods inherited from class java.lang.Object

    -getClass, notify, notifyAll, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +getClass, notify, notifyAll, wait, wait, wait
    @@ -182,49 +190,43 @@

    Enum Constant Details

  • INITIALIZE

    -
    public static final WorldBorderAction INITIALIZE
    -
    +
    Initializes the world border.
  • LERP_SIZE

    -
    public static final WorldBorderAction LERP_SIZE
    -
    +
    Lerp the size of the world border.
  • SET_CENTER

    -
    public static final WorldBorderAction SET_CENTER
    -
    +
    Lerp the center of the world border.
  • SET_SIZE

    -
    public static final WorldBorderAction SET_SIZE
    -
    +
    Sets the size of the world border.
  • SET_WARNING_BLOCKS

    -
    public static final WorldBorderAction SET_WARNING_BLOCKS
    -
    +
    Sets the damage buffer of the world border.
  • SET_WARNING_TIME

    -
    public static final WorldBorderAction SET_WARNING_TIME
    -
    +
    Sets the warning time of the world border.
  • @@ -238,7 +240,6 @@

    Method Details

  • values

    -
    public static WorldBorderAction[] values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    @@ -246,14 +247,12 @@

    values

    Returns:
    an array containing the constants of this enum class, in the order they are declared
    -
  • valueOf

    -
    -
    public static WorldBorderAction valueOf(String name)
    +
    public static WorldBorderAction valueOf(String name)
    Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are @@ -264,10 +263,9 @@

    valueOf

    Returns:
    the enum constant with the specified name
    Throws:
    -
    IllegalArgumentException - if this enum class has no constant with the specified name
    -
    NullPointerException - if the argument is null
    +
    IllegalArgumentException - if this enum class has no constant with the specified name
    +
    NullPointerException - if the argument is null
    -
  • @@ -278,5 +276,6 @@

    valueOf

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderApi.html b/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderApi.html index fa633b3..85f20b7 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderApi.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderApi.html @@ -1,89 +1,90 @@ - -WorldBorderApi (worldborderapi 1.213.0 API) + +WorldBorderApi (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Interface WorldBorderApi

    -
    All Known Subinterfaces:
    PersistentWorldBorderApi
    @@ -95,7 +96,6 @@

    Interface WorldBorderApi


    public interface WorldBorderApi
    This interface defines a set of methods for interacting with world borders.
    -
      @@ -149,7 +149,7 @@

      Method Summary

      setBorder(org.bukkit.entity.Player player, double size, long time, - TimeUnit timeUnit)
      + TimeUnit timeUnit)
    Sets the border size and duration for a specific player.
    @@ -191,7 +191,6 @@

    Method Details

  • getWorldBorder

    -
    IWorldBorder getWorldBorder(org.bukkit.entity.Player p)
    Retrieves the world border for a specific player.
    @@ -200,13 +199,11 @@

    getWorldBorder

    Returns:
    the world border for the specified player
    -
  • getWorldBorder

    -
    IWorldBorder getWorldBorder(org.bukkit.World world)
    Retrieves the world border for a specific world.
    @@ -215,26 +212,22 @@

    getWorldBorder

    Returns:
    the world border for the specified world
    -
  • resetWorldBorderToGlobal

    -
    void resetWorldBorderToGlobal(org.bukkit.entity.Player player)
    Resets the world border for a specific player to the global world border.
    Parameters:
    player - the player for which to reset the world border to global
    -
  • setBorder

    -
    void setBorder(org.bukkit.entity.Player player, double size)
    Sets the border size for a specific player.
    @@ -243,13 +236,11 @@

    setBorder

    player - the player for which to set the border size
    size - the size of the border to set
    -
  • setBorder

    -
    void setBorder(org.bukkit.entity.Player player, double size, org.bukkit.util.Vector vector)
    @@ -260,13 +251,11 @@

    setBorder

    size - the size of the border to set
    vector - the vector representing the center position of the border
    -
  • setBorder

    -
    void setBorder(org.bukkit.entity.Player player, double size, org.bukkit.Location location)
    @@ -277,13 +266,11 @@

    setBorder

    size - the size of the border to set
    location - the location representing the center position of the border
    -
  • setBorder

    -
    void setBorder(org.bukkit.entity.Player player, double size, Position position)
    @@ -294,13 +281,11 @@

    setBorder

    size - the size of the border to set
    position - the position representing the center position of the border
    -
  • sendRedScreenForSeconds

    -
    void sendRedScreenForSeconds(org.bukkit.entity.Player player, long timeSeconds, org.bukkit.plugin.java.JavaPlugin javaPlugin)
    @@ -311,13 +296,11 @@

    sendRedScreenForSeconds

    timeSeconds - the number of seconds to display the red screen
    javaPlugin - the JavaPlugin instance
    -
  • setBorder

    -
    void setBorder(org.bukkit.entity.Player player, double size, long milliSeconds)
    @@ -328,17 +311,15 @@

    setBorder

    size - the size of the border to set
    milliSeconds - the duration of the border animation in milliseconds
    -
  • setBorder

    -
    void setBorder(org.bukkit.entity.Player player, double size, long time, - TimeUnit timeUnit)
    + TimeUnit timeUnit)
    Sets the border size and duration for a specific player.
    Parameters:
    @@ -347,7 +328,6 @@

    setBorder

    time - the duration of the border animation
    timeUnit - the time unit of the duration parameter
    -
  • @@ -358,5 +338,6 @@

    setBorder

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderApiImpl.html b/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderApiImpl.html index 8f35be2..63e3564 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderApiImpl.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderApiImpl.html @@ -1,98 +1,93 @@ - -WorldBorderApiImpl (worldborderapi 1.213.0 API) + +WorldBorderApiImpl (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Class WorldBorderApiImpl

    -
    java.lang.Object +
    java.lang.Object
    com.github.yannicklamprecht.worldborder.api.WorldBorderApiImpl
    -
    All Implemented Interfaces:
    WorldBorderApi
    @@ -103,10 +98,9 @@

    Class WorldBorderApiImpl


    public class WorldBorderApiImpl -extends Object +extends Object implements WorldBorderApi
    The api impl
    -
    -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    @@ -221,16 +215,14 @@

    Constructor Details

  • WorldBorderApiImpl

    -
    -
    public WorldBorderApiImpl(Function<org.bukkit.entity.Player,IWorldBorder> getWorldBorderPlayer, - Function<org.bukkit.World,IWorldBorder> getWorldBorder)
    +
    public WorldBorderApiImpl(Function<org.bukkit.entity.Player,IWorldBorder> getWorldBorderPlayer, + Function<org.bukkit.World,IWorldBorder> getWorldBorder)
    Ctor
    Parameters:
    getWorldBorderPlayer - the getWorldBorderPlayer
    getWorldBorder - the getWorldBorder
    -
  • @@ -244,7 +236,6 @@

    Method Details

  • getWorldBorder

    -
    public IWorldBorder getWorldBorder(org.bukkit.entity.Player p)
    Description copied from interface: WorldBorderApi
    Retrieves the world border for a specific player.
    @@ -256,13 +247,11 @@

    getWorldBorder

    Returns:
    the world border for the specified player
    -
  • getWorldBorder

    -
    public IWorldBorder getWorldBorder(org.bukkit.World world)
    Description copied from interface: WorldBorderApi
    Retrieves the world border for a specific world.
    @@ -274,13 +263,11 @@

    getWorldBorder

    Returns:
    the world border for the specified world
    -
  • resetWorldBorderToGlobal

    -
    public void resetWorldBorderToGlobal(org.bukkit.entity.Player player)
    Description copied from interface: WorldBorderApi
    Resets the world border for a specific player to the global world border.
    @@ -290,13 +277,11 @@

    resetWorldBorderToGlobal

    Parameters:
    player - the player for which to reset the world border to global
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size)
    Description copied from interface: WorldBorderApi
    @@ -308,13 +293,11 @@

    setBorder

    player - the player for which to set the border size
    size - the size of the border to set
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, org.bukkit.Location location)
    @@ -328,13 +311,11 @@

    setBorder

    size - the size of the border to set
    location - the location representing the center position of the border
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, org.bukkit.util.Vector vector)
    @@ -348,13 +329,11 @@

    setBorder

    size - the size of the border to set
    vector - the vector representing the center position of the border
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, Position position)
    @@ -368,13 +347,11 @@

    setBorder

    size - the size of the border to set
    position - the position representing the center position of the border
    -
  • sendRedScreenForSeconds

    -
    public void sendRedScreenForSeconds(org.bukkit.entity.Player player, long timeSeconds, org.bukkit.plugin.java.JavaPlugin javaPlugin)
    @@ -388,13 +365,11 @@

    sendRedScreenForSeconds

    timeSeconds - the number of seconds to display the red screen
    javaPlugin - the JavaPlugin instance
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, long milliSeconds)
    @@ -408,17 +383,15 @@

    setBorder

    size - the size of the border to set
    milliSeconds - the duration of the border animation in milliseconds
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, long time, - TimeUnit timeUnit)
    + TimeUnit timeUnit)
    Description copied from interface: WorldBorderApi
    Sets the border size and duration for a specific player.
    @@ -430,7 +403,6 @@

    setBorder

    time - the duration of the border animation
    timeUnit - the time unit of the duration parameter
    -
  • @@ -441,5 +413,6 @@

    setBorder

    + diff --git a/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderData.html b/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderData.html index 91df513..7215b5d 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderData.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/WorldBorderData.html @@ -1,104 +1,97 @@ - -WorldBorderData (worldborderapi 1.213.0 API) + +WorldBorderData (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Class WorldBorderData

    -
    java.lang.Object +
    java.lang.Object
    com.github.yannicklamprecht.worldborder.api.WorldBorderData
    -

    public class WorldBorderData -extends Object
    +extends Object
    This class represents the data of a world border, including its size, center position, damage buffer, warning time, and warning distance.
    -
      @@ -134,7 +127,7 @@

      Method Summary

      Applies the attributes of a world border to the given IWorldBorder.
    void
    -
    applyCenter(BiConsumer<Double,Double> doubleBiConsumer)
    +
    applyCenter(BiConsumer<Double,Double> doubleBiConsumer)
    Applies the center position of the world border to the given BiConsumer.
    @@ -188,8 +181,8 @@

    Method Summary

    -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -204,10 +197,8 @@

    Constructor Details

  • WorldBorderData

    -
    public WorldBorderData()
    Ctor
    -
  • @@ -221,33 +212,28 @@

    Method Details

  • getSize

    -
    public double getSize()
    Retrieves the size of the world border.
    Returns:
    The size of the world border as a double value.
    -
  • setSize

    -
    public void setSize(double newSize)
    Sets the size of the world border.
    Parameters:
    newSize - The new size of the world border as a double value.
    -
  • setCenter

    -
    public void setCenter(double x, double z)
    Sets the center position of the world border.
    @@ -256,111 +242,94 @@

    setCenter

    x - The x coordinate of the center position as a double value.
    z - The z coordinate of the center position as a double value.
    -
  • applyCenter

    -
    -
    public void applyCenter(BiConsumer<Double,Double> doubleBiConsumer)
    +
    public void applyCenter(BiConsumer<Double,Double> doubleBiConsumer)
    Applies the center position of the world border to the given BiConsumer.
    Parameters:
    doubleBiConsumer - The BiConsumer to accept the center position coordinates.
    -
  • getDamageBuffer

    -
    public double getDamageBuffer()
    Retrieves the damage buffer of the world border.
    Returns:
    The damage buffer of the world border as a double value.
    -
  • setDamageBuffer

    -
    public void setDamageBuffer(double blocks)
    Sets the damage buffer of the world border.
    Parameters:
    blocks - The damage buffer to set, in blocks.
    -
  • getWarningTimeSeconds

    -
    public int getWarningTimeSeconds()
    Retrieves the warning time in seconds for the world border.
    Returns:
    The warning time in seconds as an integer value.
    -
  • setWarningTimeSeconds

    -
    public void setWarningTimeSeconds(int seconds)
    Sets the warning time in seconds for the world border.
    Parameters:
    seconds - The warning time in seconds to set.
    -
  • getWarningDistance

    -
    public int getWarningDistance()
    Retrieves the warning distance for the world border.
    Returns:
    The warning distance as an integer value.
    -
  • setWarningDistance

    -
    public void setWarningDistance(int distance)
    Sets the warning distance for the world border.
    Parameters:
    distance - The warning distance to set in blocks.
    -
  • applyAll

    -
    public void applyAll(IWorldBorder worldBorder)
    Applies the attributes of a world border to the given IWorldBorder.
    Parameters:
    worldBorder - The IWorldBorder object to apply the attributes to.
    -
  • @@ -371,5 +340,6 @@

    applyAll

    + diff --git a/docs/com/github/yannicklamprecht/worldborder/api/package-summary.html b/docs/com/github/yannicklamprecht/worldborder/api/package-summary.html index c4fbdf8..3a6d24a 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/package-summary.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/package-summary.html @@ -1,72 +1,73 @@ - -com.github.yannicklamprecht.worldborder.api (worldborderapi 1.213.0 API) + +com.github.yannicklamprecht.worldborder.api (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +

    Package com.github.yannicklamprecht.worldborder.api


    -
    package com.github.yannicklamprecht.worldborder.api
    -
    • @@ -125,5 +126,6 @@

      Pa

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/api/package-tree.html b/docs/com/github/yannicklamprecht/worldborder/api/package-tree.html index f31ecb0..df05cce 100644 --- a/docs/com/github/yannicklamprecht/worldborder/api/package-tree.html +++ b/docs/com/github/yannicklamprecht/worldborder/api/package-tree.html @@ -1,56 +1,50 @@ - -com.github.yannicklamprecht.worldborder.api Class Hierarchy (worldborderapi 1.213.0 API) + +com.github.yannicklamprecht.worldborder.api Class Hierarchy (worldborderapi 1.214.0 API) - - - - - + + + + + - -
    +
    + -
    +

    Hierarchy For Package com.github.yannicklamprecht.worldborder.api

    @@ -62,7 +56,7 @@

    Hierarchy For Package com.github.yannicklamprecht.worldborder.

    Class Hierarchy

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/impl/Border.html b/docs/com/github/yannicklamprecht/worldborder/impl/Border.html index f07fb93..eda2122 100644 --- a/docs/com/github/yannicklamprecht/worldborder/impl/Border.html +++ b/docs/com/github/yannicklamprecht/worldborder/impl/Border.html @@ -1,86 +1,95 @@ - -Border (worldborderapi 1.213.0 API) + +Border (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    -
    java.lang.Object +
    java.lang.Object
    com.github.yannicklamprecht.worldborder.api.WorldBorderApiImpl
    com.github.yannicklamprecht.worldborder.impl.Border
    -
    All Implemented Interfaces:
    WorldBorderApi
    @@ -89,7 +98,6 @@

    Class Border

    public class Border extends WorldBorderApiImpl
    NMS impl
    -
    -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    @@ -132,10 +140,8 @@

    Constructor Details

  • Border

    -
    public Border()
    ctor
    -
  • @@ -146,5 +152,6 @@

    Border

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/impl/WorldBorder.html b/docs/com/github/yannicklamprecht/worldborder/impl/WorldBorder.html index f805de0..a5ec32b 100644 --- a/docs/com/github/yannicklamprecht/worldborder/impl/WorldBorder.html +++ b/docs/com/github/yannicklamprecht/worldborder/impl/WorldBorder.html @@ -1,93 +1,95 @@ - -WorldBorder (worldborderapi 1.213.0 API) + +WorldBorder (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Class WorldBorder

    -
    java.lang.Object +
    java.lang.Object
    com.github.yannicklamprecht.worldborder.api.AbstractWorldBorder
    com.github.yannicklamprecht.worldborder.impl.WorldBorder
    -
    All Implemented Interfaces:
    IWorldBorder
    @@ -96,7 +98,6 @@

    Class WorldBorder

    public class WorldBorder extends AbstractWorldBorder
    The nms adapter impl for the world border
    -
    -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    @@ -166,40 +167,34 @@

    Constructor Details

  • WorldBorder

    -
    public WorldBorder(org.bukkit.entity.Player player)
    Ctor
    Parameters:
    player - the bukkit player
    -
  • WorldBorder

    -
    public WorldBorder(org.bukkit.World world)
    Ctor
    Parameters:
    world - the bukkit world
    -
  • WorldBorder

    -
    public WorldBorder(net.minecraft.world.level.border.WorldBorder worldBorder)
    Ctor
    Parameters:
    worldBorder - the nms world border
    -
  • @@ -213,7 +208,6 @@

    Method Details

  • send

    -
    public void send(org.bukkit.entity.Player player, WorldBorderAction worldBorderAction)
    Description copied from interface: IWorldBorder
    @@ -223,7 +217,6 @@

    send

    player - the player to send the action to
    worldBorderAction - the world border action to send
    -
  • @@ -234,5 +227,6 @@

    send

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/impl/package-summary.html b/docs/com/github/yannicklamprecht/worldborder/impl/package-summary.html index 6bbafbd..b0cfc54 100644 --- a/docs/com/github/yannicklamprecht/worldborder/impl/package-summary.html +++ b/docs/com/github/yannicklamprecht/worldborder/impl/package-summary.html @@ -1,72 +1,73 @@ - -com.github.yannicklamprecht.worldborder.impl (worldborderapi 1.213.0 API) + +com.github.yannicklamprecht.worldborder.impl (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +

    Package com.github.yannicklamprecht.worldborder.impl


    -
    package com.github.yannicklamprecht.worldborder.impl
    -
    • @@ -90,5 +91,6 @@

      P

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/impl/package-tree.html b/docs/com/github/yannicklamprecht/worldborder/impl/package-tree.html index 748dfb4..365e203 100644 --- a/docs/com/github/yannicklamprecht/worldborder/impl/package-tree.html +++ b/docs/com/github/yannicklamprecht/worldborder/impl/package-tree.html @@ -1,56 +1,50 @@ - -com.github.yannicklamprecht.worldborder.impl Class Hierarchy (worldborderapi 1.213.0 API) + +com.github.yannicklamprecht.worldborder.impl Class Hierarchy (worldborderapi 1.214.0 API) - - - - - + + + + + - -
    +
    + -
    +

    Hierarchy For Package com.github.yannicklamprecht.worldborder.impl

    @@ -62,7 +56,7 @@

    Hierarchy For Package com.github.yannicklamprecht.worldborder.

    Class Hierarchy

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/plugin/PersistenceWrapper.html b/docs/com/github/yannicklamprecht/worldborder/plugin/PersistenceWrapper.html index 8183f59..5aded6f 100644 --- a/docs/com/github/yannicklamprecht/worldborder/plugin/PersistenceWrapper.html +++ b/docs/com/github/yannicklamprecht/worldborder/plugin/PersistenceWrapper.html @@ -1,109 +1,102 @@ - -PersistenceWrapper (worldborderapi 1.213.0 API) + +PersistenceWrapper (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Class PersistenceWrapper

    -
    java.lang.Object +
    java.lang.Object
    com.github.yannicklamprecht.worldborder.plugin.PersistenceWrapper
    -
    All Implemented Interfaces:
    PersistentWorldBorderApi, WorldBorderApi

    public class PersistenceWrapper -extends Object +extends Object implements PersistentWorldBorderApi
    The Proxy that writes and reads data from the players pdc
    -
      @@ -178,7 +171,7 @@

      Method Summary

      setBorder(org.bukkit.entity.Player player, double size, long time, - TimeUnit timeUnit)
      + TimeUnit timeUnit)
    Sets the border size and duration for a specific player.
    @@ -207,8 +200,8 @@

    Method Summary

    -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    @@ -223,7 +216,6 @@

    Constructor Details

  • PersistenceWrapper

    -
    public PersistenceWrapper(org.bukkit.plugin.java.JavaPlugin javaPlugin, WorldBorderApi worldBorderApi)
    Ctor
    @@ -232,7 +224,6 @@

    PersistenceWrapper

    javaPlugin - the javaPlugin
    worldBorderApi - the worldBorderApi
    -
  • @@ -246,7 +237,6 @@

    Method Details

  • getWorldBorder

    -
    public IWorldBorder getWorldBorder(org.bukkit.entity.Player p)
    Description copied from interface: WorldBorderApi
    Retrieves the world border for a specific player.
    @@ -258,13 +248,11 @@

    getWorldBorder

    Returns:
    the world border for the specified player
    -
  • getWorldBorder

    -
    public IWorldBorder getWorldBorder(org.bukkit.World world)
    Description copied from interface: WorldBorderApi
    Retrieves the world border for a specific world.
    @@ -276,13 +264,11 @@

    getWorldBorder

    Returns:
    the world border for the specified world
    -
  • resetWorldBorderToGlobal

    -
    public void resetWorldBorderToGlobal(org.bukkit.entity.Player player)
    Description copied from interface: WorldBorderApi
    Resets the world border for a specific player to the global world border.
    @@ -292,13 +278,11 @@

    resetWorldBorderToGlobal

    Parameters:
    player - the player for which to reset the world border to global
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size)
    Description copied from interface: WorldBorderApi
    @@ -310,13 +294,11 @@

    setBorder

    player - the player for which to set the border size
    size - the size of the border to set
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, org.bukkit.util.Vector vector)
    @@ -330,13 +312,11 @@

    setBorder

    size - the size of the border to set
    vector - the vector representing the center position of the border
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, org.bukkit.Location location)
    @@ -350,13 +330,11 @@

    setBorder

    size - the size of the border to set
    location - the location representing the center position of the border
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, Position position)
    @@ -370,13 +348,11 @@

    setBorder

    size - the size of the border to set
    position - the position representing the center position of the border
    -
  • sendRedScreenForSeconds

    -
    public void sendRedScreenForSeconds(org.bukkit.entity.Player player, long timeSeconds, org.bukkit.plugin.java.JavaPlugin javaPlugin)
    @@ -390,13 +366,11 @@

    sendRedScreenForSeconds

    timeSeconds - the number of seconds to display the red screen
    javaPlugin - the JavaPlugin instance
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, long milliSeconds)
    @@ -410,17 +384,15 @@

    setBorder

    size - the size of the border to set
    milliSeconds - the duration of the border animation in milliseconds
    -
  • setBorder

    -
    public void setBorder(org.bukkit.entity.Player player, double size, long time, - TimeUnit timeUnit)
    + TimeUnit timeUnit)
    Description copied from interface: WorldBorderApi
    Sets the border size and duration for a specific player.
    @@ -432,13 +404,11 @@

    setBorder

    time - the duration of the border animation
    timeUnit - the time unit of the duration parameter
    -
  • getWorldBorderData

    -
    public WorldBorderData getWorldBorderData(org.bukkit.entity.Player p)
    Description copied from interface: PersistentWorldBorderApi
    Retrieves the WorldBorderData for a player.
    @@ -450,7 +420,6 @@

    getWorldBorderData

    Returns:
    the WorldBorderData object containing the size, center coordinates, damage buffer, warning time, and warning distance of the world border
    -
  • @@ -461,5 +430,6 @@

    getWorldBorderData

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/plugin/WorldBorderDataTagType.html b/docs/com/github/yannicklamprecht/worldborder/plugin/WorldBorderDataTagType.html index 78fcad2..47b3b2f 100644 --- a/docs/com/github/yannicklamprecht/worldborder/plugin/WorldBorderDataTagType.html +++ b/docs/com/github/yannicklamprecht/worldborder/plugin/WorldBorderDataTagType.html @@ -1,104 +1,102 @@ - -WorldBorderDataTagType (worldborderapi 1.213.0 API) + +WorldBorderDataTagType (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Class WorldBorderDataTagType

    -
    java.lang.Object +
    java.lang.Object
    com.github.yannicklamprecht.worldborder.plugin.WorldBorderDataTagType
    -
    All Implemented Interfaces:
    org.bukkit.persistence.PersistentDataType<org.bukkit.persistence.PersistentDataContainer,WorldBorderData>

    public class WorldBorderDataTagType -extends Object +extends Object implements org.bukkit.persistence.PersistentDataType<org.bukkit.persistence.PersistentDataContainer,WorldBorderData>
    Represents a persistence layer to write worldborder data to player pdc
    -
      @@ -107,7 +105,7 @@

      Class WorldBorderDataTagT

      Nested Class Summary

      -

      Nested classes/interfaces inherited from interface org.bukkit.persistence.PersistentDataType

      +

      Nested classes/interfaces inherited from interface org.bukkit.persistence.PersistentDataType

      org.bukkit.persistence.PersistentDataType.BooleanPersistentDataType, org.bukkit.persistence.PersistentDataType.PrimitivePersistentDataType<P>
      @@ -150,10 +148,10 @@

      Method Summary

      fromPrimitive(org.bukkit.persistence.PersistentDataContainer primitive, org.bukkit.persistence.PersistentDataAdapterContext context)
       
      - +
       
      -
      Class<org.bukkit.persistence.PersistentDataContainer>
      +
      Class<org.bukkit.persistence.PersistentDataContainer>
       
      org.bukkit.persistence.PersistentDataContainer
      @@ -164,8 +162,8 @@

      Method Summary

    -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    @@ -180,14 +178,12 @@

    Constructor Details

  • WorldBorderDataTagType

    -
    public WorldBorderDataTagType(org.bukkit.plugin.java.JavaPlugin javaPlugin)
    Ctor
    Parameters:
    javaPlugin - the java plugin
    -
  • @@ -201,51 +197,43 @@

    Method Details

  • getPrimitiveType

    -
    -
    public Class<org.bukkit.persistence.PersistentDataContainer> getPrimitiveType()
    +
    public Class<org.bukkit.persistence.PersistentDataContainer> getPrimitiveType()
    Specified by:
    getPrimitiveType in interface org.bukkit.persistence.PersistentDataType<org.bukkit.persistence.PersistentDataContainer,WorldBorderData>
    -
  • getComplexType

    -
    -
    public Class<WorldBorderData> getComplexType()
    +
    public Class<WorldBorderData> getComplexType()
    Specified by:
    getComplexType in interface org.bukkit.persistence.PersistentDataType<org.bukkit.persistence.PersistentDataContainer,WorldBorderData>
    -
  • toPrimitive

    -
    public org.bukkit.persistence.PersistentDataContainer toPrimitive(WorldBorderData complex, org.bukkit.persistence.PersistentDataAdapterContext context)
    Specified by:
    toPrimitive in interface org.bukkit.persistence.PersistentDataType<org.bukkit.persistence.PersistentDataContainer,WorldBorderData>
    -
  • fromPrimitive

    -
    public WorldBorderData fromPrimitive(org.bukkit.persistence.PersistentDataContainer primitive, org.bukkit.persistence.PersistentDataAdapterContext context)
    Specified by:
    fromPrimitive in interface org.bukkit.persistence.PersistentDataType<org.bukkit.persistence.PersistentDataContainer,WorldBorderData>
    -
  • @@ -256,5 +244,6 @@

    fromPrimitive

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/plugin/WorldBorderPlugin.html b/docs/com/github/yannicklamprecht/worldborder/plugin/WorldBorderPlugin.html index 87ab999..e673084 100644 --- a/docs/com/github/yannicklamprecht/worldborder/plugin/WorldBorderPlugin.html +++ b/docs/com/github/yannicklamprecht/worldborder/plugin/WorldBorderPlugin.html @@ -1,85 +1,90 @@ - -WorldBorderPlugin (worldborderapi 1.213.0 API) + +WorldBorderPlugin (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +
    +

    Class WorldBorderPlugin

    -
    java.lang.Object +
    java.lang.Object
    org.bukkit.plugin.PluginBase
    org.bukkit.plugin.java.JavaPlugin
    com.github.yannicklamprecht.worldborder.plugin.WorldBorderPlugin
    @@ -87,7 +92,6 @@

    Class WorldBorderPlugin

    -
    All Implemented Interfaces:
    io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin
    @@ -96,7 +100,6 @@

    Class WorldBorderPlugin

    public class WorldBorderPlugin extends org.bukkit.plugin.java.JavaPlugin
    Created by ysl3000
    -
      @@ -139,8 +142,8 @@

      Methods

      Methods inherited from class org.bukkit.plugin.PluginBase

      equals, getName, hashCode
    -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.bukkit.plugin.Plugin

    getComponentLogger, getDataPath, getLog4JLogger, getSLF4JLogger
    @@ -158,10 +161,8 @@

    Constructor Details

  • WorldBorderPlugin

    -
    public WorldBorderPlugin()
    Ctor - not really needed but javadoc complains
    -
  • @@ -175,7 +176,6 @@

    Method Details

  • onEnable

    -
    public void onEnable()
    Specified by:
    @@ -183,7 +183,6 @@

    onEnable

    Overrides:
    onEnable in class org.bukkit.plugin.java.JavaPlugin
    -
  • @@ -194,5 +193,6 @@

    onEnable

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/plugin/package-summary.html b/docs/com/github/yannicklamprecht/worldborder/plugin/package-summary.html index 28c3296..65b741e 100644 --- a/docs/com/github/yannicklamprecht/worldborder/plugin/package-summary.html +++ b/docs/com/github/yannicklamprecht/worldborder/plugin/package-summary.html @@ -1,72 +1,73 @@ - -com.github.yannicklamprecht.worldborder.plugin (worldborderapi 1.213.0 API) + +com.github.yannicklamprecht.worldborder.plugin (worldborderapi 1.214.0 API) - - - - - - + + + + + + - -
    +
    + -
    - +

    Package com.github.yannicklamprecht.worldborder.plugin


    -
    package com.github.yannicklamprecht.worldborder.plugin
    -
    • @@ -94,5 +95,6 @@

    +
    diff --git a/docs/com/github/yannicklamprecht/worldborder/plugin/package-tree.html b/docs/com/github/yannicklamprecht/worldborder/plugin/package-tree.html index c9e8e98..e999c03 100644 --- a/docs/com/github/yannicklamprecht/worldborder/plugin/package-tree.html +++ b/docs/com/github/yannicklamprecht/worldborder/plugin/package-tree.html @@ -1,56 +1,50 @@ - -com.github.yannicklamprecht.worldborder.plugin Class Hierarchy (worldborderapi 1.213.0 API) + +com.github.yannicklamprecht.worldborder.plugin Class Hierarchy (worldborderapi 1.214.0 API) - - - - - + + + + + - -
    +
    + -
    +

    Hierarchy For Package com.github.yannicklamprecht.worldborder.plugin

    @@ -62,7 +56,7 @@

    Hierarchy For Package com.github.yannicklamprecht.worldborder.

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • com.github.yannicklamprecht.worldborder.plugin.PersistenceWrapper (implements com.github.yannicklamprecht.worldborder.api.PersistentWorldBorderApi)
      • org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin) @@ -81,5 +75,6 @@

        Class Hierarchy

    +
    diff --git a/docs/help-doc.html b/docs/help-doc.html index e8629b4..3143fc1 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -1,83 +1,86 @@ - -API Help (worldborderapi 1.213.0 API) + +API Help (worldborderapi 1.214.0 API) - - - - - + + + + + - -
    +
    + -
    - +

    JavaDoc Help

    +

    Navigation

    @@ -85,12 +88,12 @@

    Navigation


    @@ -158,10 +161,6 @@

    Tree (Class Hierarchy)

  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • -
    -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

    -

    All Packages

    The All Packages page contains an alphabetic index of all packages contained in the documentation.

    @@ -178,5 +177,6 @@

    Index


    This help file applies to API documentation generated by the standard doclet.
    +
    diff --git a/docs/index-all.html b/docs/index-all.html index e57bd99..5786e23 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -1,53 +1,50 @@ - -Index (worldborderapi 1.213.0 API) + +Index (worldborderapi 1.214.0 API) - - - - - + + + + + - -
    +
    + -
    +

    Index

    @@ -243,7 +240,9 @@

    H

    I

    INITIALIZE - Enum constant in enum class com.github.yannicklamprecht.worldborder.api.WorldBorderAction
    -
     
    +
    +
    Initializes the world border.
    +
    IWorldBorder - Interface in com.github.yannicklamprecht.worldborder.api
    This interface represents a world border in a 2-dimensional space.
    @@ -262,7 +261,9 @@

    L

    Linearly interpolates the old size of the world border to the new size over a specified time.
    LERP_SIZE - Enum constant in enum class com.github.yannicklamprecht.worldborder.api.WorldBorderAction
    -
     
    +
    +
    Lerp the size of the world border.
    +

    M

    @@ -351,13 +352,21 @@

    S

    Sets the value of the ConsumerSupplierTuple.
    SET_CENTER - Enum constant in enum class com.github.yannicklamprecht.worldborder.api.WorldBorderAction
    -
     
    +
    +
    Lerp the center of the world border.
    +
    SET_SIZE - Enum constant in enum class com.github.yannicklamprecht.worldborder.api.WorldBorderAction
    -
     
    +
    +
    Sets the size of the world border.
    +
    SET_WARNING_BLOCKS - Enum constant in enum class com.github.yannicklamprecht.worldborder.api.WorldBorderAction
    -
     
    +
    +
    Sets the damage buffer of the world border.
    +
    SET_WARNING_TIME - Enum constant in enum class com.github.yannicklamprecht.worldborder.api.WorldBorderAction
    -
     
    +
    +
    Sets the warning time of the world border.
    +
    setBorder(Player, double) - Method in interface com.github.yannicklamprecht.worldborder.api.WorldBorderApi
    Sets the border size for a specific player.
    @@ -587,5 +596,6 @@

    Z

    A B C D E F G H I L M O P R S T V W X Z 
    All Classes and Interfaces|All Packages
    +
    diff --git a/docs/index.html b/docs/index.html index a54a418..66dbadc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,56 +1,53 @@ - -Overview (worldborderapi 1.213.0 API) + +Overview (worldborderapi 1.214.0 API) - - - - - + + + + + - -
    +
    + -
    +
    -

    worldborderapi 1.213.0 API

    +

    worldborderapi 1.214.0 API

    Packages
    @@ -67,5 +64,6 @@

    worldborderapi 1.213.0 API

    +
    diff --git a/docs/legal/dejavufonts.md b/docs/legal/dejavufonts.md deleted file mode 100644 index 8c9e3cf..0000000 --- a/docs/legal/dejavufonts.md +++ /dev/null @@ -1,191 +0,0 @@ -## DejaVu fonts v2.37 - -### DejaVu License -
    -Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
    -Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
    -
    -
    -Bitstream Vera Fonts Copyright
    -------------------------------
    -
    -Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
    -a trademark of Bitstream, Inc.
    -
    -Permission is hereby granted, free of charge, to any person obtaining a copy
    -of the fonts accompanying this license ("Fonts") and associated
    -documentation files (the "Font Software"), to reproduce and distribute the
    -Font Software, including without limitation the rights to use, copy, merge,
    -publish, distribute, and/or sell copies of the Font Software, and to permit
    -persons to whom the Font Software is furnished to do so, subject to the
    -following conditions:
    -
    -The above copyright and trademark notices and this permission notice shall
    -be included in all copies of one or more of the Font Software typefaces.
    -
    -The Font Software may be modified, altered, or added to, and in particular
    -the designs of glyphs or characters in the Fonts may be modified and
    -additional glyphs or characters may be added to the Fonts, only if the fonts
    -are renamed to names not containing either the words "Bitstream" or the word
    -"Vera".
    -
    -This License becomes null and void to the extent applicable to Fonts or Font
    -Software that has been modified and is distributed under the "Bitstream
    -Vera" names.
    -
    -The Font Software may be sold as part of a larger software package but no
    -copy of one or more of the Font Software typefaces may be sold by itself.
    -
    -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
    -OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
    -TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
    -FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
    -ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
    -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    -THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
    -FONT SOFTWARE.
    -
    -Except as contained in this notice, the names of Gnome, the Gnome
    -Foundation, and Bitstream Inc., shall not be used in advertising or
    -otherwise to promote the sale, use or other dealings in this Font Software
    -without prior written authorization from the Gnome Foundation or Bitstream
    -Inc., respectively. For further information, contact: fonts at gnome dot
    -org.
    -
    -Arev Fonts Copyright
    -------------------------------
    -
    -Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
    -
    -Permission is hereby granted, free of charge, to any person obtaining
    -a copy of the fonts accompanying this license ("Fonts") and
    -associated documentation files (the "Font Software"), to reproduce
    -and distribute the modifications to the Bitstream Vera Font Software,
    -including without limitation the rights to use, copy, merge, publish,
    -distribute, and/or sell copies of the Font Software, and to permit
    -persons to whom the Font Software is furnished to do so, subject to
    -the following conditions:
    -
    -The above copyright and trademark notices and this permission notice
    -shall be included in all copies of one or more of the Font Software
    -typefaces.
    -
    -The Font Software may be modified, altered, or added to, and in
    -particular the designs of glyphs or characters in the Fonts may be
    -modified and additional glyphs or characters may be added to the
    -Fonts, only if the fonts are renamed to names not containing either
    -the words "Tavmjong Bah" or the word "Arev".
    -
    -This License becomes null and void to the extent applicable to Fonts
    -or Font Software that has been modified and is distributed under the
    -"Tavmjong Bah Arev" names.
    -
    -The Font Software may be sold as part of a larger software package but
    -no copy of one or more of the Font Software typefaces may be sold by
    -itself.
    -
    -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
    -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
    -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
    -TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
    -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
    -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
    -OTHER DEALINGS IN THE FONT SOFTWARE.
    -
    -Except as contained in this notice, the name of Tavmjong Bah shall not
    -be used in advertising or otherwise to promote the sale, use or other
    -dealings in this Font Software without prior written authorization
    -from Tavmjong Bah. For further information, contact: tavmjong @ free
    -. fr.
    -
    -TeX Gyre DJV Math
    ------------------
    -Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
    -
    -Math extensions done by B. Jackowski, P. Strzelczyk and P. Pianowski
    -(on behalf of TeX users groups) are in public domain.
    -
    -Letters imported from Euler Fraktur from AMSfonts are (c) American
    -Mathematical Society (see below).
    -Bitstream Vera Fonts Copyright
    -Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera
    -is a trademark of Bitstream, Inc.
    -
    -Permission is hereby granted, free of charge, to any person obtaining a copy
    -of the fonts accompanying this license ("Fonts") and associated
    -documentation
    -files (the "Font Software"), to reproduce and distribute the Font Software,
    -including without limitation the rights to use, copy, merge, publish,
    -distribute,
    -and/or sell copies of the Font Software, and to permit persons  to whom
    -the Font Software is furnished to do so, subject to the following
    -conditions:
    -
    -The above copyright and trademark notices and this permission notice
    -shall be
    -included in all copies of one or more of the Font Software typefaces.
    -
    -The Font Software may be modified, altered, or added to, and in particular
    -the designs of glyphs or characters in the Fonts may be modified and
    -additional
    -glyphs or characters may be added to the Fonts, only if the fonts are
    -renamed
    -to names not containing either the words "Bitstream" or the word "Vera".
    -
    -This License becomes null and void to the extent applicable to Fonts or
    -Font Software
    -that has been modified and is distributed under the "Bitstream Vera"
    -names.
    -
    -The Font Software may be sold as part of a larger software package but
    -no copy
    -of one or more of the Font Software typefaces may be sold by itself.
    -
    -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
    -OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
    -TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
    -FOUNDATION
    -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
    -SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN
    -ACTION
    -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
    -INABILITY TO USE
    -THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
    -Except as contained in this notice, the names of GNOME, the GNOME
    -Foundation,
    -and Bitstream Inc., shall not be used in advertising or otherwise to promote
    -the sale, use or other dealings in this Font Software without prior written
    -authorization from the GNOME Foundation or Bitstream Inc., respectively.
    -For further information, contact: fonts at gnome dot org.
    -
    -AMSFonts (v. 2.2) copyright
    -
    -The PostScript Type 1 implementation of the AMSFonts produced by and
    -previously distributed by Blue Sky Research and Y&Y, Inc. are now freely
    -available for general use. This has been accomplished through the
    -cooperation
    -of a consortium of scientific publishers with Blue Sky Research and Y&Y.
    -Members of this consortium include:
    -
    -Elsevier Science IBM Corporation Society for Industrial and Applied
    -Mathematics (SIAM) Springer-Verlag American Mathematical Society (AMS)
    -
    -In order to assure the authenticity of these fonts, copyright will be
    -held by
    -the American Mathematical Society. This is not meant to restrict in any way
    -the legitimate use of the fonts, such as (but not limited to) electronic
    -distribution of documents containing these fonts, inclusion of these fonts
    -into other public domain or commercial font collections or computer
    -applications, use of the outline data to create derivative fonts and/or
    -faces, etc. However, the AMS does require that the AMS copyright notice be
    -removed from any derivative versions of the fonts which have been altered in
    -any way. In addition, to ensure the fidelity of TeX documents using Computer
    -Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces,
    -has requested that any alterations which yield different font metrics be
    -given a different name.
    -
    -
    diff --git a/docs/overview-summary.html b/docs/overview-summary.html index f8f9e8c..b7c66a8 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -1,14 +1,14 @@ - -worldborderapi 1.213.0 API + +worldborderapi 1.214.0 API - +