Uses of Class
net.minecraft.world.entity.ai.behavior.LongJumpToRandomPos.PossibleJump
Packages that use LongJumpToRandomPos.PossibleJump
-
Uses of LongJumpToRandomPos.PossibleJump in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type LongJumpToRandomPos.PossibleJumpModifier and TypeFieldDescriptionprotected List<LongJumpToRandomPos.PossibleJump>
LongJumpToRandomPos.jumpCandidates
private final List<LongJumpToRandomPos.PossibleJump>
LongJumpToPreferredBlock.notPrefferedJumpCandidates
Methods in net.minecraft.world.entity.ai.behavior that return types with arguments of type LongJumpToRandomPos.PossibleJumpModifier and TypeMethodDescriptionprotected Optional<LongJumpToRandomPos.PossibleJump>
LongJumpToPreferredBlock.getJumpCandidate
(ServerLevel p_217273_) protected Optional<LongJumpToRandomPos.PossibleJump>
LongJumpToRandomPos.getJumpCandidate
(ServerLevel p_217299_)