From 221e54c7a648bd2e3d9be5514fdc4d4ed37a75b2 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 9 Dec 2021 00:51:52 -0600 Subject: Implement more stuff with chat Still need to parse styling from json --- minecraft-chat/src/mutable_component.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 minecraft-chat/src/mutable_component.rs (limited to 'minecraft-chat/src/mutable_component.rs') diff --git a/minecraft-chat/src/mutable_component.rs b/minecraft-chat/src/mutable_component.rs deleted file mode 100644 index d294e3b3..00000000 --- a/minecraft-chat/src/mutable_component.rs +++ /dev/null @@ -1,6 +0,0 @@ -use crate::{base_component::BaseComponent, component::Component}; - -pub trait MutableComponent { - /// Add a component as a sibling of this one - fn append(&self, component: Component); -} -- cgit v1.2.3