Uses of Class
com.ticxo.modelengine.api.mount.controller.AbstractMountController
Package
Description
-
Uses of AbstractMountController in com.ticxo.modelengine.api.mount.controller.flying
Modifier and TypeClassDescriptionclass
Controller ID:flying
Standard airborne controller with WASD movement, jump to ascend, sneak to descend and sneak on ground to dismount.class
Controller ID:flying_v16
Special airborne controller specifically for 1.16 due to the bug MC-202202.
This controller uses WASD for movement, jump & look up to ascend, jump & look down to descend, and sneak anywhere to dismount.class
Controller ID:force_flying
Standard airborne controller with WASD movement, jump to ascend and sneak to descend, but have dismounting on ground disabled. -
Uses of AbstractMountController in com.ticxo.modelengine.api.mount.controller.walking
Modifier and TypeClassDescriptionclass
Controller ID:walking
Standard ground-based controller with WASD movement, jumping and dismounting.
This is also the default controller returned whenTRegistry.get(String)
could not find a controller under the provided ID.class
Controller ID:force_walking
Standard ground-based controller with WASD movement and jumping, but have dismounting disabled.