Advertisement
PaleoCrafter

Untitled

Mar 16th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.70 KB | None | 0 0
  1. object RenderBlockEvent {
  2.  
  3.   @Cancelable
  4.   class Pre(blockAccess: IBlockAccess, x: Int, y: Int, z: Int, block: Block, renderType: Int, renderer: RenderBlocks) extends RenderBlockEvent(blockAccess: IBlockAccess, x: Int, y: Int, z: Int, block: Block, renderType: Int, renderer: RenderBlocks) {
  5.   }
  6.  
  7.   class Post(blockAccess: IBlockAccess, x: Int, y: Int, z: Int, block: Block, renderType: Int, renderer: RenderBlocks) extends RenderBlockEvent(blockAccess: IBlockAccess, x: Int, y: Int, z: Int, block: Block, renderType: Int, renderer: RenderBlocks) {
  8.   }
  9.  
  10. }
  11.  
  12. class RenderBlockEvent(blockAccess: IBlockAccess, x: Int, y: Int, z: Int, block: Block, renderType: Int, renderer: RenderBlocks) extends Event {
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement