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

com.mojang.brigadier.Message Maven / Gradle / Ivy

The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

package com.mojang.brigadier;

public interface Message {
    String getString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy