LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.entity
/
SimulatedPlayerCache
Simulated
Player
Cache
class
SimulatedPlayerCache
(
simulatedPlayer
:
SimulatedPlayer
)
Members
Constructors
Simulated
Player
Cache
Link copied to clipboard
constructor
(
simulatedPlayer
:
SimulatedPlayer
)
Functions
get
Snapshot
At
Link copied to clipboard
fun
getSnapshotAt
(
ticks
:
Int
)
:
SimulatedPlayerSnapshot
get
Snapshots
Between
Link copied to clipboard
fun
getSnapshotsBetween
(
tickRange
:
IntRange
)
:
List
<
SimulatedPlayerSnapshot
>
simulate
Link copied to clipboard
fun
simulate
(
)
:
Sequence
<
SimulatedPlayerSnapshot
>
simulate
Between
Link copied to clipboard
fun
simulateBetween
(
tickRange
:
IntRange
)
:
Sequence
<
SimulatedPlayerSnapshot
>
simulate
Until
Link copied to clipboard
fun
simulateUntil
(
ticks
:
Int
)