Uses of Class
net.minecraft.entity.mob.SkeletonHorseEntity
Packages that use SkeletonHorseEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of SkeletonHorseEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type SkeletonHorseEntityModifier and TypeFieldDescriptionstatic final EntityType<SkeletonHorseEntity>
EntityType.SKELETON_HORSE
-
Uses of SkeletonHorseEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as SkeletonHorseEntityModifier and TypeFieldDescriptionprivate final SkeletonHorseEntity
SkeletonHorseTrapTriggerGoal.skeletonHorse
Constructors in net.minecraft.entity.ai.goal with parameters of type SkeletonHorseEntity -
Uses of SkeletonHorseEntity in net.minecraft.entity.mob
Constructor parameters in net.minecraft.entity.mob with type arguments of type SkeletonHorseEntityModifierConstructorDescriptionSkeletonHorseEntity
(EntityType<? extends SkeletonHorseEntity> type, World world)