mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
build: Release 2.1.0
This commit is contained in:
@ -252,7 +252,7 @@ public interface Platform extends Keyed {
|
||||
|
||||
/**
|
||||
* Get a {@link IBatchProcessor} to be used in edit processing. Null if not required.
|
||||
* @since TODO
|
||||
* @since 2.1.0
|
||||
*/
|
||||
@Nullable
|
||||
default IBatchProcessor getPlatformProcessor(boolean fastMode) {
|
||||
@ -262,7 +262,7 @@ public interface Platform extends Keyed {
|
||||
/**
|
||||
* Get a {@link IBatchProcessor} to be used in edit post-processing. Used for things such as tick-placed and tick fluids.
|
||||
* Null if not required.
|
||||
* @since TODO
|
||||
* @since 2.1.0
|
||||
*/
|
||||
@Nullable
|
||||
default IBatchProcessor getPlatformPostProcessor(boolean fastMode) {
|
||||
|
@ -93,7 +93,7 @@ public class CuboidRegion extends AbstractRegion implements FlatRegion {
|
||||
* @param pos1 the first position
|
||||
* @param pos2 the second position
|
||||
* @param clampY if the min/max Y of the region should be clamped to the world
|
||||
* @since TODO
|
||||
* @since 2.1.0
|
||||
*/
|
||||
public CuboidRegion(World world, BlockVector3 pos1, BlockVector3 pos2, boolean clampY) {
|
||||
super(world);
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user