Class RegionNameUpdateEvent

java.lang.Object
org.bukkit.event.Event
tfagaming.projects.minecraft.homestead.api.events.APIEvent
tfagaming.projects.minecraft.homestead.api.events.RegionNameUpdateEvent

public class RegionNameUpdateEvent extends APIEvent
  • Constructor Details

    • RegionNameUpdateEvent

      public RegionNameUpdateEvent(@NotNull @NotNull Region region, @NotNull @NotNull String oldName, @NotNull @NotNull String newName)
  • Method Details

    • getRegion

      @NotNull public @NotNull Region getRegion()
    • getOldName

      @NotNull public @NotNull String getOldName()
    • getNewName

      @NotNull public @NotNull String getNewName()