Class CopperGolemEntity

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

public class CopperGolemEntity extends GolemEntity
  • Field Details

  • Constructor Details

  • Method Details

    • testMobInteraction

      protected @NonNull InteractiveTag testMobInteraction(@NonNull org.geysermc.mcprotocollib.protocol.data.game.entity.player.Hand hand, @NonNull GeyserItemStack itemInHand)
      Overrides:
      testMobInteraction in class MobEntity
    • mobInteract

      protected @NonNull InteractionResult mobInteract(@NonNull org.geysermc.mcprotocollib.protocol.data.game.entity.player.Hand usedHand, @NonNull GeyserItemStack itemInHand)
      Overrides:
      mobInteract in class MobEntity
    • setSaddle

      public void setSaddle(GeyserItemStack stack)
      Overrides:
      setSaddle in class LivingEntity
    • setWeatheringState

      public void setWeatheringState(org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.EntityMetadata<org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.WeatheringCopperState,? extends org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.MetadataType<org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.WeatheringCopperState>> metadata)
    • setGolemState

      public void setGolemState(org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.EntityMetadata<org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.CopperGolemState,? extends org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.MetadataType<org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.CopperGolemState>> metadata)