Interface IndirectEntityDamageSource.AbstractBuilder<T extends IndirectEntityDamageSource,​B extends IndirectEntityDamageSource.AbstractBuilder<T,​B>>

    • Method Detail

      • proxySource

        B proxySource​(Entity proxy)
        Sets the Entity that is indirectly damaging.
        Parameters:
        proxy - The indirect entity
        Returns:
        This builder, for chaining