Interface IPlatformHelper
- All Known Implementing Classes:
FabricPlatformHelper
public interface IPlatformHelper
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValidUser(net.minecraft.world.entity.player.Player player) if the user trying to right-click with the tape is allowed to use the tape
-
Method Details
-
isValidUser
boolean isValidUser(net.minecraft.world.entity.player.Player player) if the user trying to right-click with the tape is allowed to use the tape- Returns:
- If it's a valid user
-