mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
@@ -60,7 +60,7 @@ public class VillagerCareerChangeEvent extends EntityEvent implements Cancellabl
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCancelled(@NotNull boolean cancel) {
|
||||
public void setCancelled(boolean cancel) {
|
||||
cancelled = cancel;
|
||||
}
|
||||
|
||||
|
@@ -18,7 +18,7 @@ public class TimeSkipEvent extends WorldEvent implements Cancellable {
|
||||
private final SkipReason skipReason;
|
||||
private long skipAmount;
|
||||
|
||||
public TimeSkipEvent(@NotNull World world, @NotNull SkipReason skipReason, @NotNull long skipAmount) {
|
||||
public TimeSkipEvent(@NotNull World world, @NotNull SkipReason skipReason, long skipAmount) {
|
||||
super(world);
|
||||
this.skipReason = skipReason;
|
||||
this.skipAmount = skipAmount;
|
||||
|
Reference in New Issue
Block a user