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.entityFields 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.goalFields in net.minecraft.entity.ai.goal declared as SkeletonHorseEntityModifier and TypeFieldDescriptionprivate final SkeletonHorseEntitySkeletonHorseTrapTriggerGoal.skeletonHorseConstructors in net.minecraft.entity.ai.goal with parameters of type SkeletonHorseEntity
- 
Uses of SkeletonHorseEntity in net.minecraft.entity.mobConstructor parameters in net.minecraft.entity.mob with type arguments of type SkeletonHorseEntityModifierConstructorDescriptionSkeletonHorseEntity(EntityType<? extends SkeletonHorseEntity> type, World world)