McJty / YouTubeModding14

Source code for my YouTube modding tutorial series for Minecraft 1.15 and 1.16
MIT License
107 stars 35 forks source link

Pos has private access in Entity #7

Closed tesinormed closed 4 years ago

tesinormed commented 4 years ago

In the getFacingFromEntity function in FirstBlock.java, it throws a error because posX, posY, and posZ all have private access in Entity