3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-02 08:00:07 +02:00

Accidentally added name comp.

Dieser Commit ist enthalten in:
Joshua Castle 2023-01-05 19:52:45 -08:00
Ursprung 00837d97b2
Commit a8e60b6fbc
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: F674F38216C35D5D

Datei anzeigen

@ -34,12 +34,6 @@ import java.util.Set;
* This class is used to store components for a custom block or custom block permutation. * This class is used to store components for a custom block or custom block permutation.
*/ */
public interface CustomBlockComponents { public interface CustomBlockComponents {
/**
* Gets the name component
*
* @return The name.
*/
@NonNull String name();
/** /**
* Gets the selection box component * Gets the selection box component