Ne arıyorsunuz? Buraya yazın.



Ne arıyorsunuz? Buraya yazın.

(Java/Bukkit) SetBlock XYZ With ID / XYZ'ye İd İle Blok Koymak

setblock(player.getWorld(), playerloc.getBlockX(), playerloc.getBlockY(), playerloc.getBlockZ(), 1);

public void setblock(World world, int x, int y, int z, int id){
Location loc = new Location(world, x ,y ,z);
Block block = loc.getBlock();
block.setTypeId(id);
}
blok,block,id,set,setblock,x,y,z,xyz,with,world,to,id of block,use,setTypeID,setTypeID(),location,lokasyon,belirli,lokasyona,koyma,koymak,koyulur,getBlock,getBlock(),nasil,nasıl,how to,java,bukkit,plugin

Popüler Yayınlar