public class Vibration extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Vibration.Destination |
Constructor and Description |
---|
Vibration(Location origin,
Vibration.Destination destination,
int arrivalTime) |
Modifier and Type | Method and Description |
---|---|
int |
getArrivalTime()
Get the vibration arrival time in ticks.
|
Vibration.Destination |
getDestination()
Get the vibration destination.
|
Location |
getOrigin()
Get the origin of the vibration.
|
public Vibration(@NotNull Location origin, @NotNull Vibration.Destination destination, @NotNull int arrivalTime)
@NotNull public Location getOrigin()
@NotNull public Vibration.Destination getDestination()
public int getArrivalTime()
Copyright © 2022. All rights reserved.