Plex-FAWE/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/adapter/BukkitGetBlocks.java

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
123 B
Java
Raw Normal View History

package com.boydti.fawe.bukkit.adapter;
public interface BukkitGetBlocks {
void send(int mask, boolean lighting);
}