| Package | Description | 
|---|---|
| org.bukkit.event.world | 
| Modifier and Type | Method | Description | 
|---|---|---|
| TimeSkipEvent.SkipReason | TimeSkipEvent. getSkipReason() | Gets the reason why the time has skipped. | 
| static TimeSkipEvent.SkipReason | TimeSkipEvent.SkipReason. valueOf(String name) | Returns the enum constant of this type with the specified name. | 
| static TimeSkipEvent.SkipReason[] | TimeSkipEvent.SkipReason. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor | Description | 
|---|---|
| TimeSkipEvent(World world,
             TimeSkipEvent.SkipReason skipReason,
             long skipAmount) | 
Copyright © 2020. All rights reserved.