Attempt more fixes
This commit is contained in:
parent
ddc7fa9952
commit
abfaa02ace
6 changed files with 24 additions and 20 deletions
|
@ -2,13 +2,12 @@ package com.zontreck.events;
|
|||
|
||||
|
||||
import com.zontreck.homes.Home;
|
||||
import net.minecraftforge.eventbus.api.Cancelable;
|
||||
import net.minecraftforge.eventbus.api.Event;
|
||||
|
||||
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
|
||||
*/
|
||||
@Cancelable
|
||||
public class HomeCreatedEvent extends Event
|
||||
{
|
||||
public Home home;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue