Skip to content

Commit

Permalink
Update TextHelper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Aug 4, 2022
1 parent ff68b63 commit 76eecef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/mlib/text/TextHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import java.util.TreeMap;

public class TextHelper {
static final ObfuscationGetter.Field< TranslatableComponent, List< FormattedText > > DECOMPOSED_PARTS = new ObfuscationGetter.Field<>( TranslatableComponent.class, "f_237500_" );
static final ObfuscationGetter.Method< TranslatableComponent > DECOMPOSE = new ObfuscationGetter.Method<>( TranslatableComponent.class, "m_237524_" );
static final ObfuscationGetter.Field< TranslatableComponent, List< FormattedText > > DECOMPOSED_PARTS = new ObfuscationGetter.Field<>( TranslatableComponent.class, "f_131301_" );
static final ObfuscationGetter.Method< TranslatableComponent > DECOMPOSE = new ObfuscationGetter.Method<>( TranslatableComponent.class, "m_131330_" );
static final TreeMap< Integer, String > ROMAN_LETTERS = new TreeMap<>();

static {
Expand Down

0 comments on commit 76eecef

Please sign in to comment.