Class FabricPlatformHelper
java.lang.Object
com.mrbysco.retraining.platform.FabricPlatformHelper
- All Implemented Interfaces:
IPlatformHelper
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
FabricPlatformHelper
public FabricPlatformHelper()
-
-
Method Details
-
sendResetTradesMessage
public void sendResetTradesMessage()Description copied from interface:IPlatformHelperSend a packet to the server to reset the villager's trades- Specified by:
sendResetTradesMessagein interfaceIPlatformHelper
-
sendUpdateMessage
public void sendUpdateMessage(net.minecraft.world.entity.player.Player player, boolean villager, int experience) Description copied from interface:IPlatformHelperSend a packet to the server to reset the villager's trades- Specified by:
sendUpdateMessagein interfaceIPlatformHelper
-