Move the old stuff out of the way, begin fixing one by one
This commit is contained in:
parent
abfaa02ace
commit
6ccef8275c
1579 changed files with 252390 additions and 76 deletions
|
@ -1,19 +0,0 @@
|
|||
package com.zontreck.events;
|
||||
|
||||
|
||||
import com.zontreck.homes.Home;
|
||||
|
||||
import net.neoforged.bus.api.Event;
|
||||
|
||||
/**
|
||||
* This event may be cancelled if the home is in a invalid location, like in the middle of a claim they have no rights to
|
||||
*/
|
||||
public class HomeCreatedEvent extends Event
|
||||
{
|
||||
public Home home;
|
||||
public HomeCreatedEvent(Home home)
|
||||
{
|
||||
this.home=home;
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue