Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (getOwner().getRelationships() == null) {
- getOwner().getCompletionCallback().addListener(new Runnable() {
- @Override
- public void run() {
- Minecraft.getMinecraft().addScheduledTask(new Runnable() {
- @Override
- public void run() {
- download(type, position);
- }
- });
- }
- }, MoreExecutors.sameThreadExecutor());
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement