Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private int ticks;
- @Override
- public void updateEntity() {
- if (ticks == 20) {
- System.out.println("AIR");
- ticks = 0;
- }
- ticks++;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement