Class FabricPlatformHelper
java.lang.Object
com.mrbysco.measurements.platform.FabricPlatformHelper
- All Implemented Interfaces:
IPlatformHelper
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
FabricPlatformHelper
public FabricPlatformHelper()
-
-
Method Details
-
isValidUser
public boolean isValidUser(net.minecraft.world.entity.player.Player player) Description copied from interface:IPlatformHelperif the user trying to right-click with the tape is allowed to use the tape- Specified by:
isValidUserin interfaceIPlatformHelper- Returns:
- If it's a valid user
-