paste operation

This commit is contained in:
2023-04-24 19:00:45 +02:00
parent a7edf337b6
commit fa8a6b3356
@@ -7,6 +7,10 @@ import org.bukkit.util.Vector;
import java.util.Map;
/**
* Pastes blocks from a map of vectors and block states. Caution! Vectors must be floored to align with block locations.
* @param blockStateMap
*/
public record PasteOperation(Map<Vector, BlockState> blockStateMap) implements BlockEditOperation {
@Override