Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: The method getDisplayNameString() is undefined for the type PlayerEntity

Closed this issue ยท 2 comments

commented

The method getDisplayNameString() is undefined for the type PlayerEntity

/bassebombecraft-1.8/src/main/java/bassebombecraft/event/entity/team/DefaultTeamRepository.java

commented

Solution is to use .getGameProfile().getName()

commented

Closed with commit d1514e6.