Advertisement
Towl

Untitled

Dec 28th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public static boolean set(Block block, ItemData type, boolean applyPhysics) {
  2. int flags = BlockSetter.ROTATE | BlockSetter.ROTATE_FIX_TYPE | BlockSetter.MULTIPART;
  3. if (applyPhysics)
  4. flags |= BlockSetter.APPLY_PHYSICS;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement