Block Shuffle
Death Swap
Java
Minecraft
Random
100

What is the object of Block Shuffle?

To find and stand on the random block that you are given.

100

What is the object of Death Swap?

Survive the traps set by your opponent while killing them with yours

100

How do you output a line to the console?

System.out.print();
100

What year did Minecraft launch?

2011

100

What block do we have this class?

F

200

How long are you given per round?

5 minutes

200

How long are you given per round?

5 minutes

200

What method type doesn't return a value?

Void

200

What is the best armor as of update 1.16?

Netherite

200

What sport do I play?

Baseball

300
What type of class is used to check if you are standing on the correct block?

Listener class

300

How long is the countdown before you swap places with your opponent?

10 seconds

300

What is the difference between int and float?

Int can only hold whole numbers, float can hold decimals
300

What is the crafting recipe for an anvil

3 iron blocks, 4 iron ingots

300

What language are most languages that are used in game development based off of?

C

400

What block is the hardest to obtain in Block Shuffle?

Anvil

400

How many people can be in a game of Death Swap?

Up to 4 players

400

What is the largest number an int can hold?

2,147,483,647 (2^31 - 1)

400

How did the creeper originate?

It was a failed pig model

400

What college in the US has the lowest acceptance rate?

Curtis Institute of Music (4%)

500

Name one of the two libraries that the game runs on

Bukkit and Spigot

500

What versions of the game does Death Swap work on?

1.15.1, 1.15.2, 1.16.1

500

What does this code do?

public static int ----(int n)
    {    int result = 0;
        if(n == 0)
            result = 1;
        else
            result = n * ----(n-1);
        return result;
    }

Returns n!

500

To the nearest minute, what is the fastest a player has ever completed Minecraft?

11 minutes

500

What year did the US first host the Olympic Games

1904 (St. Louis)

M
e
n
u