mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
chore: Use correct since annoation dates
This commit is contained in:
parent
3c4695bb73
commit
3a65c64977
@ -39,7 +39,7 @@ public class BufferedPattern extends AbstractPattern implements ResettablePatter
|
|||||||
* @param actor actor associated with the pattern
|
* @param actor actor associated with the pattern
|
||||||
* @param parent pattern to set
|
* @param parent pattern to set
|
||||||
* @param region anticipated area of the edit
|
* @param region anticipated area of the edit
|
||||||
* @since 2.3.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public BufferedPattern(Actor actor, Pattern parent, @Nullable Region region) {
|
public BufferedPattern(Actor actor, Pattern parent, @Nullable Region region) {
|
||||||
long[] tmp = actor.getMeta("lastActionTime");
|
long[] tmp = actor.getMeta("lastActionTime");
|
||||||
|
@ -25,7 +25,7 @@ public class BufferedPattern2D extends BufferedPattern {
|
|||||||
* @param actor actor associated with the pattern
|
* @param actor actor associated with the pattern
|
||||||
* @param parent pattern to set
|
* @param parent pattern to set
|
||||||
* @param region anticipated area of the edit
|
* @param region anticipated area of the edit
|
||||||
* @since 2.3.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public BufferedPattern2D(Actor actor, Pattern parent, @Nullable Region region) {
|
public BufferedPattern2D(Actor actor, Pattern parent, @Nullable Region region) {
|
||||||
super(actor, parent, region);
|
super(actor, parent, region);
|
||||||
|
@ -48,7 +48,7 @@ public class LocalBlockVectorSet implements BlockVector3Set {
|
|||||||
* @param x x offset
|
* @param x x offset
|
||||||
* @param y y offset
|
* @param y y offset
|
||||||
* @param z z offset
|
* @param z z offset
|
||||||
* @since 2.3.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public LocalBlockVectorSet(int x, int y, int z) {
|
public LocalBlockVectorSet(int x, int y, int z) {
|
||||||
this.offsetX = x;
|
this.offsetX = x;
|
||||||
@ -159,7 +159,7 @@ public class LocalBlockVectorSet implements BlockVector3Set {
|
|||||||
* @param x x offset
|
* @param x x offset
|
||||||
* @param y y offset
|
* @param y y offset
|
||||||
* @param z z offset
|
* @param z z offset
|
||||||
* @since 2.3.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public void setOffset(int x, int y, int z) {
|
public void setOffset(int x, int y, int z) {
|
||||||
this.offsetX = x;
|
this.offsetX = x;
|
||||||
|
@ -351,7 +351,7 @@ public class ParserContext {
|
|||||||
* supplied.
|
* supplied.
|
||||||
*
|
*
|
||||||
* @return Region representing the selection for this context or null if it cannot be retrieved.
|
* @return Region representing the selection for this context or null if it cannot be retrieved.
|
||||||
* @since 2.3.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
public Region getSelection() {
|
public Region getSelection() {
|
||||||
if (session != null) {
|
if (session != null) {
|
||||||
|
@ -74,7 +74,7 @@ public interface World extends Extent, Keyed, IChunkCache<IChunkGet> {
|
|||||||
* Get the name of the world. If the world referenced has been unloaded, this will still return the name.
|
* Get the name of the world. If the world referenced has been unloaded, this will still return the name.
|
||||||
*
|
*
|
||||||
* @return a name for the world
|
* @return a name for the world
|
||||||
* @since 2.3.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
String getNameUnsafe();
|
String getNameUnsafe();
|
||||||
//FAWE end
|
//FAWE end
|
||||||
|
Loading…
Reference in New Issue
Block a user