Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
I think Iknow what u mean these are functions they run diff things
In modpe like the set animal age will be the function to make a
Animal a baby or adult
Rollback Post to RevisionRollBack
knowing how to CODE is the closest thing to having a super power
To post a comment, please login or register a new account.
State like this :
Function , ( What , what , what )
What it does !
THANKS
Entity.getAnimalAge(par1Entity);
Entity.getEntityTypeId(par1Entity);
Entity.getHealth(par1Entity);
Entity.getPitch(par1Entity);
Entity.getX(par1Entity);
Entity.getY(par1Entity);
Entity.getYaw(par1Entity);
Entity.getZ(par1Entity);
Entity.remove(par1Entity);Entity.setCarriedItem(par1Entity, par2int, par3int, par4int);
Entity.setFireTicks(par1Entity, par2int);
Entity.setHealth(par1Entity, par2int);
Entity.setMobSkin(par1Entity, par2String);
Entity.setPosition(par1Entity, par2double, par3double, par4double);
Entity.setPositionRelative(par1Entity, par2double, par3double, par4double);
Entity.setRenderType(par1Entity, par2int);
Entity.setRot(par1Entity, par2double, par3double);
Entity.setVelX(par1Entity, par2double);
Entity.setVelY(par1Entity, par2double);
Entity.setVelZ(par1Entity, par2double);
Entity.spawnMob(par1double, par2double, par3double, par4int, par5String);
Player.getInventorySlot(par1int);
Player.getInventorySlotCount(par1int);
Player.getInventorySlotData(par1int);
Player.getSelectedSlotId();
Player.setArmorSlot(par1int, par2int, par3int);
Player.setHealth(par1int);
Level.destroyBlock(par1int, par2int, par3int, par4boolean);
Level.dropItem(par1double, par2double, par3double, par4double, par5int, par6int, par7int);
Level.explode(par1double, par2double, par3double, par4double);
Level.getAddress();
Level.getChestSlot(par1int, par2int, par3int, par4int);
Level.getChestSlotCount(par1int, par2int, par3int, par4int);
Level.getChestSlotData(par1int, par2int, par3int, par4int);
Level.getData(par1int, par2int, par3int);
Level.getGameMode();
Level.getSignText(par1int, par2int, par3int, par4int);
Level.getTile(par1int, par2int, par3int);
Level.getTime();
Level.getWorldDir();
Level.getWorldName();
Level.playSound(par1double, par2double, par3double, par4String, par5double, par6double);
Level.playSoundEnt(par1Entity, par2String, par3double, par4double);
Level.setChestSlot(par1int, par2int, par3int, par4int, par5int, par6int, par7int);
Level.setGameMode(par1int);
Level.setNightMode(par1boolean);
Level.setSignText(par1int, par2int, par3int, par4int, par5String);
Level.setSpawn(par1int, par2int, par3int);
Level.setTile(par1int, par2int, par3int, par4int);
Level.setTime(par1int);
Level.spawnChicken(par1double, par2double, par3double, par4String);
Level.spawnCow(par1double, par2double, par3double, par4String);
Level.spawnMob(par1double, par2double, par3double, par4int, par5String);
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
In modpe like the set animal age will be the function to make a
Animal a baby or adult