Advertisement
Guest User

Untitled

a guest
Nov 7th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. public EntityVehicle(World worldIn)
  2.     {
  3.         super(worldIn);
  4.         this.isBoatEmpty = true;
  5.         this.speedMultiplier = 0.07D;
  6.         this.preventEntitySpawning = true;
  7.         this.setSize(9.5F, 6F);
  8.         this.stepHeight = 1.0F;
  9.         this.ignoreFrustumCheck = true;
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement