Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.4: Build fails with error: PlayerTickEvent cannot be resolved to a type

Closed this issue ยท 2 comments

commented

PlayerTickEvent cannot be resolved to a type

/bassebombecraft-1.8/src/main/java/bassebombecraft/event/frequency/FrequencyEventHandler.java

commented

Solution:
Class has move from package net.minecraftforge.fml.common.gameevent.TickEvent.PlayerTickEvent
to net.minecraftforge.event.TickEvent.PlayerTickEvent.

commented

Closed with commit 3363d77.