Class GameTest


  • 
    public final class GameTest
    
                        

    A game test is a special blocked-off area in the world that allows you to test blocks, items, entities, and other game mechanics in a controlled environment. It contains a success condition that looks at the world and determines when the test has succeeded.

    This represents a running test in the world.

    Default behaviour is to simply succeed.