MCPcopy 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

onMotionMethod · 0.45
onMotionMethod · 0.45
onMotionMethod · 0.45
onTickDisabledMethod · 0.45
onMotionMethod · 0.45
eventSendPacketMethod · 0.45
onMotionUpdateMethod · 0.45
sendPacketMethod · 0.45
onTickDisabledMethod · 0.45
runMethodMethod · 0.45
onSwingHandMethod · 0.45
onEnableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected