Removes old unused UserData methods

This commit is contained in:
Video
2023-06-02 16:57:26 -06:00
parent 9618e5bcec
commit ccb456ea0c
2 changed files with 1 additions and 21 deletions

View File

@ -34,8 +34,4 @@ public interface UserData extends EconomicEntityData
boolean canInteract();
void setInteractionState(boolean canInteract);
boolean isCaged();
void setCaged(boolean caged);
}