All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity

public class SheepEntity extends AnimalEntity
  • Constructor Details

    • SheepEntity

      public SheepEntity(GeyserSession session, int entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, org.cloudburstmc.math.vector.Vector3f position, org.cloudburstmc.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)
  • Method Details

    • setSheepFlags

      public void setSheepFlags(com.github.steveice10.mc.protocol.data.game.entity.metadata.type.ByteEntityMetadata entityMetadata)
    • testMobInteraction

      @Nonnull protected InteractiveTag testMobInteraction(@Nonnull com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand, @Nonnull GeyserItemStack itemInHand)
      Overrides:
      testMobInteraction in class AnimalEntity
    • mobInteract

      @Nonnull protected InteractionResult mobInteract(@Nonnull com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand, @Nonnull GeyserItemStack itemInHand)
      Overrides:
      mobInteract in class AnimalEntity