FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

RASPBERRY PI PROJECT IDEAS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When using the x, y and z co-ordinates which line of code is used to get the get the initial co-ordinates of the player?
A
mc.setblock()
B
mc.setblocks()
C
mc = Minecraft.create()
D
x, y, z = mc.player.getPos()
Explanation: 
There is 1 question to complete.