chore: Use correct since annoation dates

This commit is contained in:
Alexander Brandes
2022-05-18 21:50:20 +02:00
parent 3c4695bb73
commit 3a65c64977
5 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ public class BufferedPattern extends AbstractPattern implements ResettablePatter
* @param actor actor associated with the pattern
* @param parent pattern to set
* @param region anticipated area of the edit
* @since 2.3.0
* @since 2.2.0
*/
public BufferedPattern(Actor actor, Pattern parent, @Nullable Region region) {
long[] tmp = actor.getMeta("lastActionTime");

View File

@@ -25,7 +25,7 @@ public class BufferedPattern2D extends BufferedPattern {
* @param actor actor associated with the pattern
* @param parent pattern to set
* @param region anticipated area of the edit
* @since 2.3.0
* @since 2.2.0
*/
public BufferedPattern2D(Actor actor, Pattern parent, @Nullable Region region) {
super(actor, parent, region);

View File

@@ -48,7 +48,7 @@ public class LocalBlockVectorSet implements BlockVector3Set {
* @param x x offset
* @param y y offset
* @param z z offset
* @since 2.3.0
* @since 2.2.0
*/
public LocalBlockVectorSet(int x, int y, int z) {
this.offsetX = x;
@@ -159,7 +159,7 @@ public class LocalBlockVectorSet implements BlockVector3Set {
* @param x x offset
* @param y y offset
* @param z z offset
* @since 2.3.0
* @since 2.2.0
*/
public void setOffset(int x, int y, int z) {
this.offsetX = x;