mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-15 13:48:34 +00:00
This commit is contained in:
@ -19,7 +19,7 @@ import java.util.List;
|
||||
public class VoxelList
|
||||
{
|
||||
|
||||
private BlockMask mask = new BlockMask(NullExtent.INSTANCE);
|
||||
private BlockMask mask = new BlockMask();
|
||||
|
||||
/**
|
||||
* Adds the specified id, data value pair to the VoxelList. A data value of -1 will operate on all data values of that id.
|
||||
|
Reference in New Issue
Block a user