From a8e60b6fbcd89c1a584b225087abd75bac5f23da Mon Sep 17 00:00:00 2001 From: Joshua Castle <26531652+Kas-tle@users.noreply.github.com> Date: Thu, 5 Jan 2023 19:52:45 -0800 Subject: [PATCH] Accidentally added name comp. --- .../api/block/custom/component/CustomBlockComponents.java | 6 ------ 1 file changed, 6 deletions(-) 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