Uses of Class
net.minecraft.entity.monster.SkeletonEntity
-
Packages that use SkeletonEntity Package Description net.minecraft.entity net.minecraft.entity.ai.goal net.minecraft.entity.monster -
-
Uses of SkeletonEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type SkeletonEntity Modifier and Type Field Description static EntityType<SkeletonEntity>
EntityType. SKELETON
-
Uses of SkeletonEntity in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal that return SkeletonEntity Modifier and Type Method Description private SkeletonEntity
TriggerSkeletonTrapGoal. createSkeleton(DifficultyInstance p_188514_1_, AbstractHorseEntity p_188514_2_)
-
Uses of SkeletonEntity in net.minecraft.entity.monster
Constructor parameters in net.minecraft.entity.monster with type arguments of type SkeletonEntity Constructor Description SkeletonEntity(EntityType<? extends SkeletonEntity> p_i50194_1_, World p_i50194_2_)
-