Interface IPlatformHelper
public interface IPlatformHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoidSend a packet to the server to reset the villager's tradesvoidsendUpdateMessage(net.minecraft.world.entity.player.Player player, boolean villager, int experience) Send a packet to the server to reset the villager's trades
-
Method Details
-
sendResetTradesMessage
void sendResetTradesMessage()Send a packet to the server to reset the villager's trades -
sendUpdateMessage
void sendUpdateMessage(net.minecraft.world.entity.player.Player player, boolean villager, int experience) Send a packet to the server to reset the villager's trades
-