Advertisement
Guest User

Untitled

a guest
May 28th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. package net.minecraft.world.gen.layer;
  2.  
  3. import net.minecraft.world.gen.layer.GenLayer;
  4.  
  5. public final class CaveBiomesGenLayerAccessor{
  6.  
  7.  
  8. public static GenLayer getParent(GenLayer genLayer) {
  9. return genLayer.parent;
  10.  
  11.  
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement