Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. void postaviitem(int x, int y, int z, World w) {
  2. if (!w.isChunkLoaded(x >> 4, z >> 4)) {
  3. (new Location(w, x, y, z).getChunk()).load();
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement