Skip to content

Commit 0e0e6ee

Browse files
authored
Make HandPreference a StringRepresentable (#2583)
1 parent 386420b commit 0e0e6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/spongepowered/api/data/type/HandPreference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
* <p>For players, this is controlled by the left hand/right hand setting</p>
3737
*/
3838
@CatalogedBy(HandPreferences.class)
39-
public interface HandPreference extends DefaultedRegistryValue, ComponentLike {
39+
public interface HandPreference extends DefaultedRegistryValue, ComponentLike, StringRepresentable {
4040

4141
}

0 commit comments

Comments
 (0)