mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
make bit mask protected
TODO same for BIT_OFFSET
This commit is contained in:
@ -795,7 +795,7 @@ public final class BlockTypes {
|
||||
*/
|
||||
|
||||
public static final int BIT_OFFSET; // Used internally
|
||||
public static final int BIT_MASK; // Used internally
|
||||
protected static final int BIT_MASK; // Used internally
|
||||
|
||||
private static final Map<String, BlockType> $REGISTRY = new HashMap<>();
|
||||
|
||||
|
Reference in New Issue
Block a user