Uses of Class
net.minecraft.entity.passive.TameableShoulderEntity
Package | Description |
---|---|
net.minecraft.entity.ai.goal | |
net.minecraft.entity.passive |
-
Uses of TameableShoulderEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as TameableShoulderEntity Modifier and Type Field Description private TameableShoulderEntity
SitOnOwnerShoulderGoal. tameable
Constructors in net.minecraft.entity.ai.goal with parameters of type TameableShoulderEntity Constructor Description SitOnOwnerShoulderGoal(TameableShoulderEntity tameable)
-
Uses of TameableShoulderEntity in net.minecraft.entity.passive
Subclasses of TameableShoulderEntity in net.minecraft.entity.passive Modifier and Type Class Description class
ParrotEntity
Constructor parameters in net.minecraft.entity.passive with type arguments of type TameableShoulderEntity Constructor Description TameableShoulderEntity(EntityType<? extends TameableShoulderEntity> type, World world)