Class BreastPhysics
java.lang.Object
com.wildfire.client.physics.BreastPhysics
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatfloatfloatfloatfloatfloatstatic BreastPhysics.SwingStategetSwingState(net.minecraft.world.entity.LivingEntity entity) voidupdate(net.minecraft.world.entity.LivingEntity entity, IGenderArmor armor)
-
Field Details
-
TIGHTNESS_REDUCTION_FACTOR
public static final float TIGHTNESS_REDUCTION_FACTOR- See Also:
-
-
Constructor Details
-
BreastPhysics
-
-
Method Details
-
update
- API Note:
- Only call this on the client side, or the implementation will crash
-
getPrePositionY
public float getPrePositionY() -
getPositionY
public float getPositionY() -
getPrePositionX
public float getPrePositionX() -
getPositionX
public float getPositionX() -
getBounceRotation
public float getBounceRotation() -
getPreBounceRotation
public float getPreBounceRotation() -
getBreastSize
public float getBreastSize() -
getPreBreastSize
public float getPreBreastSize() -
getSwingState
@Internal public static BreastPhysics.SwingState getSwingState(net.minecraft.world.entity.LivingEntity entity)
-