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

net.minestom.server.registry.ProtocolObject Maven / Gradle / Ivy

package net.minestom.server.registry;

import org.jetbrains.annotations.Nullable;

public interface ProtocolObject {
    default @Nullable Object registry() {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy