diff --git a/api/geyser/src/main/java/org/geysermc/geyser/api/block/custom/component/CustomBlockComponents.java b/api/geyser/src/main/java/org/geysermc/geyser/api/block/custom/component/CustomBlockComponents.java index c22038898..dad3bed30 100644 --- a/api/geyser/src/main/java/org/geysermc/geyser/api/block/custom/component/CustomBlockComponents.java +++ b/api/geyser/src/main/java/org/geysermc/geyser/api/block/custom/component/CustomBlockComponents.java @@ -34,12 +34,6 @@ import java.util.Set; * This class is used to store components for a custom block or custom block permutation. */ public interface CustomBlockComponents { - /** - * Gets the name component - * - * @return The name. - */ - @NonNull String name(); /** * Gets the selection box component