build: Release 2.1.0

This commit is contained in:
NotMyFault
2022-03-10 22:57:23 +01:00
parent c3cdde9d2e
commit 95512a4c0b
10 changed files with 14 additions and 14 deletions

View File

@ -83,7 +83,7 @@ public class AnvilChunk18 implements Chunk {
* @param tag the tag to read
* @throws DataException on a data error
* @deprecated Use {@link AnvilChunk18#AnvilChunk18(CompoundBinaryTag, Supplier)}
* @since TODO
* @since 2.1.0
*/
@Deprecated
public AnvilChunk18(CompoundTag tag, Supplier<CompoundTag> entitiesTag) throws DataException {
@ -99,7 +99,7 @@ public class AnvilChunk18 implements Chunk {
*
* @param tag the tag to read
* @throws DataException on a data error
* @since TODO
* @since 2.1.0
*/
public AnvilChunk18(CompoundBinaryTag tag, Supplier<CompoundBinaryTag> entityTag) throws DataException {
//FAWE end

View File

@ -85,7 +85,7 @@ public class ChunkStoreHelper {
* location
* @return a Chunk implementation
* @throws DataException if the rootTag is not valid chunk data
* @since TODO
* @since 2.1.0
*/
public static Chunk getChunk(CompoundTag rootTag, Supplier<CompoundTag> entitiesTag) throws DataException {
//FAWE end