All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sanctum.labyrinth.event.CuboidSelectionEvent Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package com.github.sanctum.labyrinth.event;

import com.github.sanctum.labyrinth.library.Cuboid;

public class CuboidSelectionEvent extends CuboidSelectEvent {

	public CuboidSelectionEvent(Cuboid.Selection selection) {
		super(selection);
	}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy