Package net.minecraft.world.entity
Interface Shearable
- All Superinterfaces:
IShearable
- All Known Implementing Classes:
Bogged
,MushroomCow
,Sheep
,SnowGolem
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Neo: Useinvalid reference
net.neoforged.neoforge.common.IShearable#isShearable(net.minecraft.world.item.ItemStack, net.minecraft.world.level.Level, net.minecraft.core.BlockPos)
void
shear
(SoundSource p_21749_) Deprecated.Neo: Useinvalid reference
net.neoforged.neoforge.common.IShearable#onSheared(net.minecraft.world.entity.player.Player, net.minecraft.world.item.ItemStack, net.minecraft.world.level.Level, net.minecraft.core.BlockPos, int)
Methods inherited from interface net.neoforged.neoforge.common.IShearable
isShearable, onSheared, spawnShearedDrop
-
Method Details
-
shear
Deprecated.Neo: Useinvalid reference
net.neoforged.neoforge.common.IShearable#onSheared(net.minecraft.world.entity.player.Player, net.minecraft.world.item.ItemStack, net.minecraft.world.level.Level, net.minecraft.core.BlockPos, int)
-
readyForShearing
Deprecated.Neo: Useinvalid reference
net.neoforged.neoforge.common.IShearable#isShearable(net.minecraft.world.item.ItemStack, net.minecraft.world.level.Level, net.minecraft.core.BlockPos)
-
IShearable
instead.