Uses of Class
net.minecraft.entity.ai.controller.JumpController
-
Packages that use JumpController Package Description net.minecraft.entity net.minecraft.entity.passive -
-
Uses of JumpController in net.minecraft.entity
Fields in net.minecraft.entity declared as JumpController Modifier and Type Field Description protected JumpController
MobEntity. jumpControl
Methods in net.minecraft.entity that return JumpController Modifier and Type Method Description JumpController
MobEntity. getJumpControl()
-
Uses of JumpController in net.minecraft.entity.passive
Subclasses of JumpController in net.minecraft.entity.passive Modifier and Type Class Description class
RabbitEntity.JumpHelperController
-