Package net.minecraft.server

Examples of net.minecraft.server.Block.b()


            f = 1.0f;
          }
          entity.makeRandomSound(EntityRef.getSwimSound.invoke(handle), f, 1.0f);
        }
        entity.makeStepSound(bX, bY, bZ, CommonNMS.getMaterial(block));
        block.b(handle.world, bX, bY, bZ, handle);
      }
    }

    EntityRef.updateBlockCollision(handle);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.