Class CarpetFunctions
java.lang.Object
org.samo_lego.fabrictailor.compatibility.CarpetFunctions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionft_get_skin_id
(net.minecraft.server.level.ServerPlayer player) Helper function to get texture hash from skin that was set with the mod.static void
init()
-
Constructor Details
-
CarpetFunctions
public CarpetFunctions()
-
-
Method Details
-
init
public static void init() -
ft_get_skin_id
Helper function to get texture hash from skin that was set with the mod.- Parameters:
player
- Player to get skin for- Returns:
- player's skin id (hash)
-