net.minecraft.world.entity.animal.sheep

public class Sheep

extends Animal implements Shearable

All mapped superinterfaces:

SyncedDataHolder, Nameable, EntityAccess, UniquelyIdentifyable, ScoreHolder, DataComponentGetter, Attackable, WaypointTransmitter, Waypoint, EquipmentUser, Leashable, Targeting, Shearable

cpd
net.minecraft.world.entity.animal.sheep.Sheep
net.minecraft.class_1472
net.minecraft.entity.passive.SheepEntity

Field summary

Modifier and TypeField
private static final int
ck
EAT_ANIMATION_TICKS
field_30371
MAX_GRASS_TIMER
private static final EntityDataAccessor<Byte>
cl
DATA_WOOL_ID
field_6870
COLOR
private static final DyeColor
cm
DEFAULT_COLOR
field_57639
DEFAULT_COLOR
private static final boolean
co
DEFAULT_SHEARED
field_57640
DEFAULT_SHEARED
private int
cp
eatAnimationTick
field_6865
eatGrassTimer
private EatBlockGoal
cq
eatBlockGoal
field_6869
eatGrassGoal

Constructor summary

ModifierConstructor
public (EntityType<? extends Sheep> arg0, Level arg1)

Method summary

Modifier and TypeMethod
protected void
H()
registerGoals()
method_5959()
initGoals()
public boolean
i(dcv arg0)
isFood(ItemStack arg0)
method_6481(class_1799 arg0)
isBreedingItem(ItemStack arg0)
protected void
a(aub arg0)
customServerAiStep(ServerLevel arg0)
method_5958(class_3218 arg0)
mobTick(ServerWorld arg0)
public void
e_()
aiStep()
method_6007()
tickMovement()
public static AttributeSupplier$Builder
m()
createAttributes()
method_26893()
createSheepAttributes()
protected void
a(all$a arg0)
defineSynchedData(SynchedEntityData$Builder arg0)
method_5693(class_2945$class_9222 arg0)
initDataTracker(DataTracker$Builder arg0)
public void
b(byte arg0)
handleEntityEvent(byte arg0)
method_5711(byte arg0)
handleStatus(byte arg0)
public float
J(float arg0)
getHeadEatPositionScale(float arg0)
method_6628(float arg0)
getNeckAngle(float tickProgress)
public float
K(float arg0)
getHeadEatAngleScale(float arg0)
method_6641(float arg0)
getHeadAngle(float tickProgress)
public InteractionResult
b(cut arg0, bxi arg1)
mobInteract(Player arg0, InteractionHand arg1)
method_5992(class_1657 arg0, class_1268 arg1)
interactMob(PlayerEntity arg0, Hand arg1)
public void
a(aub arg0, aza arg1, dcv arg2)
shear(ServerLevel arg0, SoundSource arg1, ItemStack arg2)
method_6636(class_3218 arg0, class_3419 arg1, class_1799 arg2)
sheared(ServerWorld arg0, SoundCategory arg1, ItemStack arg2)
public boolean
a()
readyForShearing()
method_27072()
isShearable()
protected void
a(fdc arg0)
addAdditionalSaveData(ValueOutput arg0)
method_5652(class_11372 arg0)
writeCustomData(WriteView arg0)
protected void
a(fda arg0)
readAdditionalSaveData(ValueInput arg0)
method_5749(class_11368 arg0)
readCustomData(ReadView arg0)
protected SoundEvent
p()
getAmbientSound()
method_5994()
getAmbientSound()
protected SoundEvent
e(byb arg0)
getHurtSound(DamageSource arg0)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
protected SoundEvent
f_()
getDeathSound()
method_6002()
getDeathSound()
protected void
b(jb arg0, eeb arg1)
playStepSound(BlockPos arg0, BlockState arg1)
method_5712(class_2338 arg0, class_2680 arg1)
playStepSound(BlockPos arg0, BlockState arg1)
public DyeColor
n()
getColor()
method_6633()
getColor()
public void
a(dbt arg0)
setColor(DyeColor arg0)
method_6631(class_1767 arg0)
setColor(DyeColor color)
public <T> T
a(kp<? extends T> arg0)
get(DataComponentType<? extends T> arg0)
method_58694(class_9331<? extends T> arg0)
get(ComponentType<? extends T> arg0)
protected void
a(kl arg0)
applyImplicitComponents(DataComponentGetter arg0)
method_66649(class_9473 arg0)
copyComponentsFrom(ComponentsAccess arg0)
protected <T> boolean
b(kp<T> arg0, T arg1)
applyImplicitComponent(DataComponentType<T> arg0, T arg1)
method_66654(class_9331<T> arg0, T arg1)
setApplicableComponent(ComponentType<T> arg0, T arg1)
public boolean
t()
isSheared()
method_6629()
isSheared()
public void
x(boolean arg0)
setSheared(boolean arg0)
method_6635(boolean arg0)
setSheared(boolean sheared)
public static DyeColor
a(dnl arg0, jb arg1)
getRandomSheepColor(ServerLevelAccessor arg0, BlockPos arg1)
method_6632(class_5425 arg0, class_2338 arg1)
selectSpawnColor(ServerWorldAccess world, BlockPos pos)
public Sheep
b(aub arg0, bzc arg1)
getBreedOffspring(ServerLevel arg0, AgeableMob arg1)
method_6640(class_3218 arg0, class_1296 arg1)
createChild(ServerWorld arg0, PassiveEntity arg1)
public void
V()
ate()
method_5983()
onEatingGrass()
public SpawnGroupData
a(dnl arg0, bxh arg1, bzu arg2, cbe arg3)
finalizeSpawn(ServerLevelAccessor arg0, DifficultyInstance arg1, EntitySpawnReason arg2, SpawnGroupData arg3)
method_5943(class_5425 arg0, class_1266 arg1, class_3730 arg2, class_1315 arg3)
initialize(ServerWorldAccess arg0, LocalDifficulty arg1, SpawnReason arg2, EntityData arg3)