Add new ClientSettings API
Add the new API introducted with the ClientSettings packet changes in 1.18
This commit is contained in:
@@ -74,5 +74,9 @@ public class ClientSettingsWrapper implements PlayerSettings {
|
||||
return settings.getMainHand() == 1 ? MainHand.RIGHT : MainHand.LEFT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isClientListingAllowed() {
|
||||
return settings.isClientListingAllowed();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user