Advertisement
Guest User

Untitled

a guest
Dec 26th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. package com.omato.ultimamod.setup;
  2.  
  3. import net.minecraft.world.World;
  4.  
  5. public interface IProxy {
  6.  
  7. World getClientWorld();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement