mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 02:20:01 +03:00
11 lines
299 B
Diff
11 lines
299 B
Diff
--- ../src-base/minecraft/net/minecraft/util/text/ITextComponent.java
|
|
+++ ../src-work/minecraft/net/minecraft/util/text/ITextComponent.java
|
|
@@ -34,7 +34,6 @@
|
|
|
|
String getUnformattedText();
|
|
|
|
- @SideOnly(Side.CLIENT)
|
|
String getFormattedText();
|
|
|
|
List<ITextComponent> getSiblings();
|