Class ExpandHumanoidArm
java.lang.Object
com.blamejared.crafttweaker.natives.entity.ExpandHumanoidArm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetKey(net.minecraft.world.entity.HumanoidArm internal) Gets the key of the humanoid arm.static net.minecraft.world.entity.HumanoidArmgetOpposite(net.minecraft.world.entity.HumanoidArm internal) Gets the opposite arm.
-
Constructor Details
-
ExpandHumanoidArm
public ExpandHumanoidArm()
-
-
Method Details
-
getOpposite
public static net.minecraft.world.entity.HumanoidArm getOpposite(net.minecraft.world.entity.HumanoidArm internal) Gets the opposite arm.- Returns:
- The opposite arm.
-
getKey
Gets the key of the humanoid arm.- Returns:
- The key of the humanoid arm.
-