MCPQ documentationΒΆ
- Index
- Search Page
- Minecraft Protobuf Queries (MCPQ) Python Client Library
MinecraftMinecraft.hostMinecraft.portMinecraft.BlockMinecraft.EntityTypeMinecraft.NBTMinecraft.Vec3Minecraft.vecMinecraft.eventsMinecraft.blocksMinecraft.materialsMinecraft.entity_typesMinecraft.spawnablesMinecraft.postToChat()Minecraft.getEntityById()Minecraft.getOfflinePlayer()Minecraft.getPlayer()Minecraft.getPlayerList()Minecraft.worldsMinecraft.overworldMinecraft.netherMinecraft.endMinecraft.getWorldByKey()Minecraft.getWorldByName()Minecraft.refreshWorlds()Minecraft.getMinecraftVersion()Minecraft.getMinecraftVersionTuple()Minecraft.getPluginVersion()Minecraft.getServerVersion()Minecraft.runCommand()Minecraft.runCommandBlocking()Minecraft.pvpMinecraft.getHighestPos()Minecraft.getHeight()Minecraft.getBlock()Minecraft.getBlockWithData()Minecraft.getBlockList()Minecraft.getBlockListWithData()Minecraft.setBlock()Minecraft.setBlockList()Minecraft.setBlockCube()Minecraft.setBed()Minecraft.setSign()Minecraft.copyBlockCube()Minecraft.pasteBlockCube()Minecraft.spawnEntity()Minecraft.spawnItems()Minecraft.getEntities()Minecraft.getEntitiesAround()Minecraft.removeEntities()Minecraft.getNbt()
EntityPlayerPlayer.namePlayer.typePlayer.onlinePlayer.loadedPlayer.remove()Player.gamemode()Player.adventure()Player.creative()Player.spectator()Player.survival()Player.giveItems()Player.postToChat()Player.kick()Player.ban()Player.pardon()Player.op()Player.deop()Player.runCommand()Player.runCommandBlocking()Player.idPlayer.posPlayer.facingPlayer.worldPlayer.getEntitiesAround()Player.getNbt()Player.giveEffect()Player.kill()Player.replaceHelmet()Player.replaceItem()Player.teleport()
WorldWorld.keyWorld.nameWorld.pvpWorld.runCommand()World.getHighestPos()World.getHeight()World.getBlock()World.getBlockWithData()World.getBlockList()World.getBlockListWithData()World.setBlock()World.setBlockList()World.setBlockCube()World.setBed()World.setSign()World.copyBlockCube()World.pasteBlockCube()World.spawnEntity()World.spawnItems()World.getEntities()World.getEntitiesAround()World.removeEntities()World.getNbt()World.runCommandBlocking()
- Events
- Materials and Entity-Types
Vec3Vec3.ZEROSVec3.ONESVec3.ORIGINVec3.EASTVec3.WESTVec3.UPVec3.DOWNVec3.SOUTHVec3.NORTHVec3.xVec3.yVec3.zVec3.from_yaw_pitch()Vec3.yaw_pitch()Vec3.__add__()Vec3.__sub__()Vec3.__mul__()Vec3.__truediv__()Vec3.distance()Vec3.length()Vec3.norm()Vec3.scale()Vec3.with_length()Vec3.angle()Vec3.angle_rad()Vec3.dot()Vec3.cross()Vec3.multiply_elementwise()Vec3.map()Vec3.map_pairwise()Vec3.map_nwise()Vec3.max()Vec3.min()Vec3.rotate()Vec3.rotate_rad()Vec3.round()Vec3.floor()Vec3.ceil()Vec3.trunc()Vec3.asdict()Vec3.to_dict()Vec3.to_tuple()Vec3.is_close()Vec3.closest_axis()Vec3.direction_label()Vec3.cardinal_label()Vec3.clamp()Vec3.in_box()Vec3.east()Vec3.west()Vec3.up()Vec3.down()Vec3.south()Vec3.north()Vec3.add()Vec3.addX()Vec3.addY()Vec3.addZ()Vec3.addXY()Vec3.addXZ()Vec3.addYZ()Vec3.withX()Vec3.withY()Vec3.withZ()Vec3.withXY()Vec3.withXZ()Vec3.withYZ()
EntityTypeBlock- NBT
TurtleTurtle.posTurtle.home()Turtle.goto()Turtle.teleport()Turtle.head()Turtle.body()Turtle.speed()Turtle.forward()Turtle.backward()Turtle.right()Turtle.left()Turtle.up()Turtle.down()Turtle.pendown()Turtle.penup()Turtle.pensize()Turtle.hidehead()Turtle.showhead()Turtle.start_batch_mode()Turtle.stop_batch_mode()