All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gpluscb.ggjava.entity.object.response.enums.MatchConfigVerificationMethodResponse Maven / Gradle / Ivy

The newest version!
package com.github.gpluscb.ggjava.entity.object.response.enums;

import com.github.gpluscb.ggjava.entity.EntityType;
import com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod;

import javax.annotation.Nonnull;

/**
 * Different options available for verifying player-reported match results
 */
public class MatchConfigVerificationMethodResponse extends EnumResponse {
	public MatchConfigVerificationMethodResponse() {
		super(EntityType.MATCH_CONFIG_VERIFICATION_METHOD);
	}

	public MatchConfigVerificationMethodResponse(@Nonnull MatchConfigVerificationMethod value) {
		super(EntityType.MATCH_CONFIG_VERIFICATION_METHOD, value);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy