Class WildfireEventHandler
java.lang.Object
com.wildfire.common.WildfireEventHandler
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidonBeginTracking(net.minecraft.world.entity.Entity tracked, net.minecraft.server.level.ServerPlayer syncTo) Send a sync packet when a player enters the render distance of another playerstatic voidplayerDisconnected(net.minecraft.world.entity.player.Player player) Removes a disconnecting player from the cache on a server
-
Method Details
-
playerDisconnected
public static void playerDisconnected(net.minecraft.world.entity.player.Player player) Removes a disconnecting player from the cache on a server -
onBeginTracking
public static void onBeginTracking(net.minecraft.world.entity.Entity tracked, net.minecraft.server.level.ServerPlayer syncTo) Send a sync packet when a player enters the render distance of another player
-