Advertisement
Camellias_

CommonProxy.java

Jul 15th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package camellias_.fallout.proxy;
  2.  
  3. import models.ModelExplosivecollar;
  4. import net.minecraft.client.model.ModelBiped;
  5.  
  6. public interface CommonProxy {
  7.    
  8.     public void init();
  9.    
  10. public ModelBiped getArmorModel(int id);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement