Uses of Class
net.minecraft.entity.mob.SkeletonEntity
Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.ai.goal | |
net.minecraft.entity.mob |
-
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
SkeletonHorseTrapTriggerGoal. getSkeleton(LocalDifficulty localDifficulty, HorseBaseEntity vehicle)
-
Uses of SkeletonEntity in net.minecraft.entity.mob
Constructor parameters in net.minecraft.entity.mob with type arguments of type SkeletonEntity Constructor Description SkeletonEntity(EntityType<? extends SkeletonEntity> type, World world)