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

com.github.sanctum.labyrinth.event.CuboidCreationEvent 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 CuboidCreationEvent extends CuboidSelectEvent {

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy