Skip to content

Commit 4723e34

Browse files
committed
[ci skip] Naming consistency
1 parent 13744cc commit 4723e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-api/src/main/java/io/papermc/paper/event/entity/CopperGolemWeatheringEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public CopperGolem getEntity() {
4343
*
4444
* @return The current weathering state.
4545
*/
46-
public WeatheringCopperState getWeatheringState() {
46+
public WeatheringCopperState getCurrentWeatheringState() {
4747
return weatherState;
4848
}
4949

0 commit comments

Comments
 (0)