Uses of Class
net.minecraft.entity.mob.SkeletonEntity
Packages that use SkeletonEntity
Package
Description
The basic AI system for Minecraft living entities.
- 
Uses of SkeletonEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type SkeletonEntity
- 
Uses of SkeletonEntity in net.minecraft.entity.ai.goalMethods in net.minecraft.entity.ai.goal that return SkeletonEntityModifier and TypeMethodDescriptionprivate @Nullable SkeletonEntitySkeletonHorseTrapTriggerGoal.getSkeleton(LocalDifficulty localDifficulty, AbstractHorseEntity vehicle) Methods in net.minecraft.entity.ai.goal with parameters of type SkeletonEntityModifier and TypeMethodDescriptionprivate voidSkeletonHorseTrapTriggerGoal.enchantEquipment(SkeletonEntity rider, EquipmentSlot slot, LocalDifficulty localDifficulty) 
- 
Uses of SkeletonEntity in net.minecraft.entity.mobConstructor parameters in net.minecraft.entity.mob with type arguments of type SkeletonEntityModifierConstructorDescriptionSkeletonEntity(EntityType<? extends SkeletonEntity> type, World world)