Ok guys ShaderGameing here and i just learned java script and php !!! So I've edited some modpe scripts but it was small changes ! I want to make my own ! i just need to know.what these functions do so if u know please COMMENT like this
Ex: SetTile= Change that block to a different block
These are some functions
function Entity.setVelX(ent, amount);
function Entity.setVelY(ent, amount);
function Entity.setVelZ(ent, amount);
function Entity.setRot(ent,x,y);
function Entity.rideAnimal(player, target);
function Entity.setPosition(ent,x,y,z);
function Entity.setPositionRelative(ent,x,y,z);
function Entity.getYaw(ent);
function Entity.getPitch(ent);
function getLevel();
function getMCPE();
function getYaw();
function getPitch();
function setPosition(ent,x,y,z);
function setPositionRelative(ent,x,y,z);
function setRot(ent,x,y);
function getTile(x,y,z);
function setVelX(ent, amount);
function setVelY(ent, amount);
function setVelZ(ent, amount);
I will give you credit in every modpe i make Thanks also im getting help from hexdro ! Thanks hexdro !
I Want To make this a mod
Build that tap it with a iron sword and ir follows u ! and when it touchs u u take damage !!
I also need u to put in the comment how i can use these functions in my code !!! Thanks
Ex: SetTile= Change that block to a different block
These are some functions
I will give you credit in every modpe i make
I Want To make this a mod
Build that tap it with a iron sword and ir follows u ! and when it touchs u u take damage !!
I also need u to put in the comment how i can use these functions in my code !!! Thanks
Will get player's yaw.
Will get player's pitch.
Will push the entity in X direction.
Will push the entity in Y (up) direction.
Will push the entity in Z direction.
Will get the block from selected coordinates.
Ok Thanks I Will
Can you pm me