Class 	
	net.minecraft.entity.JumpingMount
	This description should be content pulled from the first comments of a lua file.
Instance Methods
| instance:canJump() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:setJumpStrength(strength) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:startJumping(height) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:stopJumping() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Instance Methods
- instance:canJump()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:setJumpStrength(strength)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- strength int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:startJumping(height)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"