Skip to content

Commit

Permalink
Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipbo…
Browse files Browse the repository at this point in the history
…ard/Clipboard.java

Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
  • Loading branch information
me4502 and octylFractal committed May 23, 2021
1 parent 4e66cab commit 647abec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ default boolean hasBiomes() {
* Returns a clipboard with a given transform baked in.
*
* <p>
* Note: If an identity transform is given, the original clipboard will be returned unedited.
* Note: This method may return the same clipboard object, if a copy is needed then you should check the returned value for identity equality and copy if needed.
* </p>
*
* @param transform The transform
Expand Down

0 comments on commit 647abec

Please sign in to comment.