Class GeyserThrowableComponentImpl.Builder

java.lang.Object
org.geysermc.geyser.item.custom.impl.GeyserThrowableComponentImpl.Builder
All Implemented Interfaces:
org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent.Builder, org.geysermc.geyser.api.util.GenericBuilder<org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent>
Enclosing class:
GeyserThrowableComponentImpl

public static class GeyserThrowableComponentImpl.Builder extends Object implements org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent.Builder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent
     
    org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent.Builder
    doSwingAnimation(boolean doSwingAnimation)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • doSwingAnimation

      public org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent.Builder doSwingAnimation(boolean doSwingAnimation)
      Specified by:
      doSwingAnimation in interface org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent.Builder
    • build

      public org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent build()
      Specified by:
      build in interface org.geysermc.geyser.api.util.GenericBuilder<org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent>
      Specified by:
      build in interface org.geysermc.geyser.api.item.custom.v2.component.geyser.GeyserThrowableComponent.Builder