Class CriteriaMock

java.lang.Object
be.seeseemelk.mockbukkit.scoreboard.CriteriaMock
All Implemented Interfaces:
Criteria

public class CriteriaMock extends Object implements Criteria
Mock implementation of a Criteria.
  • Constructor Details

    • CriteriaMock

      public CriteriaMock(@NotNull @NotNull String name)
      Constructs a new CriteriaMock with the provided name.
      Parameters:
      name - The name of the criteria.
  • Method Details