Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hypnotic-Development/Hypnotic-Client
/ is
Method
is
src/main/java/dev/hypnotic/utils/Dir.java:40–42 ·
view source on GitHub ↗
(int dir, byte idk)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
static
boolean is(
int
dir, byte idk) {
41
return
(dir & idk) == idk;
42
}
43
44
public
static
boolean isNot(
int
dir, byte idk) {
45
return
(dir & idk) != idk;
Callers
15
onMotion
Method · 0.45
onMotion
Method · 0.45
onMotion
Method · 0.45
onTickDisabled
Method · 0.45
onMotion
Method · 0.45
eventSendPacket
Method · 0.45
onMotionUpdate
Method · 0.45
sendPacket
Method · 0.45
onTickDisabled
Method · 0.45
runMethod
Method · 0.45
onSwingHand
Method · 0.45
onEnable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected