Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cabaletta/baritone
/ onTick
Method
onTick
src/main/java/baritone/behavior/LookBehavior.java:76–81 ·
view source on GitHub ↗
(TickEvent event)
Source
from the content-addressed store, hash-verified
74
}
75
76
@Override
77
public
void
onTick(TickEvent event) {
78
if
(event.getType() == TickEvent.Type.IN) {
79
this.processor.tick();
80
}
81
}
82
83
@Override
84
public
void
onPlayerUpdate(PlayerUpdateEvent event) {
Callers
nothing calls this directly
Calls
2
tick
Method · 0.65
getType
Method · 0.45
Tested by
no test coverage detected